Searched refs:LaunchableView (Results 1 – 15 of 15) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ViewDialogLaunchAnimatorController.kt | 41 (source as? LaunchableView)?.setShouldBlockVisibilityChanges(true) 52 if (source is LaunchableView) { 78 if (source is LaunchableView) { 103 if (source is LaunchableView) {
|
H A D | LaunchableView.kt | 22 interface LaunchableView { regex 52 ) : LaunchableView {
|
H A D | GhostedViewLaunchAnimatorController.kt | 106 if (ghostedView !is LaunchableView) { 223 (ghostedView as? LaunchableView)?.setShouldBlockVisibilityChanges(true) 325 if (ghostedView is LaunchableView) {
|
H A D | DialogLaunchAnimator.kt | 166 if (source !is LaunchableView) { 618 if (viewGroupWithBackground !is LaunchableView) {
|
H A D | ActivityLaunchAnimator.kt | 389 if (view !is LaunchableView) {
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/view/ |
H A D | LaunchableTextView.kt | 23 import com.android.systemui.animation.LaunchableView 27 open class LaunchableTextView : TextView, LaunchableView {
|
H A D | LaunchableFrameLayout.kt | 22 import com.android.systemui.animation.LaunchableView 26 open class LaunchableFrameLayout : FrameLayout, LaunchableView {
|
H A D | LaunchableImageView.kt | 23 import com.android.systemui.animation.LaunchableView 27 open class LaunchableImageView : ImageView, LaunchableView {
|
H A D | LaunchableLinearLayout.kt | 22 import com.android.systemui.animation.LaunchableView 26 open class LaunchableLinearLayout : LinearLayout, LaunchableView {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
H A D | LaunchableConstraintLayout.kt | 22 import com.android.systemui.animation.LaunchableView 26 open class LaunchableConstraintLayout : ConstraintLayout, LaunchableView {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AlphaOptimizedButton.java | 23 import com.android.systemui.animation.LaunchableView; 31 public class AlphaOptimizedButton extends Button implements LaunchableView {
|
H A D | AlphaOptimizedFrameLayout.java | 23 import com.android.systemui.animation.LaunchableView; 32 public class AlphaOptimizedFrameLayout extends FrameLayout implements LaunchableView
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 30 import com.android.systemui.animation.LaunchableView 43 ) : ConstraintLayout(context, attrs, defStyleAttr), LaunchableView {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSTileViewImpl.kt | 48 import com.android.systemui.animation.LaunchableView 63 ) : QSTileView(context), HeightOverrideable, LaunchableView {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
H A D | DialogLaunchAnimatorTest.kt | 328 private class TouchSurfaceView(context: Context) : FrameLayout(context), LaunchableView {
|