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

1 2 3 4 5 6 7

  /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;
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 27 private int mType = -1;
43 mType = type;
47 return mType == HVGA_LANDSCAPE ? HVGA_LANDSCAPE_WIDTH
52 return mType == HVGA_LANDSCAPE ? HVGA_LANDSCAPE_HEIGHT
57 return mType == HVGA_LANDSCAPE ? IMAGE_HEIGHT_LANDSCAPE
62 return mType == HVGA_LANDSCAPE ? TEXT_HEIGHT_LANDSCAPE
67 return mType;
71 return mType == HVGA_LANDSCAPE ? "HVGA-L" : "HVGA-P";
  /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);
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
ResourceValue.java 27 private final ResourceType mType;
32 mType = type;
37 mType = type;
42 return mType;
51 return mType.getName();
79 return "ResourceValue [" + mType + "/" + getName() + " = " + mValue //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
90 result = prime * result + ((mType == null) ? 0 : mType.hashCode());
107 if (mType == null) {
108 if (other.mType != null
    [all...]
  /system/core/nexus/
SupplicantEvent.cpp 27 mType = type;
SupplicantEvent.h 24 int mType;
50 int getType() { return mType; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidLayoutChangeDescription.java 29 private int mType;
51 this.mType = type;
72 return mType;
79 return mType == STANDALONE_TYPE;
88 result = prime * result + mType;
111 if (mType != other.mType)
119 + ", type=" + mType + "]";
  /frameworks/base/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...]
  /frameworks/base/drm/java/android/drm/
DrmEvent.java 45 private final int mType;
61 mType = type;
81 mType = type;
103 return mType;
  /external/webkit/Source/WebKit/android/nav/
CachedInput.cpp 41 mType = PASSWORD;
43 mType = SEARCH;
45 mType = EMAIL;
47 mType = NUMBER;
49 mType = TELEPHONE;
51 mType = URL;
53 mType = NORMAL_TEXT_FIELD;
92 DUMP_NAV_LOGD("// Type mType=%d;\n", b->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/base/graphics/java/android/renderscript/
Allocation.java 67 Type mType;
188 mType = t;
196 if ((mType.mElement.mType == Element.DataType.SIGNED_32) ||
197 (mType.mElement.mType == Element.DataType.UNSIGNED_32)) {
201 "32 bit integer source does not match allocation type " + mType.mElement.mType);
205 if ((mType.mElement.mType == Element.DataType.SIGNED_16) |
    [all...]
  /sdk/ide_common/src/com/android/ide/common/resources/
SingleResourceFile.java 45 private final ResourceType mType;
54 mType = types.get(0);
57 mResourceName = getResourceName(mType);
63 mValue = new ResourceValue(mType, getResourceName(mType),
67 mType,
68 getResourceName(mType),
78 ResourceItem item = getRepository().getResourceItem(mType, mResourceName);
96 getFolder().getRepository().removeFile(mType, this);
  /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;
  /frameworks/base/core/java/android/net/
NetworkIdentity.java 34 final int mType;
40 this.mType = type;
48 return Objects.hashCode(mType, mSubType, mSubscriberId);
55 return mType == ident.mType && mSubType == ident.mSubType
64 final String typeName = ConnectivityManager.getNetworkTypeName(mType);
66 if (ConnectivityManager.isNetworkTypeMobile(mType)) {
79 return mType;
  /frameworks/base/libs/rs/
rsComponent.h 37 RsDataType getType() const {return mType;}
52 RsDataType mType;
  /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" : "?");
50 ImageData data = cacheService.getImageData(mPath, mType);
63 Bitmap bitmap = onDecodeOriginal(jc, mType);
71 if (mType == MediaItem.TYPE_MICROTHUMBNAIL) {
83 cacheService.putImageData(mPath, mType, array);
  /external/doclava/src/com/google/doclava/
ParameterInfo.java 28 mType = type;
34 return mType;
73 return mType.dimension().equals(dimension);
78 TypeInfo mType;
AnnotationInstanceInfo.java 23 private ClassInfo mType;
29 mType = null;
34 mType = type;
39 return mType;
43 mType = cl;
62 if (mType == null) {
65 str.append(mType.qualifiedName());
  /frameworks/base/core/java/android/os/
PatternMatcher.java 49 private final int mType;
53 mType = type;
61 return mType;
65 return matchPattern(mPattern, str, mType);
70 switch (mType) {
90 dest.writeInt(mType);
95 mType = src.readInt();
  /frameworks/base/core/java/android/nfc/tech/
MifareUltralight.java 80 private int mType;
109 mType = TYPE_UNKNOWN;
114 mType = TYPE_ULTRALIGHT_C;
116 mType = TYPE_ULTRALIGHT;
133 return mType;

Completed in 3038 milliseconds

1 2 3 4 5 6 7