HomeSort by relevance Sort by last modified time
    Searched defs:shelf (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
abft.h 25 /** AoE shelf */
26 uint16_t shelf; member in struct:abft_table
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 124 NotificationShelf shelf = ambientState.getShelf(); local
125 shelf.updateState(resultState, ambientState);
483 * the shelf.
NotificationStackScrollLayout.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 489 NotificationShelf shelf = mNotificationStackScroller.getNotificationShelf(); local
490 float shelfSize = shelf.getVisibility() == GONE ? 0
491 : shelf.getIntrinsicHeight() + notificationPadding;
    [all...]

Completed in 572 milliseconds