/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
D | CachedPathIteratorFactory.java | 45 private final int[] mTypes; field in CachedPathIteratorFactory 67 mTypes = new int[typesArray.size()]; in CachedPathIteratorFactory() 68 mCoordinates = new float[mTypes.length][]; in CachedPathIteratorFactory() 70 mTypes[i] = typesArray.get(i); in CachedPathIteratorFactory() 75 mSegmentsLength = new float[mTypes.length]; in CachedPathIteratorFactory() 83 for (int i = 0; i < mTypes.length; i++) { in CachedPathIteratorFactory() 84 switch (mTypes[i]) { in CachedPathIteratorFactory() 106 mTypes[i] = PathIterator.SEG_LINETO; in CachedPathIteratorFactory() 331 if (mNextIndex >= mTypes.length) { in next() 344 mCurrentType = mTypes[mNextIndex]; in next() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | DumpState.java | 54 private int mTypes; field in DumpState 68 if (mTypes == 0 && type != DUMP_PREFERRED_XML) { in isDumping() 72 return (mTypes & type) != 0; in isDumping() 76 mTypes |= type; in setDump()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/ |
D | FakeAdapter.java | 43 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/ |
D | PendingInsetsController.java | 219 private final @InsetsType int mTypes; field in PendingInsetsController.ShowRequest 222 mTypes = types; in ShowRequest() 227 controller.show(mTypes); in replay() 233 private final @InsetsType int mTypes; field in PendingInsetsController.HideRequest 236 mTypes = types; in HideRequest() 241 controller.hide(mTypes); in replay()
|
D | InsetsAnimationControlImpl.java | 92 private final @InsetsType int mTypes; field in InsetsAnimationControlImpl 120 mTypes = types; in InsetsAnimationControlImpl() 149 mAnimation = new WindowInsetsAnimation(mTypes, interpolator, in InsetsAnimationControlImpl() 194 return mTypes; in getTypes() 246 mController.reportPerceptible(mTypes, perceptible); in setInsetsAndAlpha() 306 if (DEBUG) Log.d(TAG, "notify control request finished for types: " + mTypes); in finish() 327 if (DEBUG) Log.d(TAG, "notify Control request cancelled for types: " + mTypes); in cancel() 371 WINDOWING_MODE_UNDEFINED, typeSideMap).getInsets(mTypes); in getInsetsFromState()
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ControllerActivity.java | 119 private final @Type.InsetsType int mTypes; field in ControllerActivity.ToggleListener 122 mTypes = types; in ToggleListener() 132 buttonView.getWindowInsetsController().show(mTypes); in onCheckedChanged() 134 buttonView.getWindowInsetsController().hide(mTypes); in onCheckedChanged() 141 private final @Type.InsetsType int mTypes; field in ControllerActivity.SeekBarListener 146 mTypes = types; in SeekBarListener() 170 seekBar.getWindowInsetsController().controlWindowInsetsAnimation(mTypes, in onStartTrackingTouch()
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
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()
|
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/ |
D | ValidatorData.java | 56 @NotNull public final EnumSet<Type> mTypes; field in ValidatorData.Policy 61 mTypes = types; in Policy()
|
/frameworks/rs/ |
D | rsType.cpp | 34 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()
|
D | rsScriptC.cpp | 119 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()
|
D | rsScript.cpp | 28 mTypes = nullptr; in Script() 39 if (mTypes) { in ~Script() 40 delete [] mTypes; in ~Script() 41 mTypes = nullptr; in ~Script()
|
D | rsScriptIntrinsic.cpp | 38 mTypes = new ObjectBaseRef<const Type>[2]; in init()
|
D | rsScript.h | 158 ObjectBaseRef<const Type> *mTypes; variable
|
D | rsType.h | 166 std::vector<Type *> mTypes; variable
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiControlServiceWrapper.java | 40 private int[] mTypes = null; field in HdmiControlServiceWrapper 352 mTypes = types; in setDeviceTypes() 362 return mTypes; in getSupportedTypes()
|
/frameworks/rs/script_api/ |
D | Specification.cpp | 860 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()
|
D | Specification.h | 582 std::map<std::string, Type*> mTypes; variable 604 const std::map<std::string, Type*>& getTypes() const { return mTypes; } in getTypes()
|
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/accessibility/ |
D | AccessibilityValidator.java | 86 if (!policy.mTypes.contains(Type.ACCESSIBILITY)) { in validateAccessibility()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 557 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; } in getTypes() 569 DefaultKeyedVector<String16, sp<Type> > mTypes; variable
|
D | ResourceTable.cpp | 4117 sp<Type> t = mTypes.valueFor(type); in getType() 4120 mTypes.add(type, t); in getType() 4228 sp<Type> attr = mTypes.valueFor(String16("attr")); in movePrivateAttrs()
|
/frameworks/base/media/java/android/media/ |
D | MediaRouter.java | 2865 int mTypes; field in MediaRouter.RouteCategory 2871 mTypes = types; in RouteCategory() 2877 mTypes = types; in RouteCategory() 2939 return mTypes; in getSupportedTypes() 2964 return "RouteCategory{ name=" + getName() + " types=" + typesToString(mTypes) + in toString()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 31286 Landroid/media/MediaRouter$RouteCategory;->mTypes:I
|