Home
last modified time | relevance | path

Searched refs:isShown (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java57 private boolean isShown; field in QSCustomizer
106 lightBarController.setQsCustomizing(mIsShowingNavBackdrop && isShown); in updateNavColors()
121 if (!isShown) { in show()
126 isShown = true; in show()
138 if (!isShown) { in showImmediately()
143 isShown = true; in showImmediately()
152 if (isShown) { in hide()
153 isShown = false; in hide()
169 public boolean isShown() { in isShown() method in QSCustomizer
170 return isShown; in isShown()
[all …]
DQSCustomizerController.java187 if (!mView.isShown()) { in show()
225 if (mView.isShown()) { in saveInstanceState()
241 public boolean isShown() { in isShown() method in QSCustomizerController
242 return mView.isShown(); in isShown()
248 if (mView.isShown()) { in hide()
/frameworks/base/services/core/java/com/android/server/power/
DInattentiveSleepWarningController.java48 public boolean isShown() { in isShown() method in InattentiveSleepWarningController
57 if (isShown()) { in show()
79 if (!isShown()) { in dismiss()
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListViewHeightTest.java66 assertTrue("List not be visible after clicking button1", list.isShown()); in testButtons()
75 assertTrue("List not be visible after clicking button2", list.isShown()); in testButtons()
83 assertFalse("List should not be visible clicking button3", list.isShown()); in testButtons()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
DAnimatedImageView.java39 if (isShown() && mDrawable != null) { in updateDrawable()
48 if (isShown() && mAnimating) { in updateDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java233 private void setShown(boolean isShown) { in setShown() argument
234 if (mShown != isShown) { in setShown()
235 mShown = isShown; in setShown()
236 if (isShown) { in setShown()
316 public boolean isShown() { in isShown() method in HeadsUpAppearanceController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DRoundable.kt127 animate = roundableState.targetView.isShown in <lambda>()
196 animate = roundableState.targetView.isShown in <lambda>()
250 animate = roundableState.targetView.isShown, in <lambda>()
280 requestRoundnessReset(sourceType = sourceType, animate = roundableState.targetView.isShown) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAnimatedImageView.java78 if (isShown() && mAllowAnimation) { in updateAnim()
129 if (isShown() && mAllowAnimation) { in onVisibilityChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSIconViewImplTest.java63 when(iv.isShown()).thenReturn(true); in testNoFirstAnimation()
89 when(iv.isShown()).thenReturn(true); in testMutateIconDrawable()
104 when(iv.isShown()).thenReturn(true); in testNoFirstFade()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardPasswordViewControllerTest.kt99 Mockito.`when`(keyguardPasswordView.isShown).thenReturn(true) in testFocusWhenBouncerIsShown()
110 Mockito.`when`(keyguardPasswordView.isShown).thenReturn(true) in testDoNotFocusWhenBouncerIsHidden()
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java165 private boolean isShown(View view) { in isShown() method in AccessibilityInteractionController
166 return (view != null) && (view.getWindowVisibility() == View.VISIBLE && view.isShown()); in isShown()
362 if (requestedView != null && isShown(requestedView)) { in findAccessibilityNodeInfoByAccessibilityIdUiThread()
546 if (root != null && isShown(root)) { in findAccessibilityNodeInfosByTextUiThread()
563 if (isShown(foundView)) { in findAccessibilityNodeInfosByTextUiThread()
631 if (root != null && isShown(root)) { in findFocusUiThread()
641 if (!isShown(host)) { in findFocusUiThread()
661 if (!isShown(target)) { in findFocusUiThread()
726 if (root != null && isShown(root)) { in focusSearchUiThread()
782 if (target != null && isShown(target)) { in performAccessibilityActionUiThread()
[all …]
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DProgressBarMixinTest.java84 assertTrue(mixin.isShown()); in testIsShown()
87 assertFalse(mixin.isShown()); in testIsShown()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java207 public boolean isShown() { in isShown() method in QSPanelController
208 return mView.isShown(); in isShown()
DSignalTileView.java136 final boolean shouldAnimate = allowAnimations && isShown(); in setIcon()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewDialogLaunchAnimatorController.kt99 return source.isAttachedToWindow && ((source.parent as? View)?.isShown ?: true) in shouldAnimateExit()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java88 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in updateStickyHeaderPosition()
DStickyHeaderListView.java122 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DProgressBarMixin.java42 public boolean isShown() { in isShown() method in ProgressBarMixin
/frameworks/base/core/java/com/android/internal/widget/
DMessagingPropertyAnimator.java146 if (!v.isShown() || start == end in startTopAnimation()
219 if (!view.isShown() || (MessagingLinearLayout.isGone(view) && !isHidingAnimated(view))) { in fadeOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt208 val animated = firstChild.isShown && notAnimatedChild in <lambda>()
216 val animated = lastChild.isShown && notAnimatedChild in <lambda>()
DNotificationRoundnessManager.java334 updateViewWithoutCallback(oldView, oldView.isShown()); in handleRemovedOldViews()
362 newView.isShown() && !mAnimatedChildren.contains(newView)); in handleAddedNewViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java145 assertTrue(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
150 Assert.assertFalse(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java105 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()
/frameworks/base/core/java/android/widget/
DActivityChooserView.java143 if (!isShown()) {
706 if (oldDataModel != null && isShown()) { in setDataModel()
710 if (dataModel != null && isShown()) { in setDataModel()
DForwardingListener.java257 if (dst == null || !dst.isShown()) { in onTouchForwarded()

123