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

  /frameworks/base/libs/androidfw/
Input.cpp 314 mPointerProperties.clear();
315 mPointerProperties.appendArray(pointerProperties, pointerCount);
333 mPointerProperties = other->mPointerProperties;
398 size_t pointerCount = mPointerProperties.size();
400 if (mPointerProperties.itemAt(i).id == pointerId) {
498 mPointerProperties.clear();
499 mPointerProperties.setCapacity(pointerCount);
506 mPointerProperties.push();
507 PointerProperties& properties = mPointerProperties.editTop()
    [all...]
  /frameworks/base/include/androidfw/
Input.h 367 inline size_t getPointerCount() const { return mPointerProperties.size(); }
370 return &mPointerProperties[pointerIndex];
374 return mPointerProperties[pointerIndex].id;
378 return mPointerProperties[pointerIndex].toolType;
546 return mPointerProperties.array();
564 Vector<PointerProperties> mPointerProperties;

Completed in 185 milliseconds