/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | QSCustomizer.java | 57 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 …]
|
D | QSCustomizerController.java | 187 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/ |
D | InattentiveSleepWarningController.java | 48 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/ |
D | ListViewHeightTest.java | 66 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/ |
D | AnimatedImageView.java | 39 if (isShown() && mDrawable != null) { in updateDrawable() 48 if (isShown() && mAnimating) { in updateDrawable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpAppearanceController.java | 233 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/ |
D | Roundable.kt | 127 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/ |
D | AnimatedImageView.java | 78 if (isShown() && mAllowAnimation) { in updateAnim() 129 if (isShown() && mAllowAnimation) { in onVisibilityChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImplTest.java | 63 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/ |
D | KeyguardPasswordViewControllerTest.kt | 99 Mockito.`when`(keyguardPasswordView.isShown).thenReturn(true) in testFocusWhenBouncerIsShown() 110 Mockito.`when`(keyguardPasswordView.isShown).thenReturn(true) in testDoNotFocusWhenBouncerIsHidden()
|
/frameworks/base/core/java/android/view/ |
D | AccessibilityInteractionController.java | 165 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/ |
D | ProgressBarMixinTest.java | 84 assertTrue(mixin.isShown()); in testIsShown() 87 assertFalse(mixin.isShown()); in testIsShown()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSPanelController.java | 207 public boolean isShown() { in isShown() method in QSPanelController 208 return mView.isShown(); in isShown()
|
D | SignalTileView.java | 136 final boolean shouldAnimate = allowAnimations && isShown(); in setIcon()
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ViewDialogLaunchAnimatorController.kt | 99 return source.isAttachedToWindow && ((source.parent as? View)?.isShown ?: true) in shouldAnimateExit()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
D | StickyHeaderScrollView.java | 88 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in updateStickyHeaderPosition()
|
D | StickyHeaderListView.java | 122 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/ |
D | ProgressBarMixin.java | 42 public boolean isShown() { in isShown() method in ProgressBarMixin
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingPropertyAnimator.java | 146 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/ |
D | NotificationSectionsManager.kt | 208 val animated = firstChild.isShown && notAnimatedChild in <lambda>() 216 val animated = lastChild.isShown && notAnimatedChild in <lambda>()
|
D | NotificationRoundnessManager.java | 334 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/ |
D | HeadsUpAppearanceControllerTest.java | 145 assertTrue(mHeadsUpAppearanceController.isShown()); in testShownUpdated() 150 Assert.assertFalse(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
D | StickyHeaderRecyclerView.java | 105 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()
|
/frameworks/base/core/java/android/widget/ |
D | ActivityChooserView.java | 143 if (!isShown()) { 706 if (oldDataModel != null && isShown()) { in setDataModel() 710 if (dataModel != null && isShown()) { in setDataModel()
|
D | ForwardingListener.java | 257 if (dst == null || !dst.isShown()) { in onTouchForwarded()
|