Home
last modified time | relevance | path

Searched defs:mDrawables (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DViewOverlay.java137 ArrayList<Drawable> mDrawables = null; field in ViewOverlay.OverlayViewGroup
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java98 private SparseArray<Drawable> mDrawables = new SparseArray<Drawable>(NUM_PASTRIES); field in DessertCaseView
/aosp14/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DBackgroundBlurDrawable.java233 private final ArraySet<BackgroundBlurDrawable> mDrawables = new ArraySet(); field in BackgroundBlurDrawable.Aggregator
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java693 Drawable[] mDrawables; field in DrawableContainer.DrawableContainerState
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java234 private DrawableFeatureState[] mDrawables; field in PhoneWindow