Home
last modified time | relevance | path

Searched refs:setShouldBlockVisibilityChanges (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DViewDialogLaunchAnimatorController.kt41 (source as? LaunchableView)?.setShouldBlockVisibilityChanges(true)
55 source.setShouldBlockVisibilityChanges(false)
79 source.setShouldBlockVisibilityChanges(true)
105 source.setShouldBlockVisibilityChanges(false)
H A DLaunchableView.kt40 fun setShouldBlockVisibilityChanges(block: Boolean) regex
57 override fun setShouldBlockVisibilityChanges(block: Boolean) {
H A DGhostedViewLaunchAnimatorController.kt223 (ghostedView as? LaunchableView)?.setShouldBlockVisibilityChanges(true)
327 ghostedView.setShouldBlockVisibilityChanges(false)
H A DDialogLaunchAnimator.kt645 dialogContentWithBackground.setShouldBlockVisibilityChanges(true)
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/view/
H A DLaunchableTextView.kt42 override fun setShouldBlockVisibilityChanges(block: Boolean) {
43 delegate.setShouldBlockVisibilityChanges(block)
H A DLaunchableFrameLayout.kt48 override fun setShouldBlockVisibilityChanges(block: Boolean) {
49 delegate.setShouldBlockVisibilityChanges(block)
H A DLaunchableImageView.kt49 override fun setShouldBlockVisibilityChanges(block: Boolean) {
50 delegate.setShouldBlockVisibilityChanges(block)
H A DLaunchableLinearLayout.kt48 override fun setShouldBlockVisibilityChanges(block: Boolean) {
49 delegate.setShouldBlockVisibilityChanges(block)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
H A DLaunchableConstraintLayout.kt48 override fun setShouldBlockVisibilityChanges(block: Boolean) {
49 delegate.setShouldBlockVisibilityChanges(block)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAlphaOptimizedButton.java61 public void setShouldBlockVisibilityChanges(boolean block) { in setShouldBlockVisibilityChanges() method in AlphaOptimizedButton
62 mDelegate.setShouldBlockVisibilityChanges(block); in setShouldBlockVisibilityChanges()
H A DAlphaOptimizedFrameLayout.java64 public void setShouldBlockVisibilityChanges(boolean block) { in setShouldBlockVisibilityChanges() method in AlphaOptimizedFrameLayout
65 mLaunchableViewDelegate.setShouldBlockVisibilityChanges(block); in setShouldBlockVisibilityChanges()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt92 override fun setShouldBlockVisibilityChanges(block: Boolean) {
93 delegate.setShouldBlockVisibilityChanges(block)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DDialogLaunchAnimatorTest.kt335 override fun setShouldBlockVisibilityChanges(block: Boolean) {
336 delegate.setShouldBlockVisibilityChanges(block)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt369 override fun setShouldBlockVisibilityChanges(block: Boolean) {
370 launchableViewDelegate.setShouldBlockVisibilityChanges(block)