Searched defs:mType (Results 51 - 75 of 155) sorted by path

1234567

/frameworks/base/core/java/android/view/
H A DDisplay.java72 private final int mType; field in class:Display
307 mType = displayInfo.type;
399 return mType;
H A DPointerIcon.java144 private final int mType; field in class:PointerIcon
155 mType = type;
320 PointerIcon result = new PointerIcon(mType);
328 return mType;
362 out.writeInt(mType);
364 if (mType != TYPE_NULL) {
385 if (mType != otherIcon.mType
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java3819 private int mType; field in class:AccessibilityNodeInfo.RangeInfo
3832 return obtain(other.mType, other.mMin, other.mMax, other.mCurrent);
3849 info.mType = type;
3865 mType = type;
3881 return mType;
3920 mType = 0;
H A DAccessibilityWindowInfo.java86 private int mType = UNDEFINED; field in class:AccessibilityWindowInfo
134 return mType;
145 mType = type;
417 infoClone.mType = info.mType;
459 parcel.writeInt(mType);
483 mType = parcel.readInt();
532 builder.append(", type=").append(typeToString(mType));
566 mType = UNDEFINED;
642 if (other.mType !
[all...]
/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java54 private final int mType; field in class:JsDialogHelper
62 mType = type;
70 mType = msg.getData().getInt("type");
75 switch (mType) {
85 throw new IllegalArgumentException("Unexpected type: " + mType);
98 if (mType == UNLOAD) {
113 if (mType != PROMPT) {
125 if (mType != ALERT) {
H A DWebView.java477 private int mType; field in class:WebView.HitTestResult
485 mType = UNKNOWN_TYPE;
493 mType = type;
511 return mType;
/frameworks/base/core/java/android/widget/
H A DEditor.java5906 private int mType; field in class:Editor.EditOperation
5929 mType = TYPE_INSERT;
5932 mType = TYPE_DELETE;
5935 mType = TYPE_REPLACE;
5946 mType = src.readInt();
5957 dest.writeInt(mType);
6009 switch (mType) {
6023 if (edit.mType != TYPE_INSERT) {
6038 if (edit.mType != TYPE_DELETE) {
6053 if (edit.mType !
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1022 protected final int mType; field in class:BatteryStatsImpl.Timer
1073 mType = type;
1086 if (DEBUG) Log.i(TAG, "**** READ TIMER #" + mType + ": mTotalTime=" + mTotalTime);
1091 mType = type;
1118 if (DEBUG) Log.i(TAG, "**** WRITING TIMER #" + mType + ": mTotalTime="
1131 if (DEBUG && mType < 0) {
1132 Log.v(TAG, "unplug #" + mType + ": realtime=" + baseRealtime
1138 if (DEBUG && mType < 0) {
1139 Log.v(TAG, "unplug #" + mType
1147 if (DEBUG && mType <
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseSurfaceHolder.java50 int mType = -1; field in class:BaseSurfaceHolder
165 if (mType == SURFACE_TYPE_PUSH_BUFFERS) {
/frameworks/base/core/jni/
H A Dandroid_hardware_Radio.cpp63 jfieldID mType; member in struct:__anon870
351 (radio_band_t)env->GetIntField(jDescriptor, gRadioBandDescriptorFields.mType);
888 gRadioBandDescriptorFields.mType = GetFieldIDOrDie(env, bandDescriptorClass, "mType", "I");
H A Dandroid_util_AssetManager.cpp58 jfieldID mType; member in struct:android::typedvalue_offsets_t
117 env->SetIntField(outValue, gTypedValueOffsets.mType, value.dataType);
2254 gTypedValueOffsets.mType = GetFieldIDOrDie(env, typedValue, "type", "I");
H A Dandroid_view_PointerIcon.cpp35 jfieldID mType; member in struct:android::__anon943
81 outPointerIcon->style = env->GetIntField(pointerIconObj, gPointerIconClassInfo.mType);
131 gPointerIconClassInfo.mType = GetFieldIDOrDie(env, gPointerIconClassInfo.clazz,
132 "mType", "I");
/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/base/graphics/java/android/graphics/
H A DComposeShader.java30 private int mType; field in class:ComposeShader
52 mType = TYPE_XFERMODE;
68 mType = TYPE_PORTERDUFFMODE;
82 switch (mType) {
H A DLinearGradient.java28 private int mType; field in class:LinearGradient
60 mType = TYPE_COLORS_AND_POSITIONS;
82 mType = TYPE_COLOR_START_AND_COLOR_END;
99 switch (mType) {
H A DRadialGradient.java31 private int mType; field in class:RadialGradient
65 mType = TYPE_COLORS_AND_POSITIONS;
88 mType = TYPE_COLOR_CENTER_AND_COLOR_EDGE;
104 switch (mType) {
H A DSweepGradient.java28 private int mType; field in class:SweepGradient
60 mType = TYPE_COLORS_AND_POSITIONS;
77 mType = TYPE_COLOR_START_AND_COLOR_END;
91 switch (mType) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java73 private final int mType; field in class:Icon
80 // based on the value of mType.
107 return mType;
115 if (mType != TYPE_BITMAP) {
130 if (mType != TYPE_DATA) {
144 if (mType != TYPE_DATA) {
158 if (mType != TYPE_DATA) {
171 if (mType != TYPE_RESOURCE) {
182 if (mType != TYPE_RESOURCE) {
193 if (mType !
428 Icon(int mType) argument
[all...]
/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.h75 ProfileType mType = ProfileType::None; member in class:android::uirenderer::FrameInfoVisualizer
H A DGpuMemoryTracker.h30 "!= gpu thread %lu", this, static_cast<int>(mType), mSize, \
43 GpuObjectType objectType() { return mType; }
55 GpuMemoryTracker(GpuObjectType type) : mType(type) {
72 GpuObjectType mType; member in class:android::uirenderer::GpuMemoryTracker
H A DMatrix.h97 mType = kTypeUnknown;
156 mType |= kTypeUnknown;
160 uint8_t type = mType;
167 mType = type;
169 mType |= kTypeTranslate;
171 mType &= ~kTypeTranslate;
239 void invalidateType() { mType = kTypeUnknown; }
242 mutable uint8_t mType; member in class:android::uirenderer::Matrix4
H A DOutline.h38 , mType(Type::None)
44 if (mType == Type::RoundRect
54 mType = Type::RoundRect;
73 mType = Type::ConvexPath;
80 mType = Type::Empty;
86 mType = Type::None;
92 return mType == Type::Empty;
109 return mShouldClip && (mType == Type::RoundRect);
118 if (mType == Type::RoundRect) {
127 if (mType
146 Type mType; member in class:android::uirenderer::Outline::Type
[all...]
H A DRenderProperties.h71 if (RP_SET(mType, type)) {
125 return mType;
130 LayerType mType = LayerType::None; member in class:android::uirenderer::LayerProperties
618 return mLayerProperties.mType == LayerType::None
627 return CC_UNLIKELY(promotedToLayer()) ? LayerType::RenderLayer : mLayerProperties.mType;
/frameworks/base/libs/hwui/thread/
H A DBarrier.h27 Barrier(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mOpened(false) { }
33 mCondition.signal(mType);
44 Condition::WakeUpType mType; member in class:android::uirenderer::Barrier
H A DSignal.h29 Signal(Condition::WakeUpType type = Condition::WAKE_UP_ALL) : mType(type), mSignaled(false) { }
37 mCondition.signal(mType);
49 Condition::WakeUpType mType; member in class:android::uirenderer::Signal

Completed in 576 milliseconds

1234567