Searched defs:mCurrentType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DHumanInteractionClassifier.java54 private int mCurrentType = Classifier.GENERIC; field in class:HumanInteractionClassifier
114 mCurrentType = type;
130 if (mCurrentType == Classifier.NOTIFICATION_DRAG_DOWN) {
168 float e = c.getFalseTouchEvaluation(mCurrentType, stroke);
187 float e = c.getFalseTouchEvaluation(mCurrentType);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java287 private int mCurrentType; field in class:CachedPathIteratorFactory.CachedPathIterator
339 getShapeEndPoint(mCurrentType, mCurrentCoords, mLastPoint);
344 mCurrentType = mTypes[mNextIndex];
347 if (mOffsetLength > 0f && (mCurrentType == SEG_CUBICTO || mCurrentType == SEG_QUADTO)) {
362 if (mCurrentType == SEG_CUBICTO) {
379 System.arraycopy(mCurrentCoords, 0, coords, 0, getNumberOfPoints(mCurrentType) * 2);
380 return mCurrentType;
420 mCurrentType = PathIterator.SEG_MOVETO;

Completed in 66 milliseconds