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

1 2 3 4 5

  /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 28 private int mType = -1;
44 mType = type;
48 return mType == HVGA_LANDSCAPE ? HVGA_LANDSCAPE_WIDTH
53 return mType == HVGA_LANDSCAPE ? HVGA_LANDSCAPE_HEIGHT
58 return mType == HVGA_LANDSCAPE ? IMAGE_HEIGHT_LANDSCAPE
63 return mType == HVGA_LANDSCAPE ? TEXT_HEIGHT_LANDSCAPE
68 return mType;
72 return mType == HVGA_LANDSCAPE ? "HVGA-L" : "HVGA-P";
  /build/tools/apicheck/src/com/android/apicheck/
ParameterInfo.java 20 private String mType;
24 mType = type;
29 return mType;
FieldInfo.java 22 private String mType;
38 mType = type;
73 if (!mType.equals(other.mType)
87 if (mType.equals("float")) {
91 } else if (mType.equals("double")) {
107 if (!mType.equals(fInfo.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);
  /system/core/nexus/
SupplicantEvent.cpp 27 mType = type;
SupplicantEvent.h 24 int mType;
50 int getType() { return mType; }
  /development/simulator/app/
UserEventMessage.h 36 : mType(kUnknown), mpLogMessage(NULL)
45 mType = kRuntimeStarted;
48 mType = kRuntimeStopped;
51 mType = kErrorMessage;
55 mType = kLogMessage;
59 mType = kExternalRuntime;
67 UEMType GetType(void) const { return mType; }
77 UEMType mType;
  /build/tools/droiddoc/src/
AnnotationInstanceInfo.java 19 private ClassInfo mType;
24 mType = type;
30 return mType;
43 str.append(mType.qualifiedName());
ParameterInfo.java 27 mType = type;
33 return mType;
69 TypeInfo mType;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
ResourceValue.java 25 private final String mType;
30 mType = null;
35 mType = type;
41 return mType;
  /sdk/layoutlib_utils/src/com/android/layoutlib/utils/
ResourceValue.java 22 private final String mType;
28 mType = type;
34 mType = type;
41 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/base/libs/rs/
rsComponent.cpp 35 mType = dt;
73 switch(mType) {
161 switch (mType) {
251 return String8(gCTypeStrings[mType]);
256 if (mVectorSize == 4 && mType == RS_TYPE_UNSIGNED_8) {
261 String8 s(gCVecTypeStrings[mType]);
269 if (mType == RS_TYPE_SIGNED_32) {
277 if (mType == RS_TYPE_FLOAT_32) {
334 prefix, gTypeStrings[mType], gKindStrings[mKind], mVectorSize, mBits);
rsComponent.h 43 RsDataType getType() const {return mType;}
52 RsDataType mType;
  /frameworks/base/services/surfaceflinger/
Transform.cpp 72 : mMatrix(other.mMatrix), mType(other.mType) {
94 if (CC_LIKELY(mType == IDENTITY))
98 if (rhs.mType == IDENTITY)
101 // TODO: we could use mType to optimize the matrix multiply
113 r.mType |= rhs.mType;
116 r.mType &= 0xFF;
117 r.mType |= UNKNOWN_TYPE;
138 mType = IDENTITY
    [all...]
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 147 private final byte[] mType;
190 mType = type.clone();
207 mType = null;
232 return mType.clone();
253 return generate(mFlags, mTnf, mType, mId, mPayload);
262 dest.writeInt(mType.length);
263 dest.writeByteArray(mType);
  /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();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 53 private int mType;
92 mType = intent.getIntExtra(BluetoothDevice.EXTRA_PAIRING_VARIANT, BluetoothDevice.ERROR);
93 if (mType == BluetoothDevice.PAIRING_VARIANT_PIN) {
95 } else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY) {
97 } else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION){
106 } else if (mType == BluetoothDevice.PAIRING_VARIANT_CONSENT) {
108 } else if (mType == BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY) {
117 } else if (mType == BluetoothDevice.PAIRING_VARIANT_OOB_CONSENT) {
154 if (mType == BluetoothDevice.PAIRING_VARIANT_PIN) {
159 } else if (mType == BluetoothDevice.PAIRING_VARIANT_PASSKEY)
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
MimeRecord.java 39 private final String mType;
43 mType = Preconditions.checkNotNull(mimeType);
50 return mType;
61 text.setText(mType);
67 return mType;
RecordEditInfo.java 44 private final String mType;
49 mType = type;
53 mType = parcel.readString();
57 return mType;
107 out.writeString(mType);
  /frameworks/base/core/java/android/hardware/
Sensor.java 112 private int mType;
141 return mType;
  /frameworks/base/media/libeffects/testlibs/
AudioShelvingFilter.cpp 53 : mType(type),
68 setFrequency(mType == kLowShelf ? 0 : mNiquistFreq);
79 uint32_t log2minFreq = (mType == kLowShelf ? (32-10) : (32-2));
101 if (mType == kHighShelf) {

Completed in 456 milliseconds

1 2 3 4 5