Home
last modified time | relevance | path

Searched refs:mTypes (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DDumpState.java55 private int mTypes; field in DumpState
69 if (mTypes == 0 && type != DUMP_PREFERRED_XML) { in isDumping()
73 return (mTypes & type) != 0; in isDumping()
77 mTypes |= type; in setDump()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
DFakeAdapter.java43 private final List<ResourceReference> mTypes = new ArrayList<ResourceReference>(); field in FakeAdapter
66 int typeIndex = mTypes.indexOf(viewRef); in FakeAdapter()
68 typeIndex = mTypes.size(); in FakeAdapter()
69 mTypes.add(viewRef); in FakeAdapter()
121 return mTypes.size(); in getViewTypeCount()
/frameworks/base/core/java/android/view/
DPendingInsetsController.java233 private final @InsetsType int mTypes; field in PendingInsetsController.ShowRequest
236 mTypes = types; in ShowRequest()
241 controller.show(mTypes); in replay()
247 private final @InsetsType int mTypes; field in PendingInsetsController.HideRequest
250 mTypes = types; in HideRequest()
255 controller.hide(mTypes); in replay()
DInsetsResizeAnimationRunner.java50 private final @InsetsType int mTypes; field in InsetsResizeAnimationRunner
62 mTypes = types; in InsetsResizeAnimationRunner()
76 return mTypes; in getTypes()
81 return mTypes; in getControllingTypes()
DInsetsAnimationControlImpl.java92 private final @InsetsType int mTypes; field in InsetsAnimationControlImpl
120 mTypes = types; in InsetsAnimationControlImpl()
149 mAnimation = new WindowInsetsAnimation(mTypes, interpolator, in InsetsAnimationControlImpl()
199 return mTypes; in getTypes()
251 mController.reportPerceptible(mTypes, perceptible); in setInsetsAndAlpha()
311 if (DEBUG) Log.d(TAG, "notify control request finished for types: " + mTypes); in finish()
332 if (DEBUG) Log.d(TAG, "notify Control request cancelled for types: " + mTypes); in cancel()
376 WINDOWING_MODE_UNDEFINED, typeSideMap).getInsets(mTypes); in getInsetsFromState()
/frameworks/base/media/java/android/media/tv/interactive/
DTvInteractiveAppServiceInfo.java72 private int mTypes; field in TvInteractiveAppServiceInfo
101 mTypes = toTypesFlag(types); in TvInteractiveAppServiceInfo()
106 mTypes = types; in TvInteractiveAppServiceInfo()
112 mTypes = in.readInt(); in TvInteractiveAppServiceInfo()
137 dest.writeInt(mTypes); in writeToParcel()
171 return mTypes; in getSupportedTypes()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DControllerActivity.java163 private final @Type.InsetsType int mTypes; field in ControllerActivity.ToggleListener
166 mTypes = types; in ToggleListener()
176 buttonView.getWindowInsetsController().show(mTypes); in onCheckedChanged()
178 buttonView.getWindowInsetsController().hide(mTypes); in onCheckedChanged()
185 private final @Type.InsetsType int mTypes; field in ControllerActivity.SeekBarListener
190 mTypes = types; in SeekBarListener()
214 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
/frameworks/base/services/core/jni/BroadcastRadio/
Dregions.cpp42 std::vector<Band> mTypes; member in android::server::BroadcastRadio::regions::RegionalBandDefinition
145 if (std::find(mTypes.begin(), mTypes.end(), bandConfig.type) == mTypes.end()) return false; in fitsInsideBand()
/frameworks/rs/
DrsType.cpp34 auto& types = mRSC->mStateType.mTypes; in preDestroy()
71 rsAssert(!mTypes.size()); in ~TypeState()
232 for (uint32_t ct=0; ct < stc->mTypes.size(); ct++) { in getTypeRef()
233 Type *t = stc->mTypes[ct]; in getTypeRef()
290 stc->mTypes.push_back(nt); in getTypeRef()
DrsScriptC.cpp119 if (mSlots[ct].get() && !mTypes[ct].get()) { in setupScript()
120 mTypes[ct].set(mSlots[ct]->getType()); in setupScript()
123 if (!mTypes[ct].get()) in setupScript()
434 mTypes = new ObjectBaseRef<const Type>[mHal.info.exportedVariableCount]; in runCompiler()
DrsScript.cpp28 mTypes = nullptr; in Script()
39 if (mTypes) { in ~Script()
40 delete [] mTypes; in ~Script()
41 mTypes = nullptr; in ~Script()
DrsScriptIntrinsic.cpp38 mTypes = new ObjectBaseRef<const Type>[2]; in init()
DrsScript.h158 ObjectBaseRef<const Type> *mTypes; variable
DrsType.h166 std::vector<Type *> mTypes; variable
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/
DValidatorData.java58 @NotNull public final EnumSet<Type> mTypes; field in ValidatorData.Policy
68 mTypes = types; in Policy()
DValidatorUtil.java115 if (!policy.mTypes.contains(Type.ACCESSIBILITY)) { in buildHierarchy()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiControlServiceWrapper.java40 private int[] mTypes = null; field in HdmiControlServiceWrapper
362 mTypes = types; in setDeviceTypes()
372 return mTypes; in getSupportedTypes()
/frameworks/rs/script_api/
DSpecification.cpp860 for (auto i : mTypes) { in ~SystemSpecification()
890 return findOrCreate<Type>(name, &mTypes, created); in findOrCreateType()
923 for (auto i : mTypes) { in getMaximumApiLevel()
942 cout << "Successfully processed " << mTypes.size() << " types, " << mConstants.size() in generateFiles()
954 auto t = mTypes.find(name); in getHtmlAnchor()
955 if (t != mTypes.end()) { in getHtmlAnchor()
DSpecification.h582 std::map<std::string, Type*> mTypes; variable
604 const std::map<std::string, Type*>& getTypes() const { return mTypes; } in getTypes()
/frameworks/base/tools/aapt/
DResourceTable.h557 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; } in getTypes()
569 DefaultKeyedVector<String16, sp<Type> > mTypes; variable
DResourceTable.cpp4116 sp<Type> t = mTypes.valueFor(type); in getType()
4119 mTypes.add(type, t); in getType()
4227 sp<Type> attr = mTypes.valueFor(String16("attr")); in movePrivateAttrs()
/frameworks/base/media/java/android/media/
DMediaRouter.java2851 int mTypes; field in MediaRouter.RouteCategory
2857 mTypes = types; in RouteCategory()
2863 mTypes = types; in RouteCategory()
2925 return mTypes; in getSupportedTypes()
2950 return "RouteCategory{ name=" + getName() + " types=" + typesToString(mTypes) + in toString()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt28408 Landroid/media/MediaRouter$RouteCategory;->mTypes:I