Searched refs:getWindowVisibility (Results 1 – 19 of 19) sorted by relevance
234 if (getWindowVisibility() != View.VISIBLE) { in initVideo()316 if (getWindowVisibility() == View.VISIBLE) { in onPrepared()
1260 if (parent.getWindowVisibility() != View.VISIBLE) { in addChild()1304 if (parent.getWindowVisibility() != View.VISIBLE) { in layoutChange()1365 if (parent.getWindowVisibility() != View.VISIBLE) { in removeChild()
230 assertThat(view.getWindowVisibility()).isEqualTo(View.VISIBLE); in setWindowVisible()
308 return mOriginatingView.getWindowVisibility() == View.VISIBLE in isViewStillActive()
553 if (mView.getWindowVisibility() != View.VISIBLE) { in intersectVisibleToUser()
696 mCurrentDrawable.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in swapCurrentDrawable()1880 if (getVisibility() != VISIBLE || getWindowVisibility() != VISIBLE) { in startAnimation()2339 return isIndeterminate() && getWindowVisibility() == VISIBLE && isShown(); in isAnimating()
188 || mSearchView.getWindowVisibility() != View.VISIBLE) { in runQueryOnBackgroundThread()
1126 if (getWindowVisibility() == View.GONE) return; in updateDropDownForFilter()
1063 : isAttachedToWindow() && getWindowVisibility() == VISIBLE && isShown(); in updateDrawable()
2224 final boolean visible = getWindowVisibility() == View.VISIBLE; in setFrame()5780 if (getWindowVisibility() == View.VISIBLE) { in showPopup()
3001 if (mTextView.getWindowVisibility() != View.VISIBLE) { in onSpanAdded()
1115 + " " + visibilityToString(getWindowVisibility()) in dump()
159 return (view != null) && (view.getWindowVisibility() == View.VISIBLE && view.isShown()); in isShown()
14450 public int getWindowVisibility() { in getWindowVisibility() method in View15815 if (mParent != null && getWindowVisibility() == VISIBLE && in setFlags()23011 highlight.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in setDefaultFocusHighlight()23355 background.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in setBackgroundDrawable()23604 foreground.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in setForeground()
5809 dispatchVisibilityAggregated(isAttachedToWindow() && getWindowVisibility() == VISIBLE in attachViewToParent()
16946 HSPLandroid/view/View;->getWindowVisibility()I
33489 method public int getWindowVisibility();
51685 method public int getWindowVisibility();
51829 method public int getWindowVisibility();