Searched refs:LaunchableView (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ViewDialogTransitionAnimatorController.kt | 44 (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()
|
D | LaunchableView.kt | 23 interface LaunchableView { interface 59 ) : LaunchableView { in getPaddingForLaunchAnimation()
|
D | GhostedViewTransitionAnimatorController.kt | 124 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()
|
D | DialogTransitionAnimator.kt | 174 if (source !is LaunchableView) { in <lambda>() 627 if (viewGroupWithBackground !is LaunchableView) { in start()
|
D | ActivityTransitionAnimator.kt | 515 if (view !is LaunchableView) { in fromView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
D | SmartspaceAppWidgetHostView.kt | 22 import com.android.systemui.animation.LaunchableView 26 class SmartspaceAppWidgetHostView(context: Context) : AppWidgetHostView(context), LaunchableView {
|
D | CommunalAppWidgetHostView.kt | 26 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/ |
D | LaunchableTextView.kt | 23 import com.android.systemui.animation.LaunchableView 27 open class LaunchableTextView : TextView, LaunchableView {
|
D | LaunchableFrameLayout.kt | 22 import com.android.systemui.animation.LaunchableView 26 open class LaunchableFrameLayout : FrameLayout, LaunchableView {
|
D | LaunchableLinearLayout.kt | 22 import com.android.systemui.animation.LaunchableView 26 open class LaunchableLinearLayout : LinearLayout, LaunchableView {
|
D | LaunchableImageView.kt | 23 import com.android.systemui.animation.LaunchableView 27 open class LaunchableImageView : ImageView, LaunchableView {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
D | LaunchableConstraintLayout.kt | 22 import com.android.systemui.animation.LaunchableView 26 open class LaunchableConstraintLayout : ConstraintLayout, LaunchableView {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | AlphaOptimizedFrameLayout.java | 23 import com.android.systemui.animation.LaunchableView; 32 public class AlphaOptimizedFrameLayout extends FrameLayout implements LaunchableView
|
D | AlphaOptimizedButton.java | 23 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/ |
D | FontScalingUserActionInteractorTest.kt | 28 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/ |
D | LegacyActivityStarterInternalImplTest.kt | 34 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/ |
D | TransitionLayout.kt | 30 import com.android.systemui.animation.LaunchableView 43 ) : ConstraintLayout(context, attrs, defStyleAttr), LaunchableView {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | DialogTransitionAnimatorTest.kt | 345 private class TouchSurfaceView(context: Context) : FrameLayout(context), LaunchableView {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileViewImpl.kt | 63 import com.android.systemui.animation.LaunchableView in <lambda>() 83 ) : QSTileView(context), HeightOverrideable, LaunchableView { in <lambda>()
|