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

1 2 3 4 5 6 7 8

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopupItem.java 13 private final int mType;
17 mType = type;
25 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) { }
28 GLenum getType() const { return mType; }
37 GLenum mType;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlayType.java 50 private final int mType;
57 mType = type;
71 return mType;
EffectType.java 82 private final int mType;
86 mType = type;
94 return mType;
  /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/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/nfc/tech/
NfcBarcode.java 38 private int mType;
67 mType = extras.getInt(EXTRA_BARCODE_TYPE);
83 return mType;
122 switch (mType) {
  /frameworks/base/core/java/android/util/
Property.java 31 private final Class<V> mType;
63 mType = type;
104 return 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/graphics/java/android/graphics/
ComposeShader.java 30 private int mType;
52 mType = TYPE_XFERMODE;
76 mType = TYPE_PORTERDUFFMODE;
92 switch (mType) {
LinearGradient.java 28 private int mType;
60 mType = TYPE_COLORS_AND_POSITIONS;
84 mType = TYPE_COLOR_START_AND_COLOR_END;
103 switch (mType) {
RadialGradient.java 28 private int mType;
61 mType = TYPE_COLORS_AND_POSITIONS;
86 mType = TYPE_COLOR_CENTER_AND_COLOR_EDGE;
104 switch (mType) {
SweepGradient.java 28 private int mType;
60 mType = TYPE_COLORS_AND_POSITIONS;
78 mType = TYPE_COLOR_START_AND_COLOR_END;
93 switch (mType) {
  /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;
  /hardware/libhardware/modules/camera/
Stream.h 57 const int mType;
  /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;
  /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;
  /dalvik/hit/src/com/android/hit/
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);
  /frameworks/base/media/java/android/media/videoeditor/
EffectColor.java 63 private final int mType;
122 mType = type;
131 return mType;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphOutputTarget.java 14 private FrameType mType = FrameType.any();
22 mType = type;
26 return mType;
32 .addInputPort("frame", Signature.PORT_REQUIRED, 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;
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.h 52 ColorBlindnessTypes mType;

Completed in 1280 milliseconds

1 2 3 4 5 6 7 8