Home
last modified time | relevance | path

Searched refs:isAttachedToWindow (Results 1 – 25 of 72) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DAdminSecondaryLockScreenController.java57 if (mView.isAttachedToWindow() && mClient != null) {
163 if (!mView.isAttachedToWindow()) { in show()
172 if (mView.isAttachedToWindow()) { in hide()
203 if (mView.isAttachedToWindow() && userId == KeyguardUpdateMonitor.getCurrentUser()) { in dismiss()
/frameworks/base/core/java/android/view/
DGestureExclusionTracker.java47 if (v == null || !v.isAttachedToWindow() || !v.isAggregatedVisible()) { in updateRectsForView()
58 if (!found && view.isAttachedToWindow()) { in updateRectsForView()
125 if (excludedView == null || !excludedView.isAttachedToWindow() in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRegionSamplingHelper.java156 && (mSampledView.isAttachedToWindow() || mFirstSamplingAfterStart); in updateSamplingListener()
230 pw.println(" sampleView isAttached: " + mSampledView.isAttachedToWindow());
231 pw.println(" sampleView isScValid: " + (mSampledView.isAttachedToWindow()
DContextualButtonGroup.java125 pw.println(" attached(): " + (view != null && view.isAttachedToWindow())); in dump()
132 + " attached=" + (view != null && view.isAttachedToWindow()) in dump()
DRotationContextButton.java74 return currentView != null && currentView.isAttachedToWindow(); in acceptRotationProposal()
DContextualButton.java54 if (getCurrentView() == null || !getCurrentView().isAttachedToWindow() || mIconResId == 0) { in updateIcon()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNearestTouchFrameTest.java95 when(left.isAttachedToWindow()).thenReturn(false); in testNearestView_DetachedViewsExcluded()
177 when(view.isAttachedToWindow()).thenReturn(false); in testViewNotAttachedNoCrash()
196 when(v.isAttachedToWindow()).thenReturn(true); in mockViewAt()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManagerTest.java108 when(row.isAttachedToWindow()).thenReturn(false); in testDismissCurrentBlockingHelper_withDetachedBlockingHelperRow()
121 when(row.isAttachedToWindow()).thenReturn(true); in testDismissCurrentBlockingHelper_withAttachedBlockingHelperRow()
258 when(row.isAttachedToWindow()).thenReturn(true); in testBlockingHelperShowAndDismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DSysuiLifecycle.java51 if (v.isAttachedToWindow()) { in ViewLifecycle()
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DLayoutValidator.java50 if (view.isAttachedToWindow()) { in validate()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityRequestPreparer.java68 if (!view.isAttachedToWindow()) { in AccessibilityRequestPreparer()
/frameworks/base/core/java/android/transition/
DTransitionUtils.java162 final boolean addToOverlay = !view.isAttachedToWindow(); in createViewBitmap()
166 if (sceneRoot == null || !sceneRoot.isAttachedToWindow()) { in createViewBitmap()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java191 public boolean isAttachedToWindow() { in update()
192 return anchor.isAttachedToWindow(); in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java136 if (isAttachedToWindow()) { in setDatePattern()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBlockingHelperManager.java145 if (mBlockingHelperRow.isAttachedToWindow()) { in dismissCurrentBlockingHelper()
DNotificationGuts.java325 if (isAttachedToWindow()) { in animateOpen()
357 if (isAttachedToWindow()) { in animateClose()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DSysuiLifecycleTest.java66 if (mView.isAttachedToWindow()) { in tearDown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipControlsViewController.java118 if (mView.isAttachedToWindow()) { in PipControlsViewController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DAuthContainerView.java431 if (mCredentialView != null && mCredentialView.isAttachedToWindow()) { in onAttachedToWindowInternal()
570 if (mCredentialView != null && mCredentialView.isAttachedToWindow()) { in animateAway()
/frameworks/base/core/java/android/app/
DEnterTransitionCoordinator.java112 || !view.isAttachedToWindow()) { in viewInstancesReady()
160 if (decor == null || (decor.isAttachedToWindow() && in triggerViewsReady()
DActivityTransitionCoordinator.java265 if (isFirstRun && (view == null || !view.isAttachedToWindow() || name == null)) { in setSharedElements()
871 if (view.isAttachedToWindow()) { in moveSharedElementsToOverlay()
1080 if (ghostView == null || !mView.isAttachedToWindow()) { in onPreDraw()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
DIllustrationVideoViewTest.java229 assertThat(view.isAttachedToWindow()).isTrue(); in setWindowVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java385 boolean wasAttached = mScreenshotLayout != null && mScreenshotLayout.isAttachedToWindow(); in reloadAssets()
484 if (mScreenshotLayout.isAttachedToWindow()) { in setWindowFocusable()
701 if (mScreenshotLayout.isAttachedToWindow()) { in clearScreenshot()
785 if (!mScreenshotLayout.isAttachedToWindow()) { in startAnimation()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java382 if (mDecorView.isAttachedToWindow()) { in reportDrawIfNeeded()
/frameworks/base/core/java/android/widget/
DGridView.java1381 && accessibilityFocusLayoutRestoreView.isAttachedToWindow()) { in layoutChildren()
1486 boolean selected, boolean isAttachedToWindow, int where) { in setupChild() argument
1495 final boolean needToMeasure = !isAttachedToWindow || updateChildSelected in setupChild()
1530 if (isAttachedToWindow && !p.forceAdd) { in setupChild()
1535 if (!isAttachedToWindow in setupChild()

123