Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewDialogTransitionAnimatorController.kt44 (source as? LaunchableView)?.setShouldBlockVisibilityChanges(true) in startDrawingInOverlayOf()
61 if (source is LaunchableView) { in stopDrawingInOverlay()
87 if (source is LaunchableView) { in createTransitionController()
112 if (source is LaunchableView) { in onExitAnimationCancelled()
DLaunchableView.kt23 interface LaunchableView { interface
59 ) : LaunchableView { in getPaddingForLaunchAnimation()
DGhostedViewTransitionAnimatorController.kt124 if (ghostedView !is LaunchableView) {
210 if (ghostedView is LaunchableView) { in fillGhostedViewState()
246 (ghostedView as? LaunchableView)?.setShouldBlockVisibilityChanges(true) in onTransitionAnimationStart()
359 if (ghostedView is LaunchableView) { in onTransitionAnimationEnd()
DDialogTransitionAnimator.kt174 if (source !is LaunchableView) { in <lambda>()
627 if (viewGroupWithBackground !is LaunchableView) { in start()
DActivityTransitionAnimator.kt515 if (view !is LaunchableView) { in fromView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DSmartspaceAppWidgetHostView.kt22 import com.android.systemui.animation.LaunchableView
26 class SmartspaceAppWidgetHostView(context: Context) : AppWidgetHostView(context), LaunchableView {
DCommunalAppWidgetHostView.kt26 import com.android.systemui.animation.LaunchableView
30 class CommunalAppWidgetHostView(context: Context) : AppWidgetHostView(context), LaunchableView {
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/view/
DLaunchableTextView.kt23 import com.android.systemui.animation.LaunchableView
27 open class LaunchableTextView : TextView, LaunchableView {
DLaunchableFrameLayout.kt22 import com.android.systemui.animation.LaunchableView
26 open class LaunchableFrameLayout : FrameLayout, LaunchableView {
DLaunchableLinearLayout.kt22 import com.android.systemui.animation.LaunchableView
26 open class LaunchableLinearLayout : LinearLayout, LaunchableView {
DLaunchableImageView.kt23 import com.android.systemui.animation.LaunchableView
27 open class LaunchableImageView : ImageView, LaunchableView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
DLaunchableConstraintLayout.kt22 import com.android.systemui.animation.LaunchableView
26 open class LaunchableConstraintLayout : ConstraintLayout, LaunchableView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DAlphaOptimizedFrameLayout.java23 import com.android.systemui.animation.LaunchableView;
32 public class AlphaOptimizedFrameLayout extends FrameLayout implements LaunchableView
DAlphaOptimizedButton.java23 import com.android.systemui.animation.LaunchableView;
31 public class AlphaOptimizedButton extends Button implements LaunchableView {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/
DFontScalingUserActionInteractorTest.kt28 import com.android.systemui.animation.LaunchableView
147 private class FontScalingTileTestView(context: Context) : View(context), LaunchableView {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt34 import com.android.systemui.animation.LaunchableView
156 object : View(context), LaunchableView { in startPendingIntentMaybeDismissingKeyguard_keyguardShowing_showOverLs_launchAnimator()
189 object : View(context), LaunchableView { in startPendingIntentDismissingKeyguard_fillInIntentAndExtraOptions_sendAndReturnResult()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt30 import com.android.systemui.animation.LaunchableView
43 ) : ConstraintLayout(context, attrs, defStyleAttr), LaunchableView {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt345 private class TouchSurfaceView(context: Context) : FrameLayout(context), LaunchableView {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt63 import com.android.systemui.animation.LaunchableView in <lambda>()
83 ) : QSTileView(context), HeightOverrideable, LaunchableView { in <lambda>()