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

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java205 RectF mRegion = new RectF(); field in class:Animation
265 animation.mRegion = new RectF();
1012 final RectF tempRegion = mRegion;
/frameworks/av/include/media/
H A DToneGenerator.h260 unsigned short mRegion; member in class:android::ToneGenerator
/frameworks/av/media/libmedia/
H A DToneGenerator.cpp824 mRegion = ANSI;
826 mRegion = JAPAN;
828 mRegion = CEPT;
1440 if (mRegion == CEPT || toneType < FIRST_SUP_TONE || toneType > LAST_SUP_TONE) {
1443 regionTone = (tone_type) sToneMappingTable[mRegion][toneType - FIRST_SUP_TONE];
1446 ALOGV("getToneForRegion, tone %d, region %d, regionTone %d", toneType, mRegion, regionTone);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java493 private final String mRegion; field in class:VCardEntry.PostalData
512 mRegion = region;
582 builder.withValue(StructuredPostal.REGION, mRegion);
597 mPobox, mExtendedAddress, mStreet, mLocalty, mRegion, mPostalCode, mCountry
635 && TextUtils.isEmpty(mRegion)
657 && TextUtils.equals(mRegion, postalData.mRegion)
669 mLocalty, mRegion, mPostalCode, mCountry};
681 mLocalty, mRegion, mPostalCode, mCountry);
706 return mRegion;
[all...]

Completed in 4763 milliseconds