Searched refs:Slot (Results 1 - 10 of 10) 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.h926 class Slot { class in class:android::MultiTouchMotionAccumulator
963 Slot();
977 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
981 Slot* mSlots;
H A DInputReader.cpp1650 mSlots = new Slot[slotCount];
1709 Slot* slot = &mSlots[mCurrentSlot];
1784 // --- MultiTouchMotionAccumulator::Slot ---
1786 MultiTouchMotionAccumulator::Slot::Slot() { function in class:android::MultiTouchMotionAccumulator::Slot
1790 void MultiTouchMotionAccumulator::Slot::clear() {
1808 int32_t MultiTouchMotionAccumulator::Slot::getToolType() const {
3083 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.slot, "Slot");
6481 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.cpp548 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
550 bool getValueTypePair(SmallVectorImpl<uint64_t> &Record, unsigned &Slot,
552 if (Slot == Record.size()) return true;
553 unsigned ValNo = (unsigned)Record[Slot++];
559 } else if (Slot == Record.size()) {
563 unsigned TypeNo = (unsigned)Record[Slot++];
567 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
569 if (Slot == Record.size()) return true;
570 unsigned ValNo = (unsigned)Record[Slot
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp787 llvm::Value *Slot = new llvm::AllocaInst(ElementType, local
792 InStructTempSlots.push_back(Slot);

Completed in 306 milliseconds