Searched refs:mLastDirection (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/
H A DPath.java43 private Direction mLastDirection = null; field in class:Path
75 mLastDirection = null;
90 mLastDirection = null;
515 if (mLastDirection == null) {
516 mLastDirection = dir;
518 if (mLastDirection != dir) {

Completed in 60 milliseconds