Searched refs:isAttachedToWindow (Results 1 – 5 of 5) sorted by relevance
301 private boolean isAttachedToWindow; field in PlayerControlView776 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()
88 if (isAttachedToWindow()) { in removedChild()
492 protected boolean isAttachedToWindow() { in isAttachedToWindow() method in ShadowView563 if (shadowView.isAttachedToWindow()) { in getWindowId()
833 assertTrue(shadowOf(temporaryChild).isAttachedToWindow()); in shouldCallOnAttachedToAndDetachedFromWindow()837 assertFalse(shadowOf(temporaryChild).isAttachedToWindow()); in shouldCallOnAttachedToAndDetachedFromWindow()
253 …ss.isAnimating = lottieDrawable.isAnimating() || (!ViewCompat.isAttachedToWindow(this) && wasAnima… in onSaveInstanceState()