Home
last modified time | relevance | path

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

123

/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/
DNavBarTintController.java157 && mNavigationBarView.isAttachedToWindow()) { in updateSamplingListener()
199 pw.println(" navBar isAttached: " + mNavigationBarView.isAttachedToWindow()); in dump()
200 pw.println(" navBar isScValid: " + (mNavigationBarView.isAttachedToWindow() in dump()
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()
DNearestTouchFrame.java100 .filter(View::isAttachedToWindow)
DRegionSamplingHelper.java158 && (mSampledView.isAttachedToWindow() || mFirstSamplingAfterStart); in updateSamplingListener()
/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.java104 when(row.isAttachedToWindow()).thenReturn(false); in testDismissCurrentBlockingHelper_withDetachedBlockingHelperRow()
117 when(row.isAttachedToWindow()).thenReturn(true); in testDismissCurrentBlockingHelper_withAttachedBlockingHelperRow()
231 when(row.isAttachedToWindow()).thenReturn(true); in testBlockingHelperShowAndDismiss()
/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/accessibility/
DAccessibilityRequestPreparer.java68 if (!view.isAttachedToWindow()) { in AccessibilityRequestPreparer()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java189 public boolean isAttachedToWindow() { in update()
190 return anchor.isAttachedToWindow(); in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationGuts.java269 if (isAttachedToWindow()) { in animateOpen()
301 if (isAttachedToWindow()) { in animateClose()
DNotificationBlockingHelperManager.java141 if (mBlockingHelperRow.isAttachedToWindow()) { in dismissCurrentBlockingHelper()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDateView.java126 if (isAttachedToWindow()) { in setDatePattern()
/frameworks/base/core/java/android/app/
DActivityView.java386 if (mVirtualDisplay == null || !isAttachedToWindow()) { in updateLocationAndTapExcludeRegion()
600 if (!isAttachedToWindow() || mTapExcludeRegion.isEmpty()) { in cleanTapExcludeRegion()
DEnterTransitionCoordinator.java111 || !view.isAttachedToWindow()) { in viewInstancesReady()
159 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/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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java401 if (riv != null && !riv.isAttachedToWindow()) { in activateRemoteInput()
420 if (!riv.isAttachedToWindow()) { in activateRemoteInput()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java394 if (mDecorView.isAttachedToWindow()) { in reportDrawIfNeeded()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardHostView.java72 if (!isAttachedToWindow()) return;
/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DPainting.kt80 if (value && isAttachedToWindow) {
/frameworks/base/core/java/com/android/internal/widget/
DGapWorker.java170 if (recyclerView.isAttachedToWindow()) { in postFromTraversal()

123