Home
last modified time | relevance | path

Searched refs:getWindowVisibility (Results 1 – 22 of 22) 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.java317 return mOriginatingView.getWindowVisibility() == View.VISIBLE in isViewStillActive()
/frameworks/base/core/java/com/android/internal/widget/
DExploreByTouchHelper.java554 if (mView.getWindowVisibility() != View.VISIBLE) { in intersectVisibleToUser()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInteractionControllerNodeRequestsTest.java864 public int getWindowVisibility() { in getWindowVisibility() method in AccessibilityInteractionControllerNodeRequestsTest.TestFrameLayout
911 public int getWindowVisibility() { in getWindowVisibility() method in AccessibilityInteractionControllerNodeRequestsTest.TestTextView
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java313 overlay.getRootView().setVisibility(getWindowVisibility(overlay, true)); in updateOverlayWindowVisibilityIfViewExists()
763 private int getWindowVisibility(@NonNull OverlayWindow overlay, in getWindowVisibility() method in ScreenDecorations
880 overlay.getRootView().setVisibility(getWindowVisibility(overlay, shouldOptimizeVisibility)); in initOverlay()
/frameworks/base/core/java/android/widget/
DProgressBar.java710 mCurrentDrawable.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in swapCurrentDrawable()
1955 if (getVisibility() != VISIBLE || getWindowVisibility() != VISIBLE) { in startAnimation()
2404 return isIndeterminate() && getWindowVisibility() == VISIBLE && isShown(); in isAnimating()
DSuggestionsAdapter.java188 || mSearchView.getWindowVisibility() != View.VISIBLE) { in runQueryOnBackgroundThread()
DAutoCompleteTextView.java1142 if (getWindowVisibility() == View.GONE) return; in updateDropDownForFilter()
DImageView.java1071 : isAttachedToWindow() && getWindowVisibility() == VISIBLE && isShown(); in updateDrawable()
DAbsListView.java2293 final boolean visible = getWindowVisibility() == View.VISIBLE; in setFrame()
6075 if (getWindowVisibility() == View.VISIBLE) { in showPopup()
DEditor.java2953 || mTextView.getWindowVisibility() != mTextView.VISIBLE) return false; in shouldBlink()
3510 if (mTextView.getWindowVisibility() != View.VISIBLE) { in onSpanAdded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java1118 + " " + visibilityToString(getWindowVisibility()) in dump()
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java171 return (view != null) && (view.getWindowVisibility() == View.VISIBLE && view.isShown()); in isShown()
DView.java16986 public int getWindowVisibility() { in getWindowVisibility() method
18430 if (mParent != null && getWindowVisibility() == VISIBLE && in setFlags()
25950 highlight.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in setDefaultFocusHighlight()
26293 background.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in setBackgroundDrawable()
26544 foreground.setVisible(getWindowVisibility() == VISIBLE && isShown(), false); in setForeground()
DViewGroup.java5916 dispatchVisibilityAggregated(isAttachedToWindow() && getWindowVisibility() == VISIBLE in attachViewToParent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt17234 HSPLandroid/view/View;->getWindowVisibility()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33489 method public int getWindowVisibility();
/frameworks/base/config/
Dboot-image-profile.txt17298 HSPLandroid/view/View;->getWindowVisibility()I
/frameworks/base/core/api/
Dcurrent.txt52789 method public int getWindowVisibility();