HomeSort by relevance Sort by last modified time
    Searched refs:BitSet32 (Results 1 - 5 of 5) sorted by null

  /frameworks/base/include/utils/
BitSet.h 29 struct BitSet32 {
32 inline BitSet32() : value(0) { }
33 explicit inline BitSet32(uint32_t value) : value(value) { }
64 inline bool operator== (const BitSet32& other) const { return value == other.value; }
65 inline bool operator!= (const BitSet32& other) const { return value != other.value; }
  /frameworks/base/include/ui/
InputDispatcher.h 114 BitSet32 pointerIds;
    [all...]
InputReader.h 560 BitSet32 idBits;
811 BitSet32 idBits, uint32_t changedId, uint32_t pointerCount,
  /frameworks/base/libs/ui/
InputReader.cpp     [all...]
InputDispatcher.cpp 127 BitSet32 pointerIdBits;
    [all...]

Completed in 686 milliseconds