/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | TvInteractiveAppServiceInfo.java | 78 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 D | DumpState.java | 56 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 D | PendingInsetsController.java | 246 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 D | InsetsAnimationControlImpl.java | 100 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 D | InsetsResizeAnimationRunner.java | 50 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 D | InsetsController.java | 720 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 D | ControllerActivity.java | 124 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 D | regions.cpp | 42 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 D | HdmiControlServiceWrapper.java | 40 private int[] mTypes = null; field in HdmiControlServiceWrapper 362 mTypes = types; in setDeviceTypes() 372 return mTypes; in getSupportedTypes()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ResourceTable.h | 557 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; } in getTypes() 569 DefaultKeyedVector<String16, sp<Type> > mTypes; variable
|
H A D | ResourceTable.cpp | 4108 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 D | MediaRouter.java | 2851 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 D | hiddenapi-max-target-o.txt | 28408 Landroid/media/MediaRouter$RouteCategory;->mTypes:I
|