Searched refs:transitionDistance (Results 1 – 2 of 2) sorted by relevance
773 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL() local774 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_showNSSL()793 int transitionDistance = mNotificationPanelViewController in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL() local795 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in onQsSetExpansionHeightCalled_qsFullyExpandedOnKeyguard_hideNSSL()1183 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded() local1184 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in inUnlockedSplitShade_transitioningMaxTransitionDistance_makesShadeFullyExpanded()1195 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in shadeFullyExpanded_inShadeState() local1196 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_inShadeState()1204 int transitionDistance = mNotificationPanelViewController.getMaxPanelTransitionDistance(); in shadeFullyExpanded_onKeyguard() local1205 mNotificationPanelViewController.setExpandedHeight(transitionDistance); in shadeFullyExpanded_onKeyguard()[all …]
3067 float transitionDistance = local3069 scrimMinFraction = mHeadsUpStartHeight / transitionDistance;3071 int transitionDistance = getMaxPanelHeight();3072 scrimMinFraction = transitionDistance > 0f3073 ? (float) mHeadsUpStartHeight / transitionDistance : 0f;