Searched defs:WindowInfo (Results 1 – 5 of 5) sorted by relevance
138 // The token that identifies which client window this WindowInfo was created for. argument142 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 …]
91 struct WindowInfo { struct106 VulkanSurface(ANativeWindow* window, const WindowInfo& windowInfo, GrDirectContext* grContext); argument
34 TEST(WindowInfo, ParcellingWithoutToken) { in TEST() argument45 TEST(WindowInfo, Parcelling) { in TEST() argument
36 public class WindowInfo implements Parcelable { class57 private WindowInfo() { in WindowInfo() method in WindowInfo
591 private static final class WindowInfo { class in MultiClientInputMethodManagerService595 WindowInfo(IBinder windowToken, int windowCookie) { in WindowInfo() method in MultiClientInputMethodManagerService.WindowInfo