/aosp14/frameworks/base/core/java/android/preference/ |
H A D | GenericInflater.java | 227 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 D | AdaptiveIconShapeDrawable.java | 47 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 D | RowInflaterTask.java | 52 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 D | CastDrawable.java | 49 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in CastDrawable
|
H A D | ScreenRecordDrawable.java | 57 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 D | SimpleInflater.java | 47 public void inflate(int menuRes) { in inflate() method in SimpleInflater
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | AlphaTintDrawableWrapper.java | 66 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in AlphaTintDrawableWrapper
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | LayoutInflater.java | 484 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 D | ViewStub.java | 299 public View inflate() { in inflate() method in ViewStub
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | PopupMenu.java | 221 public void inflate(@MenuRes int menuRes) { in inflate() method in PopupMenu
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | UserDetailView.java | 63 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 D | ClipDrawable.java | 90 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in ClipDrawable
|
H A D | AnimatedRotateDrawable.java | 126 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in AnimatedRotateDrawable
|
H A D | LevelListDrawable.java | 88 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() method in LevelListDrawable
|
H A D | ScaleDrawable.java | 101 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in ScaleDrawable
|
H A D | RotateDrawable.java | 69 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, in inflate() method in RotateDrawable
|
H A D | ColorDrawable.java | 288 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() method in ColorDrawable
|
H A D | AnimationDrawable.java | 291 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) in inflate() method in AnimationDrawable
|
H A D | StateListDrawable.java | 118 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 D | AnimationScaleListDrawable.java | 77 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 D | QSFragmentTest.java | 583 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 D | InlineSuggestion.java | 140 public void inflate(@NonNull Context context, @NonNull Size size, in inflate() method in InlineSuggestion
|
/aosp14/frameworks/base/core/java/android/app/backup/ |
H A D | BlobBackupHelper.java | 185 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 D | SplitDecorManager.java | 112 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 D | SimpleIconFactory.java | 723 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
|