Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java212 float openedAmount = (viewState.yTranslation - getFullyClosedTranslation()) in updateState() local
214 openedAmount = Math.min(1.0f, openedAmount); in updateState()
215 viewState.openedAmount = openedAmount; in updateState()
916 private void setOpenedAmount(float openedAmount) {
917 mNoAnimationsInThisFrame = openedAmount == 1.0f && mOpenedAmount == 0.0f;
918 mOpenedAmount = openedAmount;
921 openedAmount = 1.0f;
930 FAST_OUT_SLOW_IN_REVERSE.getInterpolation(openedAmount));
944 openedAmount);
947 mShelfIcons.getPaddingStart(), openedAmount);
[all …]