/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | ViewDialogTransitionAnimatorController.kt | 44 (source as? LaunchableView)?.setShouldBlockVisibilityChanges(true) in startDrawingInOverlayOf() 64 source.setShouldBlockVisibilityChanges(false) in stopDrawingInOverlay() 88 source.setShouldBlockVisibilityChanges(true) in createTransitionController() 114 source.setShouldBlockVisibilityChanges(false) in onExitAnimationCancelled()
|
D | LaunchableView.kt | 41 fun setShouldBlockVisibilityChanges(block: Boolean) in setShouldBlockVisibilityChanges() method 64 override fun setShouldBlockVisibilityChanges(block: Boolean) { in getPaddingForLaunchAnimation() method in com.android.systemui.animation.LaunchableViewDelegate
|
D | GhostedViewTransitionAnimatorController.kt | 246 (ghostedView as? LaunchableView)?.setShouldBlockVisibilityChanges(true) in onTransitionAnimationStart() 361 ghostedView.setShouldBlockVisibilityChanges(false) in onTransitionAnimationEnd()
|
D | DialogTransitionAnimator.kt | 654 dialogContentWithBackground.setShouldBlockVisibilityChanges(true) in start()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/ |
D | SmartspaceAppWidgetHostView.kt | 43 override fun setShouldBlockVisibilityChanges(block: Boolean) = method 44 launchableViewDelegate.setShouldBlockVisibilityChanges(block)
|
D | CommunalAppWidgetHostView.kt | 91 override fun setShouldBlockVisibilityChanges(block: Boolean) = method 92 launchableViewDelegate.setShouldBlockVisibilityChanges(block)
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/view/ |
D | LaunchableTextView.kt | 42 override fun setShouldBlockVisibilityChanges(block: Boolean) { in setShouldBlockVisibilityChanges() method in com.android.systemui.animation.view.LaunchableTextView 43 delegate.setShouldBlockVisibilityChanges(block) in setShouldBlockVisibilityChanges()
|
D | LaunchableFrameLayout.kt | 48 override fun setShouldBlockVisibilityChanges(block: Boolean) { in setShouldBlockVisibilityChanges() method in com.android.systemui.animation.view.LaunchableFrameLayout 49 delegate.setShouldBlockVisibilityChanges(block) in setShouldBlockVisibilityChanges()
|
D | LaunchableLinearLayout.kt | 48 override fun setShouldBlockVisibilityChanges(block: Boolean) { in setShouldBlockVisibilityChanges() method in com.android.systemui.animation.view.LaunchableLinearLayout 49 delegate.setShouldBlockVisibilityChanges(block) in setShouldBlockVisibilityChanges()
|
D | LaunchableImageView.kt | 49 override fun setShouldBlockVisibilityChanges(block: Boolean) { in setShouldBlockVisibilityChanges() method in com.android.systemui.animation.view.LaunchableImageView 50 delegate.setShouldBlockVisibilityChanges(block) in setShouldBlockVisibilityChanges()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
D | LaunchableConstraintLayout.kt | 48 override fun setShouldBlockVisibilityChanges(block: Boolean) { in setShouldBlockVisibilityChanges() method in com.android.systemui.common.ui.view.LaunchableConstraintLayout 49 delegate.setShouldBlockVisibilityChanges(block) in setShouldBlockVisibilityChanges()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | AlphaOptimizedFrameLayout.java | 64 public void setShouldBlockVisibilityChanges(boolean block) { in setShouldBlockVisibilityChanges() method in AlphaOptimizedFrameLayout 65 mLaunchableViewDelegate.setShouldBlockVisibilityChanges(block); in setShouldBlockVisibilityChanges()
|
D | AlphaOptimizedButton.java | 61 public void setShouldBlockVisibilityChanges(boolean block) { in setShouldBlockVisibilityChanges() method in AlphaOptimizedButton 62 mDelegate.setShouldBlockVisibilityChanges(block); in setShouldBlockVisibilityChanges()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
D | TransitionLayout.kt | 92 override fun setShouldBlockVisibilityChanges(block: Boolean) { in setShouldBlockVisibilityChanges() method 93 delegate.setShouldBlockVisibilityChanges(block) in setShouldBlockVisibilityChanges()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/ |
D | DialogTransitionAnimatorTest.kt | 352 override fun setShouldBlockVisibilityChanges(block: Boolean) { in setShouldBlockVisibilityChanges() method in com.android.systemui.animation.DialogTransitionAnimatorTest 353 delegate.setShouldBlockVisibilityChanges(block) in setShouldBlockVisibilityChanges()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | LegacyActivityStarterInternalImplTest.kt | 157 override fun setShouldBlockVisibilityChanges(block: Boolean) {} in startPendingIntentMaybeDismissingKeyguard_keyguardShowing_showOverLs_launchAnimator() method 190 override fun setShouldBlockVisibilityChanges(block: Boolean) {} in startPendingIntentDismissingKeyguard_fillInIntentAndExtraOptions_sendAndReturnResult() method
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/fontscaling/domain/interactor/ |
D | FontScalingUserActionInteractorTest.kt | 148 override fun setShouldBlockVisibilityChanges(block: Boolean) {} in setShouldBlockVisibilityChanges() method in com.android.systemui.qs.tiles.impl.fontscaling.domain.interactor.FontScalingUserActionInteractorTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSTileViewImpl.kt | 540 override fun setShouldBlockVisibilityChanges(block: Boolean) { in <lambda>() method 541 launchableViewDelegate.setShouldBlockVisibilityChanges(block) in <lambda>()
|