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/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h277 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
279 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
281 if (Slot == Record.size()) return true;
282 unsigned ValNo = (unsigned)Record[Slot++];
288 } else if (Slot == Record.size()) {
292 unsigned TypeNo = (unsigned)Record[Slot++];
296 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
298 if (Slot == Record.size()) return true;
299 unsigned ValNo = (unsigned)Record[Slot
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h272 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
274 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
276 if (Slot == Record.size()) return true;
277 unsigned ValNo = (unsigned)Record[Slot++];
283 } else if (Slot == Record.size()) {
287 unsigned TypeNo = (unsigned)Record[Slot++];
291 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
293 if (Slot == Record.size()) return true;
294 unsigned ValNo = (unsigned)Record[Slot
[all...]
/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.h183 // Slot contains the information and object references that
185 struct Slot { struct in class:android::ConsumerBase
207 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/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp163 llvm::StringRef Slot = local
166 if (Slot.getAsInteger(10, USlot)) {
167 ALOGE("Non-integer object slot value '%s'", Slot.str().c_str());
/frameworks/native/services/inputflinger/
H A DInputReader.h871 class Slot { class in class:android::MultiTouchMotionAccumulator
908 Slot();
922 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
926 Slot* mSlots;
H A DInputReader.cpp1568 mSlots = new Slot[slotCount];
1627 Slot* slot = &mSlots[mCurrentSlot];
1702 // --- MultiTouchMotionAccumulator::Slot ---
1704 MultiTouchMotionAccumulator::Slot::Slot() { function in class:android::MultiTouchMotionAccumulator::Slot
1708 void MultiTouchMotionAccumulator::Slot::clear() {
1726 int32_t MultiTouchMotionAccumulator::Slot::getToolType() const {
2931 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.slot, "Slot");
6083 const MultiTouchMotionAccumulator::Slot* inSlot =

Completed in 546 milliseconds