Home
last modified time | relevance | path

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

/cts/tests/tests/content/jni/
DNativeCursorWindow.c43 struct RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS]; member
89 rowSlotChunk->slots[0].offset = fieldSlotOffset; in Java_android_content_cts_CursorWindowContentProvider_makeNativeCursorWindowFd()
/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots() argument
104 for (Slot slot : slots) { in horizontalButtonSlots()