HomeSort by relevance Sort by last modified time
    Searched refs:mType (Results 1 - 25 of 427) 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/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupItem.java 15 private final int mType;
19 mType = type;
34 return mType == PopupItemType.ENABLED || mType == PopupItemType.GROUP;
39 return mType == PopupItemType.GROUP;
43 return mType;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
QueryImpl.h 20 explicit QueryImpl(GLenum type) : mType(type), mStatus(GL_FALSE), mResult(0) { }
29 GLenum getType() const { return mType; }
38 GLenum mType;
  /frameworks/base/libs/hwui/
Outline.h 30 , mType(kOutlineType_None)
35 mType = kOutlineType_RoundRect;
49 mType = kOutlineType_ConvexPath;
56 mType = kOutlineType_Empty;
62 mType = kOutlineType_None;
68 return mType == kOutlineType_Empty;
85 return mShouldClip && (mType == kOutlineType_RoundRect);
89 if (mType == kOutlineType_RoundRect) {
98 if (mType == kOutlineType_None || mType == kOutlineType_Empty) return NULL
    [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() + "]";
  /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/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());
  /external/chromium_org/third_party/angle/src/libGLESv2/
angletypes.cpp 74 : mType(GL_NONE),
81 : mType(type),
87 if (mType == GL_FLOAT || mType == GL_HALF_FLOAT || mType == GL_FIXED)
94 : mType(attribute.mType),
104 if (mType == GL_FLOAT || mType == GL_HALF_FLOAT || mType == GL_FIXED
    [all...]
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 30 private int mType = -1;
48 mType = type;
72 return mType == HVGA_LANDSCAPE ? mMaxWidth
77 return mType == HVGA_LANDSCAPE ? mMaxHeight
82 return mType == HVGA_LANDSCAPE ? mImageHeightLandscape
87 return mType == HVGA_LANDSCAPE ? mTextHeightLandscape
92 return mType;
96 return mType == HVGA_LANDSCAPE ? "HVGA-L" : "HVGA-P";
  /frameworks/base/media/java/android/media/tv/
TvTrackInfo.java 42 private final int mType;
55 mType = type;
67 mType = in.readInt();
83 return mType;
105 if (mType != TYPE_AUDIO) {
115 if (mType != TYPE_AUDIO) {
126 if (mType != TYPE_VIDEO) {
137 if (mType != TYPE_VIDEO) {
148 if (mType != TYPE_VIDEO) {
174 dest.writeInt(mType);
    [all...]
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...]
  /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) { }
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;
AudioDevicePort.java 34 private final int mType;
43 mType = type;
51 return mType;
89 + ", mType:" + 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 41 private final int mType;
58 mType = builder.mType;
70 mType = source.readInt();
93 mType = cpo.mType;
117 dest.writeInt(mType);
208 return mType;
212 return mType == TYPE_DELETE || mType == TYPE_INSERT || mType == TYPE_UPDATE
    [all...]
  /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/base/rs/java/android/renderscript/
Allocation.java 55 Type mType;
93 return mType.mElement.mType;
101 return mType.mElement.mType;
109 return mType.mElement.mType;
117 return mType.mElement.mType;
261 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...]

Completed in 594 milliseconds

1 2 3 4 5 6 7 8 91011>>