Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java154 float maxShelfEnd = ambientState.getInnerHeight() + ambientState.getTopPadding() in updateState() local
160 mShelfState.yTranslation = Math.max(Math.min(viewEnd, maxShelfEnd) - mShelfState.height, in updateState()
178 mShelfState.maxShelfEnd = maxShelfEnd; in updateState()
606 public void setMaxShelfEnd(float maxShelfEnd) {
607 mMaxShelfEnd = maxShelfEnd;
646 private float maxShelfEnd;
651 setMaxShelfEnd(maxShelfEnd);
661 setMaxShelfEnd(maxShelfEnd);