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.java163 float openedAmount = (mShelfState.yTranslation - getFullyClosedTranslation()) in updateState() local
165 openedAmount = Math.min(1.0f, openedAmount); in updateState()
166 mShelfState.openedAmount = openedAmount; in updateState()
520 private void setOpenedAmount(float openedAmount) {
521 mNoAnimationsInThisFrame = openedAmount == 1.0f && mOpenedAmount == 0.0f;
522 mOpenedAmount = openedAmount;
525 openedAmount = 1.0f;
533 openedAmount);
545 openedAmount);
548 mShelfIcons.getPaddingStart(), openedAmount);
[all …]