Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DLaunchableView.kt20 interface LaunchableView { 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.kt45 import com.android.systemui.animation.LaunchableView
58 ) : QSTileView(context), HeightOverrideable, LaunchableView {