Home
last modified time | relevance | path

Searched defs:inflate (Results 1 – 25 of 48) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/preference/
H A DGenericInflater.java227 public T inflate(@XmlRes int resource, P root) { in inflate() method in GenericInflater
247 public T inflate(XmlPullParser parser, P root) { in inflate() method in GenericInflater
267 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { in inflate() method in GenericInflater
298 public T inflate(XmlPullParser parser, P root, in inflate() method in GenericInflater
/aosp14/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveIconShapeDrawable.java47 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() method in AdaptiveIconShapeDrawable
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DRowInflaterTask.java52 public void inflate(Context context, ViewGroup parent, NotificationEntry entry, in inflate() method in RowInflaterTask
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCastDrawable.java49 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in CastDrawable
H A DScreenRecordDrawable.java57 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in ScreenRecordDrawable
/aosp14/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSimpleInflater.java47 public void inflate(int menuRes) { in inflate() method in SimpleInflater
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DAlphaTintDrawableWrapper.java66 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in AlphaTintDrawableWrapper
/aosp14/frameworks/base/core/java/android/view/
H A DLayoutInflater.java484 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root) { in inflate() method in LayoutInflater
504 public View inflate(XmlPullParser parser, @Nullable ViewGroup root) { in inflate() method in LayoutInflater
525 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() method in LayoutInflater
633 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) { in inflate() method in LayoutInflater
H A DViewStub.java299 public View inflate() { in inflate() method in ViewStub
/aosp14/frameworks/base/core/java/android/widget/
H A DPopupMenu.java221 public void inflate(@MenuRes int menuRes) { in inflate() method in PopupMenu
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailView.java63 public static UserDetailView inflate(Context context, ViewGroup parent, boolean attach) { in inflate() method in UserDetailView
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DClipDrawable.java90 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in ClipDrawable
H A DAnimatedRotateDrawable.java126 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in AnimatedRotateDrawable
H A DLevelListDrawable.java88 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() method in LevelListDrawable
H A DScaleDrawable.java101 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in ScaleDrawable
H A DRotateDrawable.java69 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in RotateDrawable
H A DColorDrawable.java288 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() method in ColorDrawable
H A DAnimationDrawable.java291 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() method in AnimationDrawable
H A DStateListDrawable.java118 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() method in StateListDrawable
/aosp14/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DAnimationScaleListDrawable.java77 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in AnimationScaleListDrawable
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSFragmentTest.java583 private View inflate(LayoutInflater realInflater, int layoutRes, @Nullable ViewGroup root) { in inflate() method in QSFragmentTest
587 private View inflate(LayoutInflater realInflater, int layoutRes, @Nullable ViewGroup root, in inflate() method in QSFragmentTest
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestion.java140 public void inflate(@NonNull Context context, @NonNull Size size, in inflate() method in InlineSuggestion
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBlobBackupHelper.java185 private byte[] inflate(byte[] compressedData) { in inflate() method in BlobBackupHelper
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitDecorManager.java112 public void inflate(Context context, SurfaceControl rootLeash, Rect rootBounds) { in inflate() method in SplitDecorManager
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java723 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) { } in inflate() method in SimpleIconFactory.FixedScaleDrawable
726 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) { } in inflate() method in SimpleIconFactory.FixedScaleDrawable

12