Searched refs:isShown (Results 1 – 21 of 21) sorted by relevance
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()
48 if (isShown()) { in updateAnim()88 if (isShown()) { in onVisibilityChanged()
75 final boolean visible = isShown() && mWindowVis && getWidth() > 0 && getHeight() > 0; in onComputeInternalInsets()
307 if (mAnimateBounds && isShown()) { in onMeasure()
136 if (!isShown()) {633 if (oldDataModel != null && isShown()) { in setDataModel()637 if (dataModel != null && isShown()) { in setDataModel()
398 if (isShown()) { in setCurrentTab()519 if (isShown()) { in onFocusChange()
704 || (!mIncrementButton.isShown() in onInterceptTouchEvent()706 || (!mDecrementButton.isShown() in onInterceptTouchEvent()1177 if (!child.isShown()) { in draw()
406 return mCalendarView.isShown(); in getCalendarViewShown()434 return mSpinners.isShown(); in getSpinnersShown()
870 if (mSelectedPosition != ListView.INVALID_POSITION && isShown() && !isInTouchMode()) { in selectionChanged()
5282 if (isShown()) { in onGlobalLayout()
7995 (isFocused() || isSelected() && isShown())) { in onTextChanged()
62 return mZoomControls != null && mZoomControls.isShown(); in isVisible()
328 if (isShown()) { in onGlobalLayout()336 if (isShown()) { in onScrollChanged()
1042 boolean isShown = mShowInputRequested && onEvaluateInputViewShown(); in updateInputViewShown()1043 if (mIsInputViewShown != isShown && mWindowVisible) { in updateInputViewShown()1044 mIsInputViewShown = isShown; in updateInputViewShown()1045 mInputFrame.setVisibility(isShown ? View.VISIBLE : View.GONE); in updateInputViewShown()
197 if (anchor == null || !anchor.isShown()) { in onGlobalLayout()
318 if (!isShown()) {
981 if (mClearButton.isShown()) { in setAreThereNotifications()
3891 if (!isShown()) { in sendAccessibilityEventUncheckedInternal()4471 public boolean isShown() { in isShown() method in View
1087 if (attachInfo.mScrollContainers.get(i).isShown()) { in performTraversals()
23001 method public boolean isShown();