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 40 private Direction mLastDirection = null;
72 mLastDirection = null;
87 mLastDirection = null;
500 if (mLastDirection == null) {
501 mLastDirection = dir;
503 if (mLastDirection != dir) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java 89 private int mLastDirection;
158 mLastDirection = 0;
363 mLastDirection = msg.arg1;
    [all...]

Completed in 3444 milliseconds