Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java142 final float thisFrac = pv.getExpandedFraction(); in panelExpansionChanged()
DPanelView.java697 return getExpandedFraction() > 0.5f; in flingExpands()
935 public float getExpandedFraction() { in getExpandedFraction() method in PanelView
DNotificationPanelView.java505 getExpandedFraction(), in positionClockAndNotifications()
896 if (action == MotionEvent.ACTION_DOWN && getExpandedFraction() == 1f in handleQsTouch()
1405 return (int) interpolate(getExpandedFraction(), in calculateQsTopPadding()
1766 0f, 1f, getExpandedFraction()); in updateKeyguardBottomAreaAlpha()