Home
last modified time | relevance | path

Searched defs:decorView (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/aosp_15_r20/frameworks/base/core/java/android/app/
H A DEnterTransitionCoordinator.java83 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 DExitTransitionCoordinator.java126 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 DActivityTransitionCoordinator.java240 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 DClipboardOverlayWindow.java113 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 DPhoneWindowTest.java141 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/
DMainActivityTest.kt91 val decorView = rule.activity.window.decorView in fullscreen_enabledOnLandscape() constant
104 val decorView = rule.activity.window.decorView in fullscreen_disabledOnPortrait() constant
DMediaSessionPlaybackActivityTest.kt101 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 DMainActivityTest.kt91 val decorView = rule.activity.window.decorView in fullscreen_enabledOnLandscape() constant
104 val decorView = rule.activity.window.decorView in fullscreen_disabledOnPortrait() constant
H A DMediaSessionPlaybackActivityTest.kt101 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 DLoginActivity.java117 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 DPartialNotImportantActivityTest.java143 final View decorView = container.getRootView(); in testAddAndRemoveImportantChild() local
190 final View decorView = container.getRootView(); in testAddImportantChildAfterSessionStarted() local
H A DLoginActivityTest.java239 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 DLegacyScreenshotController.java521 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 DScreenshotWindow.kt92 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 DClickFunActivityTest.java79 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 DShadowInstrumentationTest.java130 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 DDialog.kt73 val decorView = window.decorView as ViewGroup in maybeForceFullscreen() constant
/aosp_15_r20/external/leakcanary2/plumber-android-core/src/main/java/leakcanary/internal/
H A DReferenceCleaner.kt78 val decorView = activity.window in clearInputMethodManagerLeak() constant
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DPictureInPicture.java384 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 DMainActivity.kt244 val decorView = window.decorView in <lambda>() constant
H A DMediaSessionPlaybackActivity.kt212 val decorView = window.decorView in <lambda>() constant
/aosp_15_r20/developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
DMainActivity.kt244 val decorView = window.decorView in <lambda>() constant
DMediaSessionPlaybackActivity.kt212 val decorView = window.decorView in <lambda>() constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenWindowCreator.java371 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 DDialogPreference.java363 View decorView = getDecorView(); in postDismiss() local
371 View decorView = getDecorView(); in removeDismissCallbacks() local

12345678910>>...21