HomeSort by relevance Sort by last modified time
    Searched defs:mType (Results 51 - 75 of 329) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/rs/
rsComponent.h 38 RsDataType getType() const {return mType;}
54 RsDataType mType;
rsFileA3D.h 46 RsA3DClassID mType;
56 return mType;
rsScriptGroup.h 42 ObjectBaseRef<const Type> mType;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ActionImage.java 53 private int mType;
56 mType = type;
61 int targetSize = MediaItem.getTargetSize(mType);
65 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
ImageCacheRequest.java 33 private int mType;
41 mType = type;
48 ((mType == MediaItem.TYPE_THUMBNAIL) ? "THUMB" :
49 (mType == MediaItem.TYPE_MICROTHUMBNAIL) ? "MICROTHUMB" : "?");
58 boolean found = cacheService.getImageData(mPath, mTimeModified, mType, buffer);
64 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
79 Bitmap bitmap = onDecodeOriginal(jc, mType);
87 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
97 cacheService.putImageData(mPath, mTimeModified, mType, array);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
State.java 24 private int mType;
37 mType = type;
64 return mType;
68 mType = type;
  /packages/apps/Mms/src/com/android/mms/dom/events/
EventTargetImpl.java 38 final String mType;
44 mType = type;
97 && listenerEntry.mType.equals(eventImpl.getType())) {
126 && listenerEntry.mType.equals(type)) {
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 30 private int mType = -1;
48 mType = type;
72 return mType == HVGA_LANDSCAPE ? mMaxWidth
77 return mType == HVGA_LANDSCAPE ? mMaxHeight
82 return mType == HVGA_LANDSCAPE ? mImageHeightLandscape
87 return mType == HVGA_LANDSCAPE ? mTextHeightLandscape
92 return mType;
96 return mType == HVGA_LANDSCAPE ? "HVGA-L" : "HVGA-P";
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
AudioCapture.java 32 private int mType;
42 mType = type;
117 if (mType == TYPE_PCM) {
141 if (mType == TYPE_PCM) {
157 if (mType == TYPE_PCM) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsComponent.h 38 RsDataType getType() const {return mType;}
54 RsDataType mType;
rsFileA3D.h 46 RsA3DClassID mType;
56 return mType;
rsScriptGroup.h 42 ObjectBaseRef<const Type> mType;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsComponent.h 38 RsDataType getType() const {return mType;}
54 RsDataType mType;
rsFileA3D.h 46 RsA3DClassID mType;
56 return mType;
rsScriptGroup.h 42 ObjectBaseRef<const Type> mType;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsComponent.h 38 RsDataType getType() const {return mType;}
54 RsDataType mType;
rsFileA3D.h 46 RsA3DClassID mType;
56 return mType;
rsScriptGroup.h 42 ObjectBaseRef<const Type> mType;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
GradleModule.java 36 private Type mType;
57 return mType != null;
61 mType = type;
65 return mType;
86 return "GradleModule [mJavaProject=" + mJavaProject + ", mPath=" + mPath + ", mType="
87 + mType + ", mDependencies=" + mDependencies + "]";
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
GLPropertyAccessor.java 89 private final GLStateType mType;
92 mType = type;
98 return ((GLCompositeProperty) p).getProperty(mType);
130 sb.append(((GLNamePropertyExtractor) e).mType);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionActivity.java 52 protected ProjectionPresentationType mType;
67 mService.startRendering(mSurface, mWidth, mHeight, metrics.densityDpi, mType.ordinal());
  /cts/suite/audio_quality/lib/include/task/
TaskGeneric.h 56 return mType;
108 TaskType mType;
  /dalvik/hit/src/com/android/hit/
ArrayInstance.java 24 private int mType;
32 mType = type;
38 if (mType != Types.OBJECT) {
46 int idSize = Types.getTypeSize(mType);
93 if (mType != Types.OBJECT) {
101 int idSize = Types.getTypeSize(mType);
131 return Types.getTypeName(mType) + "[" + mNumEntries + "]";
141 if (mType != Types.OBJECT) {
145 int idSize = Types.getTypeSize(mType);
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 141 Type mType;
  /frameworks/av/media/libstagefright/webm/
WebmFrameThread.h 104 const int mType;

Completed in 597 milliseconds

1 23 4 5 6 7 8 91011>>