Home
last modified time | relevance | path

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

/frameworks/layoutlib/
D.gitignore5 /.idea/shelf
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java150 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState() local
151 if (shelf == null) { in updateShelfState()
155 shelf.updateState(algorithmState, ambientState); in updateShelfState()
160 if (shelf.getViewState().hidden) { in updateShelfState()
164 final float shelfTop = shelf.getViewState().yTranslation; in updateShelfState()
DAmbientState.java392 public void setShelf(NotificationShelf shelf) { in setShelf() argument
393 mShelf = shelf; in setShelf()
DStackStateAnimator.java527 public void setShelf(NotificationShelf shelf) { in setShelf() argument
528 mShelf = shelf; in setShelf()