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

1 2 3 4 5 6 7 8 91011

  /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;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
QueryImpl.h 20 explicit QueryImpl(GLenum type) : mType(type), mStatus(GL_FALSE), mResult(0) { }
28 GLenum getType() const { return mType; }
37 GLenum mType;
  /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;
122 switch (mType) {
  /frameworks/base/drm/java/android/drm/
DrmEvent.java 49 private final int mType;
65 mType = type;
85 mType = type;
107 return mType;
  /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;
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);
  /frameworks/base/core/java/android/net/
WifiLinkQualityInfo.java 29 private int mType = UNKNOWN_INT;
48 dest.writeInt(mType);
65 li.mType = in.readInt();
80 return mType;
87 mType = type;
  /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 + "]";
  /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;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterItem.java 30 private final int mType;
38 mType = type;
60 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 60 Type mType;
178 return mType.getElement();
198 return mType.getCount() * mType.getElement().getBytesSize();
238 mType = t;
240 mSize = mType.getCount() * mType.getElement().getBytesSize();
264 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
265 (mType.mElement.mType == Element.DataType.UNSIGNED_32))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingTask.java 27 private int mType;
35 Message msg = mProcessingHandler.obtainMessage(mType);
54 Message msg = mResultHandler.obtainMessage(mType);
62 Message msg = mResultHandler.obtainMessage(mType);
72 mType = taskController.getReservedType();
76 return mType;

Completed in 831 milliseconds

1 2 3 4 5 6 7 8 91011