Searched refs:isShown (Results 1 - 25 of 43) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListViewHeightTest.java66 assertTrue("List not be visible after clicking button1", list.isShown());
75 assertTrue("List not be visible after clicking button2", list.isShown());
83 assertFalse("List should not be visible clicking button3", list.isShown());
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
H A DAnimatedImageView.java39 if (isShown() && mDrawable != null) {
48 if (isShown() && mAnimating) {
58 if (isShown() && mAnimating) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java66 if (isShown()) {
117 if (isShown()) {
H A DNotificationGuts.java238 if (mSeekBar!= null && mSeekBar.isShown()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java64 private boolean isShown; field in class:QSCustomizer
134 if (!isShown) {
136 isShown = true;
150 if (isShown) {
152 isShown = false;
232 if (!isShown) {
241 if (!isShown) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSIconView.java81 ? iv.isShown() && mAnimationEnabled ? state.icon.getDrawable(mContext)
90 if (d instanceof Animatable && iv.isShown()) {
93 if (!iv.isShown()) {
H A DSignalTileView.java127 final boolean shown = isShown();
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderScrollView.java87 if (drawTop + drawOffset < mStatusBarInset || !drawTarget.isShown()) {
H A DStickyHeaderListView.java121 if (drawTop + drawOffset < mStatusBarInset || !drawTarget.isShown()) {
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java89 private boolean isShown(View view) { method in class:AccessibilityInteractionController
90 // The first two checks are made also made by isShown() which
96 && view.isShown());
155 if (root != null && isShown(root)) {
331 if (root != null && isShown(root)) {
353 if (isShown(foundView)) {
450 if (root != null && isShown(root)) {
460 if (!isShown(host)) {
477 if (target == null || !isShown(target)) {
571 if (root != null && isShown(roo
[all...]
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java101 if (drawTop + drawOffset < mStatusBarInset || !drawTarget.isShown()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java70 if (isShown()) {
116 boolean visible = isShown()
/frameworks/base/core/java/android/widget/
H A DForwardingListener.java257 if (dst == null || !dst.isShown()) {
H A DActivityChooserView.java140 if (!isShown()) {
699 if (oldDataModel != null && isShown()) {
703 if (dataModel != null && isShown()) {
H A DDatePickerSpinnerDelegate.java371 return mSpinners.isShown();
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserView.java147 if (!isShown()) {
677 if (oldDataModel != null && isShown()) {
681 if (dataModel != null && isShown()) {
H A DForwardingListener.java297 if (dst == null || !dst.isShown()) {
/frameworks/base/core/java/com/android/internal/view/menu/
H A DStandardMenuPopup.java67 if (anchor == null || !anchor.isShown()) {
H A DCascadingMenuPopup.java89 if (anchor == null || !anchor.isShown()) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPasswordView.java109 if (isShown() && mPasswordEntry.isEnabled()) {
H A DPasswordTextView.java308 (isFocused() || isSelected() && isShown())) {
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DStandardMenuPopup.java66 if (anchor == null || !anchor.isShown()) {
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java260 if (!child.isShown()) {
311 if (!child.isShown()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java283 if (mExpanded && isShown()) {
376 setExpanded(isShown());
519 if (mExpanded && isShown()) {
943 if (value != null && mZenButtons.isShown() && isAttachedToWindow()) {
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1224 boolean isShown = mShowInputRequested && onEvaluateInputViewShown();
1225 if (mIsInputViewShown != isShown && mWindowVisible) {
1226 mIsInputViewShown = isShown;
1227 mInputFrame.setVisibility(isShown ? View.VISIBLE : View.GONE);

Completed in 1113 milliseconds

12