/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | AddPrinterActivity.java | 538 convertView = getLayoutInflater().inflate(R.layout.add_printer_list_header, in getView() 549 convertView = getLayoutInflater().inflate(R.layout.enabled_print_services_list_item, in getView() 586 convertView = getLayoutInflater().inflate(R.layout.add_printer_list_header, in getView() 597 convertView = getLayoutInflater().inflate( in getView() 687 convertView = getLayoutInflater().inflate(R.layout.add_printer_list_header, in getView() 697 convertView = getLayoutInflater().inflate(R.layout.all_print_services_list_item, in getView() 704 convertView = getLayoutInflater().inflate( in getView() 878 convertView = getLayoutInflater().inflate(R.layout.no_print_services_message, in getView()
|
H A D | SelectPrinterActivity.java | 659 convertView = getLayoutInflater().inflate(R.layout.add_printer_list_item, 667 convertView = getLayoutInflater().inflate(
|
/aosp14/frameworks/base/tests/FlickerTests/test-apps/flickerapp/src/com/android/server/wm/flicker/testapp/ |
H A D | AssistantInteractionSession.java | 39 View rootView = getLayoutInflater().inflate(R.layout.assistant_session, null); in onCreate()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ViewFlipperActivity.java | 35 final LayoutInflater inflater = getLayoutInflater(); in onCreate()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
H A D | SmartCamera.java | 174 LayoutInflater inflater = getLayoutInflater(); in onCreate() 189 LayoutInflater inflater = getLayoutInflater(); in onCreate()
|
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
H A D | UniqueIds.java | 44 LayoutInflater inflater = getLayoutInflater(); in onCreate()
|
/aosp14/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/ |
H A D | CollapsingToolbarBaseActivity.java | 69 View view = getToolbarDelegate().onCreateView(getLayoutInflater(), null); in onCreate()
|
H A D | CollapsingToolbarAppCompatActivity.java | 80 View view = getToolbarDelegate().onCreateView(getLayoutInflater(), null, this); in onCreate()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | HarmfulAppWarningActivity.java | 88 final View view = getLayoutInflater().inflate(R.layout.harmful_app_warning_dialog, in createView()
|
H A D | MediaRouteControllerDialog.java | 155 View customView = getLayoutInflater().inflate(R.layout.media_route_controller_dialog, null); in onCreate()
|
H A D | ResolverActivity.java | 2014 Button personalButton = (Button) getLayoutInflater().inflate( 2024 Button workButton = (Button) getLayoutInflater().inflate(
|
/aosp14/frameworks/base/tests/Assist/src/com/android/test/assist/ |
H A D | AssistInteractionSession.java | 87 View v = getLayoutInflater().inflate(R.layout.assist, null); in onCreateContentView()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewStub.java | 210 public LayoutInflater getLayoutInflater() { in getLayoutInflater() method in ViewStub
|
H A D | Window.java | 1700 public abstract LayoutInflater getLayoutInflater(); in getLayoutInflater() method in Window
|
/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/ |
H A D | RingtonePickerActivity.java | 429 TextView textView = (TextView) getLayoutInflater().inflate( in addStaticItem() 452 View view = getLayoutInflater().inflate(R.layout.add_new_sound_item, listView, in addNewSoundItem()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
H A D | AppClipsActivity.java | 149 mLayout = getLayoutInflater().inflate(R.layout.app_clips_screenshot, null); in onCreate()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Dialog.java | 1310 public @NonNull LayoutInflater getLayoutInflater() { in getLayoutInflater() method in Dialog 1311 return getWindow().getLayoutInflater(); in getLayoutInflater()
|
H A D | Activity.java | 5341 public LayoutInflater getLayoutInflater() { in getLayoutInflater() method in Activity 5342 return getWindow().getLayoutInflater(); in getLayoutInflater() 8521 mWindow.getLayoutInflater().setPrivateFactory(this); 9316 final LayoutInflater result = Activity.this.getLayoutInflater();
|
H A D | Fragment.java | 1311 public final LayoutInflater getLayoutInflater() {
|
/aosp14/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/ |
H A D | CameraTooActivity.java | 136 View layout = getLayoutInflater().inflate(R.layout.mainactivity, null); in onResume()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/ |
H A D | ZenDurationDialog.java | 135 mLayoutInflater = new PhoneWindow(mContext).getLayoutInflater(); in getContentView()
|
H A D | EnableZenModeDialog.java | 175 mLayoutInflater = new PhoneWindow(mContext).getLayoutInflater(); in getContentView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowView.java | 353 public LayoutInflater getLayoutInflater() {
|
/aosp14/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/ |
H A D | MirrorSurfaceActivity.java | 141 mArrowOverlay = getLayoutInflater().inflate(R.layout.move_view, null); in createArrowOverlay()
|
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
H A D | MainInteractionSession.java | 123 mContentView = getLayoutInflater().inflate(R.layout.voice_interaction_session, null); in onCreateContentView()
|