Searched refs:peekDecorView (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DActivityCompat.java45 mWrapped.getWindow().peekDecorView() != null &&
46 mWrapped.getWindow().peekDecorView().getViewRootImpl() != null) {
47 view = mWrapped.getWindow().peekDecorView().getViewRootImpl().getView();
/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java206 * DecorView. If {@link Window#peekDecorView()} is null this throws an
236 * DecorView. If {@link Window#peekDecorView()} is null this throws an
261 if (source.peekDecorView() == null) {
266 final ViewRootImpl root = source.peekDecorView().getViewRootImpl();
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java207 public View peekDecorView() { method in class:MockWindow
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java268 // Use peekDecorView instead of getDecorView so that clients can still set window
270 final View decorView = mWindow.peekDecorView();
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DSystemBarHelperTest.java264 public View peekDecorView() { method in class:SystemBarHelperTest.TestWindow
/frameworks/base/core/java/android/view/
H A DWindow.java774 View decor = peekDecorView();
1264 if (mCloseOnTouchOutside && peekDecorView() != null && isOutside) {
1673 public abstract View peekDecorView(); method in class:Window
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java689 public View peekDecorView() {
/frameworks/support/fragment/src/main/java/androidx/fragment/app/
H A DFragmentActivity.java1031 return (w != null && w.peekDecorView() != null);
/frameworks/base/core/java/android/app/
H A DActivity.java4624 final View decor = mWindow != null ? mWindow.peekDecorView() : null;
6361 getWindow().peekDecorView() != null &&
6362 getWindow().peekDecorView().getViewRootImpl() != null) {
6363 getWindow().peekDecorView().getViewRootImpl().dump(prefix, fd, writer, args);
7991 return (w != null && w.peekDecorView() != null);
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
H A DFragmentLifecycleTest.java1484 return (w != null && w.peekDecorView() != null);
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java2077 public final View peekDecorView() { method in class:PhoneWindow
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 5542 milliseconds