HomeSort by relevance Sort by last modified time
    Searched refs:mType (Results 1 - 25 of 229) sorted by null

1 2 3 4 5 6 7 8 910

  /development/tools/apkcheck/src/com/android/apkcheck/
FieldInfo.java 24 private String mType;
36 mType = type;
45 mNameAndType = mName + ":" + TypeUtils.typeToDescriptor(mType);
54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList);
55 if (!type.equals(mType)) {
57 mType = type;
  /dalvik/hit/src/com/android/hit/
RootType.java 38 private final int mType;
42 mType = type;
47 return mType;
RootObj.java 22 RootType mType = RootType.UNKNOWN;
42 mType = type;
51 if (mType == RootType.SYSTEM_CLASS) {
70 if (mType == RootType.SYSTEM_CLASS) {
105 return "root " + mType.getName();
109 return String.format("%s@0x08x", mType.getName(), mId);
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);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Event.java 57 final private int mType; // The type of event - one of the constants above
69 mType = type;
87 return EVENT_COMMITTABLE == mType;
91 return EVENT_DEAD == mType;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLAbstractAtomicProperty.java 25 private final GLStateType mType;
29 mType = type;
34 return mType;
63 pp.prettyPrint(mType, getStringValue());
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 28 private int mType = -1;
46 mType = type;
70 return mType == HVGA_LANDSCAPE ? mMaxWidth
75 return mType == HVGA_LANDSCAPE ? mMaxHeight
80 return mType == HVGA_LANDSCAPE ? mImageHeightLandscape
85 return mType == HVGA_LANDSCAPE ? mTextHeightLandscape
90 return mType;
94 return mType == HVGA_LANDSCAPE ? "HVGA-L" : "HVGA-P";
  /frameworks/base/libs/hwui/thread/
Barrier.h 27 Barrier(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mOpened(false) { }
33 mCondition.signal(mType);
49 Condition::WakeUpType mType;
Signal.h 29 Signal(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mSignaled(false) { }
35 mCondition.signal(mType);
47 Condition::WakeUpType mType;
  /frameworks/base/media/java/android/media/
MediaSyncEvent.java 65 private final int mType;
69 mType = eventType;
100 return mType;
  /frameworks/base/core/java/android/nfc/tech/
NfcBarcode.java 38 private int mType;
67 mType = extras.getInt(EXTRA_BARCODE_TYPE);
83 return mType;
116 switch (mType) {
  /frameworks/base/drm/java/android/drm/
DrmEvent.java 49 private final int mType;
65 mType = type;
85 mType = type;
107 return mType;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
State.java 23 private int mType;
36 mType = type;
60 return mType;
64 mType = type;
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 40 private final int mType;
57 mType = builder.mType;
69 mType = source.readInt();
91 dest.writeInt(mType);
182 return mType;
186 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE;
190 return mType == TYPE_ASSERT
    [all...]
  /frameworks/native/services/surfaceflinger/
Transform.cpp 37 : mMatrix(other.mMatrix), mType(other.mType) {
59 if (CC_LIKELY(mType == IDENTITY))
63 if (rhs.mType == IDENTITY)
66 // TODO: we could use mType to optimize the matrix multiply
78 r.mType |= rhs.mType;
81 r.mType &= 0xFF;
82 r.mType |= UNKNOWN_TYPE;
103 mType = IDENTITY
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheRequest.java 33 private int mType;
40 mType = type;
46 ((mType == MediaItem.TYPE_THUMBNAIL) ? "THUMB" :
47 (mType == MediaItem.TYPE_MICROTHUMBNAIL) ? "MICROTHUMB" : "?");
56 boolean found = cacheService.getImageData(mPath, mType, buffer);
62 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
77 Bitmap bitmap = onDecodeOriginal(jc, mType);
85 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
95 cacheService.putImageData(mPath, mType, array);
  /frameworks/base/core/java/android/hardware/
Sensor.java 223 // mType starts from offset 1.
224 return sSensorReportingModes[sensor.mType - 1];
228 // mType starts from offset 1.
229 int len = sMaxLengthValuesArray[sensor.mType - 1];
247 private int mType;
274 return mType;
327 + ", type=" + mType + ", maxRange=" + mMaxRange + ", resolution=" + mResolution
  /frameworks/base/core/java/android/util/
Property.java 31 private final Class<V> mType;
63 mType = type;
104 return mType;
  /frameworks/base/media/java/android/media/videoeditor/
EffectColor.java 63 private final int mType;
122 mType = type;
131 return mType;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayType.java 50 private final int mType;
57 mType = type;
71 return mType;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLDataTypeSpec.java 23 private final Type mType;
31 mType = getDataType(type);
61 return mType;
  /frameworks/base/location/java/android/location/
Geofence.java 33 private final int mType;
54 mType = TYPE_HORIZONTAL_CIRCLE;
62 return mType;
124 parcel.writeInt(mType);
143 typeToString(mType), mLatitude, mLongitude, mRadius);
156 result = prime * result + mType;
178 if (mType != other.mType)
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 60 Type mType;
177 return mType.getElement();
197 return mType.getCount() * mType.getElement().getBytesSize();
237 mType = t;
246 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
247 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
251 "32 bit integer source does not match allocation type " + mType.mElement.mType)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 59 Type mType;
205 return mType.getElement();
225 return mType.getCount() * mType.getElement().getBytesSize();
268 mType = t;
277 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
278 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
282 "32 bit integer source does not match allocation type " + mType.mElement.mType)
    [all...]
  /cts/suite/audio_quality/lib/include/task/
TaskCase.h 60 inline Value(): mType(ETypeDouble) {};
61 inline Value(Type type): mType(type) {};
62 inline Value(double val): mType(ETypeDouble) {
65 inline Value(int64_t val): mType(ETypeI64) {
69 return mType;
72 mType = type;
76 mType = ETypeDouble;
86 mType = ETypeI64;
98 return ((mValue[0] == b.mValue[0]) && (mType == b.mType));
    [all...]

Completed in 883 milliseconds

1 2 3 4 5 6 7 8 910