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

/frameworks/av/media/libstagefright/xmlparser/
H A DMediaCodecsXmlParser.cpp350 mCurrentType == mCurrentCodec->second.typeMap.end();
406 mCurrentType = mCurrentCodec->second.typeMap.end();
553 mCurrentType = mCurrentCodec->second.typeMap.insert(
556 mCurrentType = mCurrentCodec->second.typeMap.end();
566 mCurrentType = mCurrentCodec->second.typeMap.find(type);
567 if (mCurrentType == mCurrentCodec->second.typeMap.end()) {
573 mCurrentType = mCurrentCodec->second.typeMap.begin();
637 mCurrentType = mCurrentCodec->second.typeMap.find(name);
639 if (mCurrentType != mCurrentCodec->second.typeMap.end()) {
643 mCurrentType
[all...]
/frameworks/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;
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DHumanInteractionClassifier.java54 private int mCurrentType = Classifier.GENERIC; field in class:HumanInteractionClassifier
117 mCurrentType = type;
133 if (mCurrentType == Classifier.NOTIFICATION_DRAG_DOWN) {
171 float e = c.getFalseTouchEvaluation(mCurrentType, stroke);
190 float e = c.getFalseTouchEvaluation(mCurrentType);
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
H A DMediaCodecsXmlParser.h148 TypeMap::iterator mCurrentType; member in class:android::MediaCodecsXmlParser

Completed in 117 milliseconds