Searched refs:getExpandedFraction (Results 1 – 2 of 2) sorted by relevance
1282 mSplitShadeHeaderController.setShadeExpandedFraction(getExpandedFraction()); in positionClockAndNotifications()1313 ? 1.0f : getExpandedFraction(); in updateClockAppearance()1898 if (action == MotionEvent.ACTION_DOWN && getExpandedFraction() == 1f in handleQsTouch()2260 mQs.setQsExpansion(adjustedExpansionFraction, getExpandedFraction(), getHeaderTranslation(), in updateQsExpansion()2336 (getExpandedFraction() - mMinFraction) / (1f - mMinFraction); in setQSClippingBounds()2518 getExpandedFraction()); in calculateNotificationsTopPadding()3002 getExpandedFraction()); in updateKeyguardBottomAreaAlpha()
526 return getExpandedFraction() > 0.5f; in shouldExpandWhenNotFlinging()823 public float getExpandedFraction() { in getExpandedFraction() method in PanelViewController