Searched refs:transitionDistance (Results 1 – 3 of 3) sorted by relevance
901 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL() local902 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL()921 int transitionDistance = mNotificationPanelViewController in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL() local923 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL()1277 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded() local1278 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded()1289 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in shadeFullyExpanded_inShadeState() local1290 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_inShadeState()1298 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in shadeFullyExpanded_onKeyguard() local1299 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_onKeyguard()[all …]
237 val transitionDistance = mNotificationPanelViewController.maxPanelTransitionDistance in <lambda>() constant238 mNotificationPanelViewController.expandedHeight = transitionDistance.toFloat() in <lambda>()
3189 float transitionDistance = local3191 scrimMinFraction = mHeadsUpStartHeight / transitionDistance;3193 int transitionDistance = getMaxPanelHeight();3194 scrimMinFraction = transitionDistance > 0f3195 ? (float) mHeadsUpStartHeight / transitionDistance : 0f;