/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListButtonsDiagonalAcrossItems.java | 20 import static android.util.ListItemFactory.Slot; 52 final Slot slot = position == 0 ? Slot.Left : in createView() 53 (position == 1 ? Slot.Middle : Slot.Right); in createView()
|
D | ListHorizontalFocusWithinItemWins.java | 20 import static android.util.ListItemFactory.Slot; 56 context, desiredHeight, Slot.Left, Slot.Right); in createView() 59 context, desiredHeight, Slot.Middle); in createView()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.h | 238 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValueTypePair() argument 240 if (Slot == Record.size()) return true; in getValueTypePair() 241 unsigned ValNo = (unsigned)Record[Slot++]; in getValueTypePair() 247 } else if (Slot == Record.size()) { in getValueTypePair() 251 unsigned TypeNo = (unsigned)Record[Slot++]; in getValueTypePair() 255 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValue() argument 257 if (Slot == Record.size()) return true; in getValue() 258 unsigned ValNo = (unsigned)Record[Slot++]; in getValue()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.h | 245 bool getValueTypePair(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValueTypePair() argument 247 if (Slot == Record.size()) return true; in getValueTypePair() 248 unsigned ValNo = (unsigned)Record[Slot++]; in getValueTypePair() 254 } else if (Slot == Record.size()) { in getValueTypePair() 258 unsigned TypeNo = (unsigned)Record[Slot++]; in getValueTypePair() 262 bool getValue(SmallVector<uint64_t, 64> &Record, unsigned &Slot, in getValue() argument 264 if (Slot == Record.size()) return true; in getValue() 265 unsigned ValNo = (unsigned)Record[Slot++]; in getValue()
|
/frameworks/base/graphics/java/android/renderscript/ |
D | ProgramFragmentFixedFunction.java | 153 private class Slot { class in ProgramFragmentFixedFunction.Builder 156 Slot(EnvMode _env, Format _fmt) { in Slot() method in ProgramFragmentFixedFunction.Builder.Slot 161 Slot[] mSlots; 235 mSlots = new Slot[MAX_TEXTURE]; in Builder() 258 mSlots[slot] = new Slot(env, fmt); in setTexture()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | ListItemFactory.java | 77 public enum Slot { enum in ListItemFactory 91 public static View horizontalButtonSlots(Context context, int desiredHeight, Slot... slots) { in horizontalButtonSlots() 104 for (Slot slot : slots) { in horizontalButtonSlots()
|
/frameworks/compile/libbcc/bcinfo/ |
D | MetadataExtractor.cpp | 161 llvm::StringRef Slot = in populateObjectSlotMetadata() local 164 if (Slot.getAsInteger(10, USlot)) { in populateObjectSlotMetadata() 165 ALOGE("Non-integer object slot value '%s'", Slot.str().c_str()); in populateObjectSlotMetadata()
|
/frameworks/base/services/input/ |
D | InputReader.h | 783 class Slot { 820 Slot(); 834 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; } in getSlot() 838 Slot* mSlots;
|
D | InputReader.cpp | 1569 mSlots = new Slot[slotCount]; in configure() 1628 Slot* slot = &mSlots[mCurrentSlot]; in process() 1705 MultiTouchMotionAccumulator::Slot::Slot() { in Slot() function in android::MultiTouchMotionAccumulator::Slot 1709 void MultiTouchMotionAccumulator::Slot::clear() { in clear() 1727 int32_t MultiTouchMotionAccumulator::Slot::getToolType() const { in getToolType() 5815 const MultiTouchMotionAccumulator::Slot* inSlot = in syncTouch()
|