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

  /frameworks/base/graphics/java/android/graphics/
Path.java 43 private Direction mLastDirection = null;
78 mLastDirection = null;
95 mLastDirection = null;
479 if (mLastDirection == null) {
480 mLastDirection = dir;
482 if (mLastDirection != dir) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 83 private int mLastDirection;
156 mLastDirection = 0;
374 mLastDirection = msg.arg1;
    [all...]

Completed in 117 milliseconds