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.java232 float openedAmount = (viewState.yTranslation - getFullyClosedTranslation()) in updateState() local
234 openedAmount = Math.min(1.0f, openedAmount); in updateState()
235 viewState.openedAmount = openedAmount; in updateState()
840 private void setOpenedAmount(float openedAmount) {
841 mNoAnimationsInThisFrame = openedAmount == 1.0f && mOpenedAmount == 0.0f;
842 mOpenedAmount = openedAmount;
845 openedAmount = 1.0f;
854 FAST_OUT_SLOW_IN_REVERSE.getInterpolation(openedAmount));
868 openedAmount);
871 mShelfIcons.getPaddingStart(), openedAmount);
[all …]