/frameworks/base/core/tests/coretests/src/com/android/internal/policy/ |
D | PhoneWindowActionModeTest.java | 63 ActionMode mode = mPhoneWindow.getDecorView().startActionMode( in testStartActionModeWithCallback() 73 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePrimaryFinishesPreviousMode() 75 ActionMode mode2 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePrimaryFinishesPreviousMode() 87 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModeFloatingFinishesPreviousMode() 89 ActionMode mode2 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModeFloatingFinishesPreviousMode() 101 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType1() 103 ActionMode mode2 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType1() 115 ActionMode mode1 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType2() 117 ActionMode mode2 = mPhoneWindow.getDecorView().startActionMode( in testStartActionModePreservesPreviousModeOfDifferentType2() 128 ActionMode mode = mPhoneWindow.getDecorView().startActionMode( in testWindowCallbackModesLifecycleIsNotHandled() [all …]
|
D | PhoneWindowTest.java | 111 Drawable backgroundDrawable = mPhoneWindow.getDecorView().getBackground(); in testWindowBackground_colorLiteral() 123 DecorView decorView = (DecorView) mPhoneWindow.getDecorView(); in testWindowBackgroundFallback_colorLiteral() 141 DecorView decorView = (DecorView) mPhoneWindow.getDecorView(); in testWindowBackgroundFallbackWithExplicitBackgroundSet_colorLiteral() 155 mPhoneWindow.getDecorView(); in installDecor()
|
D | DecorViewTest.java | 44 mDecorView = (DecorView) phoneWindow.getDecorView(); in setUp() 85 DecorView decorView = (DecorView) phoneWindow.getDecorView(); in setBackgroundWithNoWindow()
|
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/util/ |
D | CarSetupWizardUiUtilsTest.java | 78 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in maybeHideSystemUI() 85 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in enableImmersiveMode() 97 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in disableImmersiveMode() 109 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in setWindow_Immersive() 117 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in setWindow_ImmersiveWithStatus() 126 assertThat(mWindow.getDecorView().getSystemUiVisibility()) in setWindow_NonImmersive()
|
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/ |
D | CarSetupWizardUiUtils.java | 67 window.getDecorView().setOnSystemUiVisibilityChangeListener( in setWindowImmersiveMode() 72 window.getDecorView().setOnSystemUiVisibilityChangeListener( in setWindowImmersiveMode() 77 window.getDecorView().setOnSystemUiVisibilityChangeListener( in setWindowImmersiveMode() 105 window.getDecorView().setSystemUiVisibility( in enableImmersiveMode() 131 window.getDecorView().setSystemUiVisibility( in enableImmersiveModeWithStatus() 156 window.getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_VISIBLE); in disableImmersiveMode()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | SystemBarHelperTest.java | 123 window.getDecorView().getSystemUiVisibility()); in testHideSystemBarsWindow() 144 window.getDecorView().getSystemUiVisibility()); in testShowSystemBarsWindow() 201 assertThat(window.getDecorView().getSystemUiVisibility()) in testSetBackButtonVisibleTrue() 216 assertThat(window.getDecorView().getSystemUiVisibility()) in testSetBackButtonVisibleFalse() 255 public View getDecorView() { in getDecorView() method in SystemBarHelperTest.TestWindow
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | SystemBarHelper.java | 231 getDecorView( in addImmersiveFlagsToDecorView() 243 getDecorView( in removeImmersiveFlagsFromDecorView() 253 private static void getDecorView(Window window, OnDecorViewInstalledListener callback) { in getDecorView() method in SystemBarHelper 254 new DecorViewFinder().getDecorView(window, callback, PEEK_DECOR_VIEW_RETRIES); in getDecorView() 285 public void getDecorView(Window window, OnDecorViewInstalledListener callback, int retries) { in getDecorView() method in SystemBarHelper.DecorViewFinder
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SlicePermissionActivity.java | 74 TextView t1 = dialog.getWindow().getDecorView().findViewById(R.id.text1); in onCreate() 76 TextView t2 = dialog.getWindow().getDecorView().findViewById(R.id.text2); in onCreate() 78 mAllCheckbox = dialog.getWindow().getDecorView().findViewById( in onCreate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | ForcedResizableInfoActivity.java | 71 getWindow().getDecorView().setOnTouchListener(this); in onCreate() 77 getWindow().getDecorView().postDelayed(mFinishRunnable, DISMISS_DELAY); in onStart()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | AccessibilityInteractionControllerTest.java | 85 mViewRootImpl = mActivityRule.getActivity().getWindow().getDecorView() in setUp() 141 activity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivity() 151 activity.getWindow().getDecorView().getLocationOnScreen(location); in launchActivity()
|
D | ViewAttachTest.java | 72 final View rootView = activity.getWindow().getDecorView(); in testRoundScrollbars()
|
D | ViewInvalidateTest.java | 303 activityTestRule.getActivity().getWindow().getDecorView() in runOnMainAndDrawSync() 310 activityTestRule.getActivity().getWindow().getDecorView() in runOnMainAndDrawSync()
|
/frameworks/base/core/java/android/preference/ |
D | DialogPreference.java | 359 private View getDecorView() { in getDecorView() method in DialogPreference 361 return mDialog.getWindow().getDecorView(); in getDecorView() 368 View decorView = getDecorView(); in postDismiss() 376 View decorView = getDecorView(); in removeDismissCallbacks()
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | DisableScreenshotsActivity.java | 34 getWindow().getDecorView().setBackgroundColor(Color.RED); in onCreate()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuDialogHelper.java | 98 View decor = win.getDecorView(); in onKey() 110 View decor = win.getDecorView(); in onKey()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | UserSwitchingDialog.java | 128 final View decorView = getWindow().getDecorView(); in show() 151 final View decorView = getWindow().getDecorView(); in startUser()
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | MainActivity.java | 19 View decorView = getWindow().getDecorView(); in onCreate()
|
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
D | MainActivity.java | 138 IBinder token = getWindow().getDecorView().getWindowToken(); in updateWallOff() 155 IBinder token = getWindow().getDecorView().getWindowToken(); in updateDispOff()
|
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/ |
D | Automator.java | 218 mWindow.getDecorView().getViewTreeObserver().removeOnGlobalLayoutListener(this); in onGlobalLayout() 265 mWindow.getDecorView().getViewTreeObserver().addOnGlobalLayoutListener(this); in Automator()
|
/frameworks/base/core/java/android/view/ |
D | Window.java | 924 final View decorView = getDecorView(); in addOnFrameMetricsAvailableListener() 940 final View decorView = getDecorView(); in removeOnFrameMetricsAvailableListener() 942 getDecorView().removeFrameMetricsListener(listener); in removeOnFrameMetricsAvailableListener() 1415 final View decorView = getDecorView(); in isOutOfBounds() 1481 return getDecorView().findViewById(id); in findViewById() 1796 public abstract @NonNull View getDecorView(); in getDecorView() method in Window
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/ |
D | LLOfTwoFocusableInTouchMode.java | 66 getWindow().getDecorView().restoreDefaultFocus(); in onCreate()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MarqueeActivity.java | 56 getWindow().getDecorView().postDelayed(new Runnable() { in onCreate()
|
/frameworks/base/startop/apps/ColorChanging/app/src/main/java/com/android/startop/colorchanging/ |
D | MainActivity.java | 32 view = this.getWindow().getDecorView(); in onCreate()
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/ |
D | GlifV3StyleTest.java | 46 int vis = activity.getWindow().getDecorView().getSystemUiVisibility(); in activityWithGlifV3Theme_shouldUseLightNavBarOnV27OrAbove()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsImpl.java | 107 mBlurUtils.applyBlur(d.getWindow().getDecorView().getViewRootImpl(), in showShutdownUi() 123 window.getDecorView(); in showShutdownUi()
|