Home
last modified time | relevance | path

Searched defs:windowType (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperService.aidl27 IBinder windowToken, int windowType, boolean isPreview, in attach()
DWallpaperService.java1977 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in IWallpaperEngineWrapper()
2224 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in attach()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialog.java31 void init(int windowType, Callback callback); in init()
/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java203 public final @WindowManager.LayoutParams.WindowType int windowType; field in RemoteAnimationTarget
221 @WindowManager.LayoutParams.WindowType int windowType) { in RemoteAnimationTarget()
DInsetsState.java201 int windowType, @WindowConfiguration.WindowingMode int windowingMode, in calculateInsets()
595 public static boolean clearCompatInsets(int windowType, int windowFlags, int windowingMode) { in clearCompatInsets()
DInsetsController.java771 int windowType, int windowingMode, int legacySoftInputMode, int legacyWindowFlags, in calculateInsets()
DAccessibilityInteractionController.java870 final int windowType = mViewRootImpl.mOrigWindowType; in shouldBypassAdjustIsVisible() local
/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java303 final int color, final int windowType, final int windowFlags) { in assertDisplayCanShowPresentation()
368 int color, int windowType, int windowFlags) { in TestPresentation()
/frameworks/base/services/core/java/com/android/server/wm/
DRootDisplayArea.java121 DisplayArea.Tokens findAreaForWindowTypeInLayer(int windowType, boolean ownerCanManageAppTokens, in findAreaForWindowTypeInLayer()
DEmbeddedWindowController.java155 WindowState hostWindowState, int ownerUid, int ownerPid, int windowType, in EmbeddedWindow()
DWindowSurfaceController.java80 int flags, WindowStateAnimator animator, int windowType) { in WindowSurfaceController()
DWindowToken.java78 final int windowType; field in WindowToken
453 Rect getFixedRotationBarContentFrame(int windowType) { in getFixedRotationBarContentFrame()
DWindowStateAnimator.java304 WindowSurfaceController createSurfaceLocked(int windowType) { in createSurfaceLocked()
DAccessibilityController.java942 final int windowType = windowState.mAttrs.type; in recomputeBounds() local
1044 private boolean isExcludedWindowType(int windowType) { in isExcludedWindowType()
1857 private static boolean isReportedWindowType(int windowType) { in isReportedWindowType()
DDisplayAreaPolicyBuilder.java354 public RootDisplayArea apply(Integer windowType, Bundle options) { in apply()
DDisplayContent.java1198 void removeShellRoot(int windowType) { in removeShellRoot()
6079 DisplayArea findAreaForWindowType(int windowType, Bundle options, in findAreaForWindowType()
DWindowManagerService.java1445 static boolean excludeWindowTypeFromTapOutTask(int windowType) { in excludeWindowTypeFromTapOutTask()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DRemoteAnimationTargetCompat.java72 public final int windowType; field in RemoteAnimationTargetCompat
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java170 IWindow getWindow(int displayId, int windowType) { in getWindow()
241 IWindow getWindow(int windowType) { in getWindow()
/frameworks/base/core/java/android/inputmethodservice/
DSoftInputWindow.java144 int windowType, int gravity, boolean takesFocus) { in SoftInputWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java300 public void init(int windowType, Callback callback) { in init()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java697 private int getTypeForWindowManagerWindowType(int windowType) { in getTypeForWindowManagerWindowType()