Home
last modified time | relevance | path

Searched refs:WindowType (Results 1 – 25 of 29) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/app/
H A DPresentation.java38 import android.view.WindowManager.LayoutParams.WindowType;
218 @WindowType int type) { in Presentation()
232 private static @WindowType int getWindowType(@WindowType int type, @NonNull Display display) { in getWindowType()
319 Context outerContext, Display display, int theme, @WindowType int type) { in createPresentationContext()
H A DContextImpl.java22 import static android.view.WindowManager.LayoutParams.WindowType;
2836 public WindowContext createWindowContext(@WindowType int type, in createWindowContext()
2849 public WindowContext createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
2867 @WindowType int type, @Nullable Bundle options) { in createWindowContextInternal()
H A DStatusBarManager.java216 public @interface WindowType {} annotation in StatusBarManager
/aosp14/frameworks/base/core/java/android/window/
H A DWindowProvider.java22 import android.view.WindowManager.LayoutParams.WindowType;
35 @WindowType
H A DWindowContextController.java29 import android.view.WindowManager.LayoutParams.WindowType;
102 public void attachToDisplayArea(@WindowType int type, int displayId, @Nullable Bundle options) { in attachToDisplayArea()
H A DWindowProviderService.java40 import android.view.WindowManager.LayoutParams.WindowType;
97 @WindowType
H A DWindowTokenClient.java42 import android.view.WindowManager.LayoutParams.WindowType;
111 public boolean attachToDisplayArea(@WindowType int type, int displayId, in attachToDisplayArea()
H A DWindowContext.java50 @WindowManager.LayoutParams.WindowType
H A DSnapshotDrawerUtils.java402 CharSequence title, @WindowManager.LayoutParams.WindowType int windowType, in createLayoutParameters()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContextListenerController.java37 import android.view.WindowManager.LayoutParams.WindowType;
75 @NonNull WindowContainer<?> container, int ownerUid, @WindowType int type, in registerWindowContainerListener()
98 @NonNull WindowContainer<?> container, int ownerUid, @WindowType int type, in registerWindowContainerListener()
159 @WindowType int getWindowType(IBinder clientToken) { in getWindowType()
201 @WindowType private final int mType;
211 int ownerUid, @WindowType int type, @Nullable Bundle options) { in WindowContextListenerImpl()
H A DImeTargetChangeListener.java42 @WindowManager.LayoutParams.WindowType int windowType, in onImeTargetOverlayVisibilityChanged()
H A DInputConfigAdapter.java111 static int getInputConfigFromWindowParams(@LayoutParams.WindowType int type, in getInputConfigFromWindowParams()
H A DWindowToken.java49 import android.view.WindowManager.LayoutParams.WindowType;
783 @WindowType int getWindowType() { in getWindowType()
790 @WindowType
H A DAccessibilityWindowsPopulator.java652 @WindowManager.LayoutParams.WindowType
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowStateController.kt45 @StatusBarManager.WindowType window: Int,
73 @StatusBarManager.WindowType window: Int,
/aosp14/frameworks/base/core/tests/coretests/src/android/window/
H A DWindowContextTest.java51 import android.view.WindowManager.LayoutParams.WindowType;
327 private WindowContext createWindowContext(@WindowType int type) { in createWindowContext()
/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java222 public final @WindowManager.LayoutParams.WindowType int windowType;
271 @WindowManager.LayoutParams.WindowType int windowType) { in RemoteAnimationTarget()
H A DWindowManagerImpl.java173 private void assertWindowContextTypeMatches(@LayoutParams.WindowType int windowType) { in assertWindowContextTypeMatches()
H A DWindowManager.java1912 @WindowType
2397 public @interface WindowType {} annotation in WindowManager.LayoutParams
2406 public static boolean isSystemAlertWindowType(@WindowType int type) { in isSystemAlertWindowType()
/aosp14/frameworks/base/core/proto/android/view/
H A Dwindowlayoutparams.proto31 …ptional int32 type = 1 [(.android.typedef) = "android.view.WindowManager.LayoutParams.WindowType"];
/aosp14/frameworks/base/core/java/android/content/
H A DContextWrapper.java51 import android.view.WindowManager.LayoutParams.WindowType;
1151 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext()
1157 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
H A DContext.java91 import android.view.WindowManager.LayoutParams.WindowType;
7349 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext()
7377 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java201 @WindowManager.LayoutParams.WindowType int windowType, boolean visible, in ImeVisibilityStateComputer()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java30 import android.app.StatusBarManager.WindowType;
251 default void setWindowState(int displayId, @WindowType int window, in setWindowState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java24 import static android.app.StatusBarManager.WindowType;
1077 int displayId, @WindowType int window, @WindowVisibleState int state) { in setWindowState()

12