Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DLaunchableView.kt29 fun setShouldBlockVisibilityChanges(block: Boolean) regex
H A DDialogLaunchAnimator.kt413 (touchSurface as? LaunchableView)?.setShouldBlockVisibilityChanges(true)
568 (touchSurface as? LaunchableView)?.setShouldBlockVisibilityChanges(false)
588 (touchSurface as? LaunchableView)?.setShouldBlockVisibilityChanges(false)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt328 override fun setShouldBlockVisibilityChanges(block: Boolean) {