Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A Dasync_task.rs98 shelf: Option<Shelf>, field
205 let mut shelf = state.lock().unwrap().shelf.take().unwrap_or_default(); in spawn_thread() localVariable
271 let mut shelf = Shelf::default(); in test_shelf() localVariable
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java529 public void setShelf(NotificationShelf shelf) { in setShelf()
H A DAmbientState.java399 public void setShelf(NotificationShelf shelf) { in setShelf()
H A DStackScrollAlgorithm.java164 NotificationShelf shelf = ambientState.getShelf(); in updateShelfState() local