Searched defs:mType (Results 26 - 50 of 205) sorted by relevance

123456789

/frameworks/base/drm/java/android/drm/
H A DDrmEvent.java49 private final int mType; field in class:DrmEvent
65 mType = type;
85 mType = type;
107 return mType;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DInstanceOfExpr.java27 ModelClass mType; field in class:InstanceOfExpr
54 mType = modelAnalyzer.findClass(mTypeStr, getModel().getImports());
68 return mType;
H A DCastExpr.java27 final String mType; field in class:CastExpr
31 mType = type;
36 return modelAnalyzer.findClass(mType, getModel().getImports());
49 return join(mType, getCastExpr().computeUniqueKey());
84 return model.castExpr(mType, getCastExpr().cloneToModel(model));
89 return "(" + mType + ") " + getCastExpr();
H A DSymbolExpr.java29 Class mType; field in class:SymbolExpr
34 mType = type;
43 return modelAnalyzer.findClass(mType);
48 return mType.getSimpleName() + mText;
63 return model.symbol(mText, mType);
73 return !void.class.equals(mType);
78 if (void.class.equals(mType)) {
/frameworks/opt/net/lowpan/libandroid_net_lowpan/include/android/net/lowpan/
H A DLowpanIdentity.h61 std::string mType; member in class:android::net::lowpan::LowpanIdentity
/frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
H A DStorageStrategy.java56 private final Class<K> mType; field in class:StorageStrategy
65 mType = type;
85 return mType.getCanonicalName();
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntryImpl.h56 uint16_t mType; member in class:android::img_utils::TiffEntryImpl
66 : mTag(tag), mType(static_cast<uint16_t>(type)), mCount(count), mEnd(end) {
87 return static_cast<TagType>(mType);
127 BAIL_ON_FAIL(out->write(&mType, 0, 1), ret);
187 BAIL_ON_FAIL(out->write(&mType, 0, 1), ret);
/frameworks/av/media/libeffects/testlibs/
H A DAudioShelvingFilter.h118 ShelfType mType; member in class:android::AudioShelvingFilter
/frameworks/base/core/java/android/app/slice/
H A DSliceSpec.java43 private final String mType; field in class:SliceSpec
47 mType = type;
55 mType = source.readString();
66 dest.writeString(mType);
74 return mType;
95 if (!mType.equals(candidate.mType)) return false;
103 return mType.equals(other.mType) && mRevision == other.mRevision;
108 return String.format("SliceSpec{%s,%d}", mType, mRevisio
[all...]
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java48 private final Type mType; field in class:TypeReference
62 mType = thisType.getActualTypeArguments()[0];
73 if (containsTypeVariable(mType)) {
77 mHash = mType.hashCode();
84 return mType;
88 mType = type;
89 if (containsTypeVariable(mType)) {
93 mHash = mType.hashCode();
159 return (Class<? super T>)getRawType(mType);
209 Type componentType = getComponentType(mType);
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DContextHubMessage.java38 private int mType; field in class:ContextHubMessage
48 return mType;
75 mType = msgType;
104 mType = msgType;
114 mType = in.readInt();
122 out.writeInt(mType);
144 "ContextHubMessage[type = " + mType + ", length = " + mData.length + " bytes](";
/frameworks/base/core/java/android/net/
H A DWifiLinkQualityInfo.java29 private int mType = UNKNOWN_INT; field in class:WifiLinkQualityInfo
48 dest.writeInt(mType);
65 li.mType = in.readInt();
80 return mType;
87 mType = type;
/frameworks/base/core/java/android/nfc/tech/
H A DMifareUltralight.java80 private int mType; field in class:MifareUltralight
109 mType = TYPE_UNKNOWN;
114 mType = TYPE_ULTRALIGHT_C;
116 mType = TYPE_ULTRALIGHT;
133 return mType;
/frameworks/base/core/jni/
H A Dandroid_view_PointerIcon.cpp35 jfieldID mType; member in struct:android::__anon908
84 outPointerIcon->style = env->GetIntField(pointerIconObj, gPointerIconClassInfo.mType);
134 gPointerIconClassInfo.mType = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz,
135 "mType", "I");
/frameworks/base/graphics/java/android/graphics/
H A DSweepGradient.java32 private int mType; field in class:SweepGradient
64 mType = TYPE_COLORS_AND_POSITIONS;
80 mType = TYPE_COLOR_START_AND_COLOR_END;
91 if (mType == TYPE_COLORS_AND_POSITIONS) {
104 if (mType == TYPE_COLORS_AND_POSITIONS) {
/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.h69 ProfileType mType = ProfileType::None; member in class:android::uirenderer::FrameInfoVisualizer
/frameworks/base/media/java/android/media/
H A DAudioDevicePort.java36 private final int mType; field in class:AudioDevicePort
46 mType = type;
54 return mType;
87 if (mType != other.type()) {
102 AudioSystem.getInputDeviceName(mType) :
103 AudioSystem.getOutputDeviceName(mType));
105 + ", mType: " + type
/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java76 if (rep.mType == REPORT_TYPE_STATUS) {
99 final int mType; field in class:InstrumentationReporter.Report
107 mType = type;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterItem.java30 private final int mType; field in class:AdapterItem
38 mType = type;
60 return mType;
/frameworks/native/services/surfaceflinger/
H A DTransform.h112 mutable uint32_t mType; member in class:android::Transform
/frameworks/rs/
H A DrsComponent.h38 RsDataType getType() const {return mType;}
54 RsDataType mType; member in class:android::renderscript::Component
H A DrsScriptGroup.h51 ObjectBaseRef<const Type> mType; member in class:android::renderscript::ScriptGroup::Link
/frameworks/rs/rsov/driver/
H A DrsovAllocation.h62 const Type *getType() const { return mType; }
71 const Type *mType; member in class:android::renderscript::rsov::RSoVAllocation
/frameworks/support/lifecycle/integration-tests/testapp/src/main/java/androidx/lifecycle/testapp/
H A DSimpleAppLifecycleTestActivity.java48 private TestEventType mType; field in class:SimpleAppLifecycleTestActivity.TestObserver
51 mType = type;
57 sCollectedEvents.add(new Pair<>(mType, event));
/frameworks/av/include/media/
H A DMidiDeviceInfo.h38 int getType() const { return mType; }
69 int32_t mType; member in class:android::media::midi::MidiDeviceInfo

Completed in 552 milliseconds

123456789