Home
last modified time | relevance | path

Searched refs:getWindowVisibility (Results 1 – 19 of 19) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustrationVideoView.java234 if (getWindowVisibility() != View.VISIBLE) { in initVideo()
316 if (getWindowVisibility() == View.VISIBLE) { in onPrepared()
/frameworks/base/core/java/android/animation/
DLayoutTransition.java1260 if (parent.getWindowVisibility() != View.VISIBLE) { in addChild()
1304 if (parent.getWindowVisibility() != View.VISIBLE) { in layoutChange()
1365 if (parent.getWindowVisibility() != View.VISIBLE) { in removeChild()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
DIllustrationVideoViewTest.java230 assertThat(view.getWindowVisibility()).isEqualTo(View.VISIBLE); in setWindowVisible()
/frameworks/base/core/java/com/android/internal/view/
DFloatingActionMode.java308 return mOriginatingView.getWindowVisibility() == View.VISIBLE in isViewStillActive()
/frameworks/base/core/java/com/android/internal/widget/
DExploreByTouchHelper.java553 if (mView.getWindowVisibility() != View.VISIBLE) { in intersectVisibleToUser()
/frameworks/base/core/java/android/widget/
DProgressBar.java696 mCurrentDrawable.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in swapCurrentDrawable()
1880 if (getVisibility() != VISIBLE || getWindowVisibility() != VISIBLE) { in startAnimation()
2339 return isIndeterminate() && getWindowVisibility() == VISIBLE && isShown(); in isAnimating()
DSuggestionsAdapter.java188 || mSearchView.getWindowVisibility() != View.VISIBLE) { in runQueryOnBackgroundThread()
DAutoCompleteTextView.java1126 if (getWindowVisibility() == View.GONE) return; in updateDropDownForFilter()
DImageView.java1063 : isAttachedToWindow() && getWindowVisibility() == VISIBLE && isShown(); in updateDrawable()
DAbsListView.java2224 final boolean visible = getWindowVisibility() == View.VISIBLE; in setFrame()
5780 if (getWindowVisibility() == View.VISIBLE) { in showPopup()
DEditor.java3001 if (mTextView.getWindowVisibility() != View.VISIBLE) { in onSpanAdded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java1115 + " " + visibilityToString(getWindowVisibility()) in dump()
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java159 return (view != null) && (view.getWindowVisibility() == View.VISIBLE && view.isShown()); in isShown()
DView.java14450 public int getWindowVisibility() { in getWindowVisibility() method in View
15815 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()
DViewGroup.java5809 dispatchVisibilityAggregated(isAttachedToWindow() && getWindowVisibility() == VISIBLE in attachViewToParent()
/frameworks/base/config/
Dboot-image-profile.txt16946 HSPLandroid/view/View;->getWindowVisibility()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33489 method public int getWindowVisibility();
/frameworks/base/non-updatable-api/
Dcurrent.txt51685 method public int getWindowVisibility();
/frameworks/base/api/
Dcurrent.txt51829 method public int getWindowVisibility();