Searched refs:mLastDirection (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPath.java40 private Direction mLastDirection = null; field in class:Path
72 mLastDirection = null;
87 mLastDirection = null;
500 if (mLastDirection == null) {
501 mLastDirection = dir;
503 if (mLastDirection != dir) {

Completed in 1831 milliseconds