HomeSort by relevance Sort by last modified time
    Searched refs:mType (Results 1 - 25 of 658) 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;
  /frameworks/base/libs/hwui/
Outline.h 31 , mType(kOutlineType_None)
36 mType = kOutlineType_RoundRect;
50 mType = kOutlineType_ConvexPath;
57 mType = kOutlineType_Empty;
63 mType = kOutlineType_None;
69 return mType == kOutlineType_Empty;
86 return mShouldClip && (mType == kOutlineType_RoundRect);
95 if (mType == kOutlineType_RoundRect) {
104 if (mType == kOutlineType_None || mType == kOutlineType_Empty) return nullptr
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
EncodingOption.java 56 private EncodingType mType;
61 mType = type;
67 return mType + ":" + mSymbolLength;
71 return mType;
89 if (mType == null) {
90 if (other.mType != null) {
93 } else if (!mType.equals(other.mType)) {
103 result = result * 31 + (mType != null ? mType.hashCode() : 0)
    [all...]
PoloMessage.java 67 private final PoloMessageType mType;
70 mType = type;
74 return mType;
79 return "[" + mType.toString() + "]";
  /frameworks/av/media/libmedia/
MediaResourcePolicy.cpp 30 : mType(type),
34 mType = parcel.readString8();
39 parcel->writeString8(mType);
45 str.appendFormat("%s:%s", mType.string(), mValue.string());
MediaResource.cpp 33 : mType(type),
37 : mType(type),
42 mType = parcel.readString8();
48 parcel->writeString8(mType);
55 str.appendFormat("%s/%s:%llu", mType.string(), mSubType.string(), (unsigned long long)mValue);
60 return (other.mType == mType) && (other.mSubType == mSubType) && (other.mValue == mValue);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
NodeAttribute.java 5 private final String mType;
10 mType = type;
23 return mType;
28 return String.format("%s (%s) = '%s'", mName, mType, mValue);
  /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());
  /frameworks/av/media/libstagefright/webm/
WebmFrame.cpp 42 : mType(kInvalidType),
50 : mType(type),
59 mType == kVideoType ? kVideoTrackNum : kAudioTrackNum,
73 if (this->mType == kAudioType && other.mType == kVideoType) {
76 if (this->mType == kVideoType && other.mType == kAudioType) {
  /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) { }
37 mCondition.signal(mType);
49 Condition::WakeUpType mType;
  /frameworks/base/media/java/android/media/
MediaSyncEvent.java 65 private final int mType;
69 mType = eventType;
100 return mType;
AudioDevicePort.java 36 private final int mType;
46 mType = type;
54 return mType;
87 if (mType != other.type()) {
102 AudioSystem.getInputDeviceName(mType) :
103 AudioSystem.getOutputDeviceName(mType));
105 + ", mType: " + type
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 46 private final int mType;
63 mType = builder.mType;
75 mType = source.readInt();
98 mType = cpo.mType;
122 dest.writeInt(mType);
222 return mType;
231 return mType == TYPE_INSERT;
240 return mType == TYPE_DELETE
    [all...]
  /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/media/java/android/media/tv/
TvInputHardwareInfo.java 68 private int mType;
81 return mType;
93 if (mType != TV_INPUT_TYPE_HDMI) {
103 b.append(", type=").append(mType);
106 if (mType == TV_INPUT_TYPE_HDMI) {
122 dest.writeInt(mType);
125 if (mType == TV_INPUT_TYPE_HDMI) {
132 mType = source.readInt();
135 if (mType == TV_INPUT_TYPE_HDMI) {
142 private Integer mType = null
    [all...]
TvStreamConfig.java 35 private int mType;
75 return mType;
92 return "TvStreamConfig {mStreamId=" + mStreamId + ";" + "mType=" + mType + ";mGeneration="
105 dest.writeInt(mType);
116 private Integer mType;
130 mType = type;
150 if (mStreamId == null || mType == null || mMaxWidth == null || mMaxHeight == null
157 config.mType = mType;
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
CastExpr.java 26 final String mType;
30 mType = type;
35 return modelAnalyzer.findClass(mType, getModel().getImports());
48 return join(mType, getCastExpr().computeUniqueKey());
SymbolExpr.java 27 Class mType;
32 mType = type;
41 return modelAnalyzer.findClass(mType);
46 return mType.getSimpleName() + mText;
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/eap/
NonEAPInnerAuth.java 20 private final NonEAPType mType;
39 mType = typeID < NonEAPType.values().length ?
45 mType = type;
53 mType = sRevOmaMap.get(eapType);
62 return mType;
66 return sOmaMap.get(mType);
71 return mType.hashCode();
87 return "Auth method NonEAPInnerAuthEAP, inner = " + mType + '\n';
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
ActionKey.java 24 private final T mType;
30 mType = type;
31 mTypeString = (mType != null) ? mType.name() : "";
51 mType = type;
66 return mType;
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 61 Type mType;
97 return mType.mElement.mType;
105 return mType.mElement.mType;
113 return mType.mElement.mType;
121 return mType.mElement.mType;
254 return mType.getElement()
    [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);

Completed in 947 milliseconds

1 2 3 4 5 6 7 8 91011>>