Home
last modified time | relevance | path

Searched refs:isAttachedToWindow (Results 1 – 5 of 5) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerControlView.java301 private boolean isAttachedToWindow; field in PlayerControlView
776 if (isAttachedToWindow) { in hideAfterTimeout()
793 if (!isVisible() || !isAttachedToWindow) { in updatePlayPauseButton()
812 if (!isVisible() || !isAttachedToWindow) { in updateNavigation()
845 if (!isVisible() || !isAttachedToWindow || repeatToggleButton == null) { in updateRepeatModeButton()
883 if (!isVisible() || !isAttachedToWindow || shuffleButton == null) { in updateShuffleButton()
977 if (!isVisible() || !isAttachedToWindow) { in updateProgress()
1077 isAttachedToWindow = true; in onAttachedToWindow()
1094 isAttachedToWindow = false; in onDetachedFromWindow()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewGroup.java88 if (isAttachedToWindow()) { in removedChild()
DShadowView.java492 protected boolean isAttachedToWindow() { in isAttachedToWindow() method in ShadowView
563 if (shadowView.isAttachedToWindow()) { in getWindowId()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowViewTest.java833 assertTrue(shadowOf(temporaryChild).isAttachedToWindow()); in shouldCallOnAttachedToAndDetachedFromWindow()
837 assertFalse(shadowOf(temporaryChild).isAttachedToWindow()); in shouldCallOnAttachedToAndDetachedFromWindow()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java253 …ss.isAnimating = lottieDrawable.isAnimating() || (!ViewCompat.isAttachedToWindow(this) && wasAnima… in onSaveInstanceState()