Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppServiceInfo.java78 private int mTypes; field in TvInteractiveAppServiceInfo
114 mTypes = types; in TvInteractiveAppServiceInfo()
121 mTypes = in.readInt(); in TvInteractiveAppServiceInfo()
147 dest.writeInt(mTypes); in writeToParcel()
195 return mTypes; in getSupportedTypes()
257 mTypes = 0; in toTypesFlag()
262 mTypes |= INTERACTIVE_APP_TYPE_HBBTV; in toTypesFlag()
265 mTypes |= INTERACTIVE_APP_TYPE_ATSC; in toTypesFlag()
268 mTypes |= INTERACTIVE_APP_TYPE_GINGA; in toTypesFlag()
271 mTypes |= INTERACTIVE_APP_TYPE_TARGETED_AD; in toTypesFlag()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDumpState.java56 private int mTypes; field in DumpState
70 if (mTypes == 0 && type != DUMP_PREFERRED_XML) { in isDumping()
74 return (mTypes & type) != 0; in isDumping()
78 mTypes |= type; in setDump()
/aosp14/frameworks/base/core/java/android/view/
H A DPendingInsetsController.java246 private final @InsetsType int mTypes; field in PendingInsetsController.ShowRequest
249 mTypes = types; in ShowRequest()
254 controller.show(mTypes); in replay()
260 private final @InsetsType int mTypes; field in PendingInsetsController.HideRequest
263 mTypes = types; in HideRequest()
268 controller.hide(mTypes); in replay()
H A DInsetsAnimationControlImpl.java100 private final @InsetsType int mTypes; field in InsetsAnimationControlImpl
130 mTypes = types; in InsetsAnimationControlImpl()
159 mAnimation = new WindowInsetsAnimation(mTypes, interpolator, in InsetsAnimationControlImpl()
216 return mTypes; in getTypes()
273 mController.reportPerceptible(mTypes, perceptible); in setInsetsAndAlpha()
333 if (DEBUG) Log.d(TAG, "notify control request finished for types: " + mTypes); in finish()
335 if (DEBUG_IME_VISIBILITY && (mTypes & ime()) != 0) { in finish()
359 if (DEBUG) Log.d(TAG, "notify Control request cancelled for types: " + mTypes); in cancel()
360 if (DEBUG_IME_VISIBILITY && (mTypes & ime()) != 0) { in cancel()
406 ACTIVITY_TYPE_UNDEFINED, idSideMap).getInsets(mTypes); in getInsetsFromState()
H A 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()
H A DInsetsController.java720 private @InsetsType int mTypes;
725 mTypes = 0;
739 mTypes |= type;
748 if (mTypes == 0) {
751 cancelExistingControllers(mTypes);
754 ANIMATION_DURATION_RESIZE, mTypes, InsetsController.this);
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java124 private final @Type.InsetsType int mTypes; field in ControllerActivity.ToggleListener
127 mTypes = types; in ToggleListener()
137 buttonView.getWindowInsetsController().show(mTypes); in onCheckedChanged()
139 buttonView.getWindowInsetsController().hide(mTypes); in onCheckedChanged()
146 private final @Type.InsetsType int mTypes; field in ControllerActivity.SeekBarListener
151 mTypes = types; in SeekBarListener()
175 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/
H A 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()
/aosp14/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlServiceWrapper.java40 private int[] mTypes = null; field in HdmiControlServiceWrapper
362 mTypes = types; in setDeviceTypes()
372 return mTypes; in getSupportedTypes()
/aosp14/frameworks/base/tools/aapt/
H A DResourceTable.h557 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; } in getTypes()
569 DefaultKeyedVector<String16, sp<Type> > mTypes; variable
H A DResourceTable.cpp4108 sp<Type> t = mTypes.valueFor(type); in getType()
4111 mTypes.add(type, t); in getType()
4219 sp<Type> attr = mTypes.valueFor(String16("attr")); in movePrivateAttrs()
/aosp14/frameworks/base/media/java/android/media/
H A 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt28408 Landroid/media/MediaRouter$RouteCategory;->mTypes:I