Searched refs:Slot (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListButtonsDiagonalAcrossItems.java20 import static android.util.ListItemFactory.Slot;
52 final Slot slot = position == 0 ? Slot.Left :
53 (position == 1 ? Slot.Middle : Slot.Right);
H A DListHorizontalFocusWithinItemWins.java20 import static android.util.ListItemFactory.Slot;
56 context, desiredHeight, Slot.Left, Slot.Right);
59 context, desiredHeight, Slot.Middle);
/frameworks/base/rs/java/android/renderscript/
H A DProgramFragmentFixedFunction.java151 private class Slot { class in class:ProgramFragmentFixedFunction.Builder
154 Slot(EnvMode _env, Format _fmt) { method in class:ProgramFragmentFixedFunction.Builder.Slot
159 Slot[] mSlots;
233 mSlots = new Slot[MAX_TEXTURE];
256 mSlots[slot] = new Slot(env, fmt);
/frameworks/native/include/gui/
H A DConsumerBase.h194 // Slot contains the information and object references that
196 struct Slot { struct in class:android::ConsumerBase
218 Slot mSlots[BufferQueue::NUM_BUFFER_SLOTS];
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java77 public enum Slot { enum in class:ListItemFactory
91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) {
104 for (Slot slot : slots) {
/frameworks/native/services/inputflinger/
H A DInputReader.h932 class Slot { class in class:android::MultiTouchMotionAccumulator
969 Slot();
983 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
987 Slot* mSlots;
H A DInputReader.cpp1677 mSlots = new Slot[slotCount];
1736 Slot* slot = &mSlots[mCurrentSlot];
1811 // --- MultiTouchMotionAccumulator::Slot ---
1813 MultiTouchMotionAccumulator::Slot::Slot() { function in class:android::MultiTouchMotionAccumulator::Slot
1817 void MultiTouchMotionAccumulator::Slot::clear() {
1835 int32_t MultiTouchMotionAccumulator::Slot::getToolType() const {
3230 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.slot, "Slot");
6649 const MultiTouchMotionAccumulator::Slot* inSlot =
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp310 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
312 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot,
314 if (Slot == Record.size()) return true;
315 unsigned ValNo = (unsigned)Record[Slot++];
321 } else if (Slot == Record.size()) {
325 unsigned TypeNo = (unsigned)Record[Slot++];
329 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
331 if (Slot == Record.size()) return true;
332 unsigned ValNo = (unsigned)Record[Slot
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp547 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
549 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot,
551 if (Slot == Record.size()) return true;
552 unsigned ValNo = (unsigned)Record[Slot++];
558 } else if (Slot == Record.size()) {
562 unsigned TypeNo = (unsigned)Record[Slot++];
566 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
568 if (Slot == Record.size()) return true;
569 unsigned ValNo = (unsigned)Record[Slot
[all...]

Completed in 835 milliseconds