Home
last modified time | relevance | path

Searched defs:WindowInfo (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DWindowInfo.h138 // The token that identifies which client window this WindowInfo was created for. argument
142 int32_t id = -1;
143 std::string name;
144 Flags<Flag> flags;
149 int32_t frameLeft = -1;
150 int32_t frameTop = -1;
168 float alpha;
184 Region touchableRegion;
185 bool visible = false;
188 bool paused = false;
[all …]
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.h91 struct WindowInfo { struct
106 VulkanSurface(ANativeWindow* window, const WindowInfo& windowInfo, GrDirectContext* grContext); argument
/aosp12/frameworks/native/libs/gui/tests/
H A DWindowInfo_test.cpp34 TEST(WindowInfo, ParcellingWithoutToken) { in TEST() argument
45 TEST(WindowInfo, Parcelling) { in TEST() argument
/aosp12/frameworks/base/core/java/android/view/
H A DWindowInfo.java36 public class WindowInfo implements Parcelable { class
57 private WindowInfo() { in WindowInfo() method in WindowInfo
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DMultiClientInputMethodManagerService.java591 private static final class WindowInfo { class in MultiClientInputMethodManagerService
595 WindowInfo(IBinder windowToken, int windowCookie) { in WindowInfo() method in MultiClientInputMethodManagerService.WindowInfo