Home
last modified time | relevance | path

Searched refs:transitionDistance (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationPanelViewControllerTest.java773 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL() local
774 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL()
793 int transitionDistance = mNotificationPanelViewController in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL() local
795 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL()
1183 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded() local
1184 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded()
1195 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in shadeFullyExpanded_inShadeState() local
1196 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_inShadeState()
1204 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in shadeFullyExpanded_onKeyguard() local
1205 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_onKeyguard()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java3067 float transitionDistance = local
3069 scrimMinFraction = mHeadsUpStartHeight / transitionDistance;
3071 int transitionDistance = getMaxPanelHeight();
3072 scrimMinFraction = transitionDistance > 0f
3073 ? (float) mHeadsUpStartHeight / transitionDistance : 0f;