Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerTest.java901 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL() local
902 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL()
921 int transitionDistance = mNotificationPanelViewController in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL() local
923 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL()
1277 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded() local
1278 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded()
1289 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in shadeFullyExpanded_inShadeState() local
1290 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_inShadeState()
1298 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in shadeFullyExpanded_onKeyguard() local
1299 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_onKeyguard()
[all …]
DNotificationPanelViewControllerWithCoroutinesTest.kt237 val transitionDistance = mNotificationPanelViewController.maxPanelTransitionDistance in <lambda>() constant
238 mNotificationPanelViewController.expandedHeight = transitionDistance.toFloat() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java3189 float transitionDistance = local
3191 scrimMinFraction = mHeadsUpStartHeight / transitionDistance;
3193 int transitionDistance = getMaxPanelHeight();
3194 scrimMinFraction = transitionDistance > 0f
3195 ? (float) mHeadsUpStartHeight / transitionDistance : 0f;