Searched defs:slots (Results 1 - 6 of 6) sorted by relevance

/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/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/include/androidfw/
H A DCursorWindow.h158 RowSlot slots[ROW_SLOT_CHUNK_NUM_ROWS]; member in struct:android::CursorWindow::RowSlotChunk
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselController.java31 * basically a scene of cards and slots. The spacing between cards is dictated by the number
32 * of slots and the radius. The number of visible cards dictates how far the Carousel can be moved.
33 * If the number of cards exceeds the number of slots, then the Carousel will continue to go
199 * Set the number of slots around the Carousel. Basically equivalent to the poles horses
202 * @param n the number of slots
212 * Sets the number of visible slots around the Carousel. This is primarily used as a cheap
214 * @param n the number of visible slots
226 * @param n the number of slots
237 * setVisibleSlots(). This number gets added to the number of visible slots and used to
282 * Sets the amount of allowed overscroll (in slots)
284 setOverscrollSlots(float slots) argument
[all...]
H A DCarouselView.java35 * basically a scene of cards and slots. The spacing between cards is dictated by the number
36 * of slots and the radius. The number of visible cards dictates how far the Carousel can be moved.
37 * If the number of cards exceeds the number of slots, then the Carousel will continue to go
225 * Set the number of slots around the Carousel. Basically equivalent to the poles horses
228 * @param n the number of slots
235 * Sets the number of visible slots around the Carousel. This is primarily used as a cheap
237 * @param n the number of visible slots
245 * setVisibleSlots(). This number gets added to the number of visible slots and used to
278 * Sets the amount of allowed overscroll (in slots)
280 public void setOverscrollSlots(float slots) { argument
[all...]
H A DCarouselRS.java513 public void setOverscrollSlots(float slots) { argument
514 mScript.set_overscrollSlots(slots);

Completed in 148 milliseconds