Searched refs:mDrawables (Results 1 – 8 of 8) sorted by relevance
137 ArrayList<Drawable> mDrawables = null; field in ViewOverlay.OverlayViewGroup154 if (mDrawables == null) { in add()155 mDrawables = new ArrayList<>(); in add()159 mDrawables.add(drawable); in add()169 if (mDrawables != null) { in remove()170 mDrawables.remove(drawable); in remove()178 return super.verifyDrawable(who) || (mDrawables != null && mDrawables.contains(who)); in verifyDrawable()222 if (mDrawables != null) { in clear()226 mDrawables.clear(); in clear()232 (mDrawables == null || mDrawables.size() == 0)) { in isEmpty()[all …]
693 Drawable[] mDrawables; field in DrawableContainer.DrawableContainerState821 mDrawables = new Drawable[10]; in DrawableContainerState()839 if (pos >= mDrawables.length) { in addChild()847 mDrawables[pos] = dr; in addChild()870 return mDrawables.length; in getCapacity()904 return mDrawables; in getChildren()919 mDrawables[index] = prepared; in getChild()937 final Drawable[] drawables = mDrawables; in setLayoutDirection()997 final Drawable[] drawables = mDrawables; in canApplyTheme()1019 final Drawable[] drawables = mDrawables; in mutate()[all …]
233 private final ArraySet<BackgroundBlurDrawable> mDrawables = new ArraySet(); field in BackgroundBlurDrawable.Aggregator264 final boolean isDrawn = mDrawables.contains(drawable); in onBlurDrawableUpdated()268 mDrawables.add(drawable); in onBlurDrawableUpdated()279 mDrawables.remove(drawable); in onBlurDrawableUpdated()352 return mDrawables.size() > 0; in hasRegions()362 mTmpBlurRegionsForFrame = new BlurRegion[mDrawables.size()]; in getBlurRegionsCopyForRT()363 for (int i = 0; i < mDrawables.size(); i++) { in getBlurRegionsCopyForRT()364 mTmpBlurRegionsForFrame[i] = new BlurRegion(mDrawables.valueAt(i)); in getBlurRegionsCopyForRT()
98 private SparseArray<Drawable> mDrawables = new SparseArray<Drawable>(NUM_PASTRIES); field in DessertCaseView186 mDrawables.append(resid, d); in DessertCaseView()305 d = mDrawables.get(pick(XXRARE_PASTRIES)); in fillFreeList()307 d = mDrawables.get(pick(XRARE_PASTRIES)); in fillFreeList()309 d = mDrawables.get(pick(RARE_PASTRIES)); in fillFreeList()311 d = mDrawables.get(pick(PASTRIES)); in fillFreeList()
764 Drawables mDrawables;3068 Drawables dr = mDrawables; in setCompoundDrawables()3543 if (mDrawables == null) { in setCompoundDrawableTintList()3559 return mDrawables != null ? mDrawables.mTintList : null; in getCompoundDrawableTintList()3590 if (mDrawables == null) { in setCompoundDrawableTintBlendMode()3627 return mDrawables != null ? mDrawables.mBlendMode : null; in getCompoundDrawableTintBlendMode()3631 if (mDrawables == null) { in applyCompoundDrawableTint()3635 if (mDrawables.mHasTint || mDrawables.mHasTintMode) { in applyCompoundDrawableTint()6711 if (mDrawables != null) { in drawableStateChanged()6725 if (mDrawables != null) { in drawableHotspotChanged()[all …]
874 Drawables dr = mTextView.mDrawables; in setErrorIcon()876 mTextView.mDrawables = dr = new Drawables(mTextView.getContext()); in setErrorIcon()906 final Drawables dr = mTextView.mDrawables; in getErrorX()939 final Drawables dr = mTextView.mDrawables; in getErrorY()
234 private DrawableFeatureState[] mDrawables; field in PhoneWindow2931 if ((ar = mDrawables) == null || ar.length <= featureId) {2936 mDrawables = ar = nar;
64296 Landroid/view/ViewOverlay$OverlayViewGroup;->mDrawables:Ljava/util/ArrayList;