Searched refs:slots (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIconList.java90 public void defineSlots(String[] slots) { argument
91 final int N = slots.length;
94 s[i] = slots[i];
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java85 * separating the thirds), filled with buttons into some slots.
88 * @param slots Which slots to fill with buttons.
91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { argument
104 for (Slot slot : slots) {
/frameworks/base/include/androidfw/
H A DCursorWindow.h158 RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS]; member in struct:android::CursorWindow::RowSlotChunk
/frameworks/base/libs/androidfw/
H A DCursorWindow.cpp172 // Allocate the slots for the field directory
231 return &chunk->slots[chunkPos];
254 return &chunk->slots[chunkPos];

Completed in 145 milliseconds