Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java1018 final float qsExpansionFraction = computeExpansionFraction(); in updateExpansion()
1020 ? 1f : computeExpansionFraction(); in updateExpansion()
1072 : computeExpansionFraction(); in getLockscreenShadeDragProgress()
1098 float computeExpansionFraction() { in computeExpansionFraction() method in QuickSettingsControllerImpl
1158 float qsExpansionFraction = computeExpansionFraction(); in setClippingBounds()
1416 (float) (getMaxExpansionHeight()), computeExpansionFraction()); in calculateNotificationsTopPadding()
1638 && computeExpansionFraction() <= 0.01 && mShadeExpandedFraction < 1.0) { in handleTouch()
1751 float fraction = computeExpansionFraction(); in onTouch()
1783 float qsExpansionFraction = computeExpansionFraction(); in onIntercept()
1996 computeExpansionFraction() == 0.0f && target == 0; in flingQs()
DNotificationPanelViewController.java1695 mQsController.computeExpansionFraction(), in updateClockAppearance()
2304 return mQsController.computeExpansionFraction() > 0.5f; in flingExpandsQs()
2808 float alpha = Math.min(expansionAlpha, 1 - mQsController.computeExpansionFraction()); in updateKeyguardBottomAreaAlpha()
4102 return mQsController.computeExpansionFraction() == 1;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplTest.java342 assertThat(mQsController.computeExpansionFraction()).isEqualTo(1f); in shadeExpanded_onKeyguard()