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.java207 float openedAmount = (viewState.yTranslation - getFullyClosedTranslation()) in updateState() local
209 openedAmount = Math.min(1.0f, openedAmount); in updateState()
210 viewState.openedAmount = openedAmount; in updateState()
827 private void setOpenedAmount(float openedAmount) {
828 mNoAnimationsInThisFrame = openedAmount == 1.0f && mOpenedAmount == 0.0f;
829 mOpenedAmount = openedAmount;
832 openedAmount = 1.0f;
841 FAST_OUT_SLOW_IN_REVERSE.getInterpolation(openedAmount));
855 openedAmount);
858 mShelfIcons.getPaddingStart(), openedAmount);
[all …]