Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java76 private boolean isShown; field in QSCustomizer
157 mLightBarController.setQsCustomizing(mIsShowingNavBackdrop && isShown); in updateNavColors()
177 if (!isShown) { in show()
182 isShown = true; in show()
197 if (!isShown) { in showImmediately()
200 isShown = true; in showImmediately()
217 if (isShown) { in hide()
219 isShown = false; in hide()
235 public boolean isShown() { in isShown() method in QSCustomizer
236 return isShown; in isShown()
[all …]
/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/
DAnimatedImageView.java78 if (isShown() && mAllowAnimation) { in updateAnim()
129 if (isShown() && mAllowAnimation) { in onVisibilityChanged()
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java158 private boolean isShown(View view) { in isShown() method in AccessibilityInteractionController
159 return (view != null) && (view.getWindowVisibility() == View.VISIBLE && view.isShown()); in isShown()
340 if (root != null && isShown(root)) { in findAccessibilityNodeInfoByAccessibilityIdUiThread()
452 if (root != null && isShown(root)) { in findAccessibilityNodeInfosByTextUiThread()
469 if (isShown(foundView)) { in findAccessibilityNodeInfosByTextUiThread()
535 if (root != null && isShown(root)) { in findFocusUiThread()
545 if (!isShown(host)) { in findFocusUiThread()
562 if (!isShown(target)) { in findFocusUiThread()
625 if (root != null && isShown(root)) { in focusSearchUiThread()
680 if (target != null && isShown(target)) { in performAccessibilityActionUiThread()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceController.java273 private void setShown(boolean isShown) { in setShown() argument
274 if (mShown != isShown) { in setShown()
275 mShown = isShown; in setShown()
276 if (isShown) { in setShown()
366 public boolean isShown() { in isShown() method in HeadsUpAppearanceController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSIconViewImplTest.java59 when(iv.isShown()).thenReturn(true); in testNoFirstAnimation()
82 when(iv.isShown()).thenReturn(true); in testNoFirstFade()
/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/statusbar/notification/stack/
DNotificationRoundnessManager.java200 updateViewWithoutCallback(oldView, oldView.isShown()); in handleRemovedOldViews()
225 newView.isShown() && !mAnimatedChildren.contains(newView)); in handleAddedNewViews()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java113 Assert.assertTrue(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
118 Assert.assertFalse(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
/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()
DMessagingGroup.java193 boolean wasShown = view.isShown(); in removeMessage()
463 if (!message.getView().isShown()) { in onLayout()
DMessagingLinearLayout.java161 final boolean shown = isShown(); in onLayout()
DMessagingLayout.java225 boolean wasShown = group.isShown(); in removeGroups()
542 if (!group.isShown()) { in onLayout()
/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/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()
DChronometer.java326 boolean running = mVisible && mStarted && isShown(); in updateRunning()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java105 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSignalTileView.java136 final boolean shouldAnimate = allowAnimations && isShown(); in setIcon()
DQSPanel.java338 if (mCustomizePanel != null && mCustomizePanel.isShown()) { in onCollapse()
526 if (mCustomizePanel != null && mCustomizePanel.isShown()) { in closeDetail()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java588 if (!sceneRoot.isShown()) { in onAppear()
603 if (!sceneRoot.isShown()) { in onDisappear()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifLayout.java308 return getMixin(ProgressBarMixin.class).isShown(); in isProgressBarShown()

123