/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | EnterTransitionCoordinator.java | 83 final View decorView = getDecor(); in EnterTransitionCoordinator() local 176 ViewGroup decorView = getDecor(); in mapNamedElements() local 197 final View decorView = getDecor(); in sendSharedElementDestination() local 343 ViewGroup decorView = getDecor(); in prepareEnter() local 396 ViewGroup decorView = getDecor(); in startSharedElementTransition() local 501 private Transition beginTransition(ViewGroup decorView, boolean startEnterTransition, in beginTransition() 585 final ViewGroup decorView = getDecor(); in onTransitionsComplete() local 608 ViewGroup decorView = getDecor(); in startEnterTransition() local 649 ViewGroup decorView = getDecor(); in stop() local 721 final ViewGroup decorView = getDecor(); in startRejectedAnimations() local
|
H A D | ExitTransitionCoordinator.java | 126 ViewGroup decorView = getDecor(); in resetViews() local 144 final ViewGroup decorView = getDecor(); in sharedElementExitBack() local 161 private void startSharedElementExit(final ViewGroup decorView) { in startSharedElementExit() 206 ViewGroup decorView = getDecor(); in startExit() local 224 ViewGroup decorView = getDecor(); in startExit() local 273 ViewGroup decorView = getDecor(); in startExitTransition() local 371 ViewGroup decorView = getDecor(); in beginTransitions() local 460 ViewGroup decorView = getDecor(); in notifyExitComplete() local
|
H A D | ActivityTransitionCoordinator.java | 240 ViewGroup decorView = getDecor(); in viewsReady() local 478 ViewGroup decorView = getDecor(); in mapSharedElements() local 637 final View decorView = getDecor(); in scheduleSetSharedElementEnd() local 685 ViewGroup decorView = getDecor(); in createSnapshots() local 937 final View decorView = getDecor(); in scheduleGhostVisibilityChange() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/clipboardoverlay/ |
H A D | ClipboardOverlayWindow.java | 113 final View decorView = peekDecorView(); in remove() local 124 View decorView = getDecorView(); in withWindowAttached() local 145 View decorView = getDecorView(); in attach() local 168 final View decorView = peekDecorView(); in setWindowFocusable() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/policy/ |
H A D | PhoneWindowTest.java | 141 DecorView decorView = (DecorView) mPhoneWindow.getDecorView(); in testWindowBackgroundFallback_colorLiteral() local 159 DecorView decorView = (DecorView) mPhoneWindow.getDecorView(); in testWindowBackgroundFallbackWithExplicitBackgroundSet_colorLiteral() local 174 DecorView decorView = (DecorView) mPhoneWindow.getDecorView(); in testWindowFrameRateHint_disabled() local 196 DecorView decorView = (DecorView) mPhoneWindow.getDecorView(); in testWindowFrameRateHint_enabled() local
|
/aosp_15_r20/developers/samples/android/media/PictureInPicture/kotlinApp/app/src/androidTest/java/com/example/android/pictureinpicture/ |
D | MainActivityTest.kt | 91 val decorView = rule.activity.window.decorView in fullscreen_enabledOnLandscape() constant 104 val decorView = rule.activity.window.decorView in fullscreen_disabledOnPortrait() constant
|
D | MediaSessionPlaybackActivityTest.kt | 101 val decorView = rule.activity.window.decorView in fullscreen_enabledOnLandscape() constant 114 val decorView = rule.activity.window.decorView in fullscreen_disabledOnPortrait() constant
|
/aosp_15_r20/developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/androidTest/java/com/example/android/pictureinpicture/ |
H A D | MainActivityTest.kt | 91 val decorView = rule.activity.window.decorView in fullscreen_enabledOnLandscape() constant 104 val decorView = rule.activity.window.decorView in fullscreen_disabledOnPortrait() constant
|
H A D | MediaSessionPlaybackActivityTest.kt | 101 val decorView = rule.activity.window.decorView in fullscreen_enabledOnLandscape() constant 114 val decorView = rule.activity.window.decorView in fullscreen_disabledOnPortrait() constant
|
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
H A D | LoginActivity.java | 117 final View decorView = activity.getDecorView(); in assertJustInitialViewsAppeared() local 149 final View decorView = activity.getDecorView(); in assertInitialViewsAppeared() local 191 final View decorView = activity.getDecorView(); in assertInitialViewsDisappeared() local 228 final View decorView = activity.getDecorView(); in assertInitialViewsDisappeared() local
|
H A D | PartialNotImportantActivityTest.java | 143 final View decorView = container.getRootView(); in testAddAndRemoveImportantChild() local 190 final View decorView = container.getRootView(); in testAddImportantChildAfterSessionStarted() local
|
H A D | LoginActivityTest.java | 239 final View decorView = activity.getDecorView(); in testSimpleLifecycle_rootViewSession() local 373 final View decorView = activity.getDecorView(); in testSimpleLifecycle_changeContextOnCreate() local 945 final View decorView = activity.getDecorView(); in testAddChildren_afterAnimation() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | LegacyScreenshotController.java | 521 View decorView = mWindow.getDecorView(); in withWindowAttached() local 544 View decorView = mWindow.getDecorView(); in attachWindow() local 562 final View decorView = mWindow.peekDecorView(); in removeWindow() local 712 final View decorView = mWindow.peekDecorView(); in setWindowFocusable() local
|
H A D | ScreenshotWindow.kt | 92 val decorView: View = window.getDecorView() in <lambda>() constant 112 val decorView: View = window.getDecorView() in <lambda>() constant 133 val decorView: View? = window.peekDecorView() in <lambda>() constant
|
/aosp_15_r20/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson3/ |
H A D | ClickFunActivityTest.java | 79 final View decorView = mClickFunActivity.getWindow().getDecorView(); in testClickMeButton_layout() local 102 final View decorView = mClickFunActivity.getWindow().getDecorView(); in testInfoTextView_layout() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowInstrumentationTest.java | 130 View decorView = in setInTouchMode_setFalse() local 140 View decorView = in setInTouchMode_setTrue() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/ |
H A D | Dialog.kt | 73 val decorView = window.decorView as ViewGroup in maybeForceFullscreen() constant
|
/aosp_15_r20/external/leakcanary2/plumber-android-core/src/main/java/leakcanary/internal/ |
H A D | ReferenceCleaner.kt | 78 val decorView = activity.window in clearInputMethodManagerLeak() constant
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/ |
H A D | PictureInPicture.java | 384 final View decorView = getWindow().getDecorView(); in enterFullScreenMode() local 394 final View decorView = getWindow().getDecorView(); in exitFullScreenMode() local
|
/aosp_15_r20/developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/ |
H A D | MainActivity.kt | 244 val decorView = window.decorView in <lambda>() constant
|
H A D | MediaSessionPlaybackActivity.kt | 212 val decorView = window.decorView in <lambda>() constant
|
/aosp_15_r20/developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/ |
D | MainActivity.kt | 244 val decorView = window.decorView in <lambda>() constant
|
D | MediaSessionPlaybackActivity.kt | 212 val decorView = window.decorView in <lambda>() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashscreenWindowCreator.java | 371 private void removeWindowInner(@NonNull View decorView, boolean hideView) { in removeWindowInner() 428 SplashWindowRecord(IBinder appToken, View decorView, in SplashWindowRecord()
|
/aosp_15_r20/frameworks/base/core/java/android/preference/ |
H A D | DialogPreference.java | 363 View decorView = getDecorView(); in postDismiss() local 371 View decorView = getDecorView(); in removeDismissCallbacks() local
|