Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java55 private ShelfState mShelfState; field in NotificationShelf
94 mShelfState = new ShelfState(); in onFinishInflate()
147 return mShelfState; in createNewViewState()
158 mShelfState.copyFrom(lastViewState); in updateState()
159 mShelfState.height = getIntrinsicHeight(); in updateState()
160 mShelfState.yTranslation = Math.max(Math.min(viewEnd, maxShelfEnd) - mShelfState.height, in updateState()
162 mShelfState.zTranslation = ambientState.getBaseZHeight(); in updateState()
163 float openedAmount = (mShelfState.yTranslation - getFullyClosedTranslation()) in updateState()
166 mShelfState.openedAmount = openedAmount; in updateState()
167 mShelfState.clipTopAmount = 0; in updateState()
[all …]