Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DQSCustomizer.java54 private boolean isShown; field in QSCustomizer
103 lightBarController.setQsCustomizing(mIsShowingNavBackdrop && isShown); in updateNavColors()
118 if (!isShown) { in show()
122 isShown = true; in show()
133 if (!isShown) { in showImmediately()
137 isShown = true; in showImmediately()
146 if (isShown) { in hide()
147 isShown = false; in hide()
162 public boolean isShown() { in isShown() method in QSCustomizer
163 return isShown; in isShown()
[all …]
DQSCustomizerController.java186 if (!mView.isShown()) { in show()
224 if (mView.isShown()) { in saveInstanceState()
240 public boolean isShown() { in isShown() method in QSCustomizerController
241 return mView.isShown(); in isShown()
247 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.java209 private void setShown(boolean isShown) { in setShown() argument
210 if (mShown != isShown) { in setShown()
211 mShown = isShown; in setShown()
212 if (isShown) { in setShown()
302 public boolean isShown() { in isShown() method in HeadsUpAppearanceController
/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.java168 private boolean isShown(View view) { in isShown() method in AccessibilityInteractionController
169 return (view != null) && (view.getWindowVisibility() == View.VISIBLE && view.isShown()); in isShown()
357 if (requestedView != null && isShown(requestedView)) { in findAccessibilityNodeInfoByAccessibilityIdUiThread()
518 if (root != null && isShown(root)) { in findAccessibilityNodeInfosByTextUiThread()
535 if (isShown(foundView)) { in findAccessibilityNodeInfosByTextUiThread()
602 if (root != null && isShown(root)) { in findFocusUiThread()
612 if (!isShown(host)) { in findFocusUiThread()
629 if (!isShown(target)) { in findFocusUiThread()
693 if (root != null && isShown(root)) { in focusSearchUiThread()
749 if (target != null && isShown(target)) { in performAccessibilityActionUiThread()
[all …]
/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/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java126 Assert.assertTrue(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
131 Assert.assertFalse(mHeadsUpAppearanceController.isShown()); in testShownUpdated()
/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java245 updateViewWithoutCallback(oldView, oldView.isShown()); in handleRemovedOldViews()
270 newView.isShown() && !mAnimatedChildren.contains(newView)); in handleAddedNewViews()
/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/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInteractionControllerNodeRequestsTest.java551 public boolean isShown() { in isShown() method in AccessibilityInteractionControllerNodeRequestsTest.TestFrameLayout
592 public boolean isShown() { in isShown() method in AccessibilityInteractionControllerNodeRequestsTest.TestTextView
624 public boolean isShown() { in isShown() method in AccessibilityInteractionControllerNodeRequestsTest.TestTextView2
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelController.java290 public boolean isShown() { in isShown() method in QSPanelController
291 return mView.isShown(); in isShown()
DSignalTileView.java136 final boolean shouldAnimate = allowAnimations && isShown(); in setIcon()
/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()
DChronometer.java326 boolean running = mVisible && mStarted && isShown(); in updateRunning()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DPowerManagerServiceTest.java184 when(mInattentiveSleepWarningControllerMock.isShown()).thenReturn(false); in setUp()
757 when(mInattentiveSleepWarningControllerMock.isShown()).thenReturn(true); in testInattentiveSleep_hideWarningIfStayOnIsEnabledAndPluggedIn()
774 when(mInattentiveSleepWarningControllerMock.isShown()).thenReturn(true); in testInattentiveSleep_hideWarningIfInattentiveSleepIsDisabled()
801 when(mInattentiveSleepWarningControllerMock.isShown()).thenReturn(true); in testInattentiveSleep_userActivityDismissesWarning()
818 when(mInattentiveSleepWarningControllerMock.isShown()).thenReturn(true); in testInattentiveSleep_warningHiddenAfterWakingUp()
/frameworks/base/core/java/android/widget/inline/
DInlineContentView.java159 final int visibility = InlineContentView.this.isShown() ? VISIBLE : GONE;

123