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.h243 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
245 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
247 if (Slot == Record.size()) return true;
248 unsigned ValNo = (unsigned)Record[Slot++];
254 } else if (Slot == Record.size()) {
258 unsigned TypeNo = (unsigned)Record[Slot++];
262 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
264 if (Slot == Record.size()) return true;
265 unsigned ValNo = (unsigned)Record[Slot
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h236 /// slot 'Slot'. Increment Slot past the number of slots used in the record.
238 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
240 if (Slot == Record.size()) return true;
241 unsigned ValNo = (unsigned)Record[Slot++];
247 } else if (Slot == Record.size()) {
251 unsigned TypeNo = (unsigned)Record[Slot++];
255 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot,
257 if (Slot == Record.size()) return true;
258 unsigned ValNo = (unsigned)Record[Slot
[all...]
/frameworks/native/include/gui/
H A DConsumerBase.h165 // Slot contains the information and object references that
167 struct Slot { struct in class:android::ConsumerBase
186 Slot mSlots[BufferQueue::NUM_BUFFER_SLOTS];
/frameworks/base/graphics/java/android/renderscript/
H A DProgramFragmentFixedFunction.java153 private class Slot { class in class:ProgramFragmentFixedFunction.Builder
156 Slot(EnvMode _env, Format _fmt) { method in class:ProgramFragmentFixedFunction.Builder.Slot
161 Slot[] mSlots;
235 mSlots = new Slot[MAX_TEXTURE];
258 mSlots[slot] = new Slot(env, fmt);
/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.cpp162 llvm::StringRef Slot = local
165 if (Slot.getAsInteger(10, USlot)) {
166 ALOGE("Non-integer object slot value '%s'", Slot.str().c_str());
/frameworks/base/services/input/
H A DInputReader.h832 class Slot { class in class:android::MultiTouchMotionAccumulator
869 Slot();
883 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
887 Slot* mSlots;
H A DInputReader.cpp1554 mSlots = new Slot[slotCount];
1613 Slot* slot = &mSlots[mCurrentSlot];
1688 // --- MultiTouchMotionAccumulator::Slot ---
1690 MultiTouchMotionAccumulator::Slot::Slot() { function in class:android::MultiTouchMotionAccumulator::Slot
1694 void MultiTouchMotionAccumulator::Slot::clear() {
1712 int32_t MultiTouchMotionAccumulator::Slot::getToolType() const {
2867 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.slot, "Slot");
5903 const MultiTouchMotionAccumulator::Slot* inSlot =

Completed in 5941 milliseconds