Searched defs:openedAmount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java191 float openedAmount = (mShelfState.yTranslation - getFullyClosedTranslation())
193 openedAmount = Math.min(1.0f, openedAmount);
194 mShelfState.openedAmount = openedAmount;
666 private void setOpenedAmount(float openedAmount) { argument
667 mNoAnimationsInThisFrame = openedAmount == 1.0f && mOpenedAmount == 0.0f;
668 mOpenedAmount = openedAmount;
671 openedAmount = 1.0f;
679 openedAmount);
793 private float openedAmount; field in class:NotificationShelf.ShelfState
[all...]

Completed in 52 milliseconds