Home
last modified time | relevance | path

Searched refs:getLayoutInflater (Results 1 – 25 of 36) sorted by relevance

12

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java538 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 DSelectPrinterActivity.java659 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 DAssistantInteractionSession.java39 View rootView = getLayoutInflater().inflate(R.layout.assistant_session, null); in onCreate()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewFlipperActivity.java35 final LayoutInflater inflater = getLayoutInflater(); in onCreate()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java174 LayoutInflater inflater = getLayoutInflater(); in onCreate()
189 LayoutInflater inflater = getLayoutInflater(); in onCreate()
/aosp14/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DUniqueIds.java44 LayoutInflater inflater = getLayoutInflater(); in onCreate()
/aosp14/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/
H A DCollapsingToolbarBaseActivity.java69 View view = getToolbarDelegate().onCreateView(getLayoutInflater(), null); in onCreate()
H A DCollapsingToolbarAppCompatActivity.java80 View view = getToolbarDelegate().onCreateView(getLayoutInflater(), null, this); in onCreate()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DHarmfulAppWarningActivity.java88 final View view = getLayoutInflater().inflate(R.layout.harmful_app_warning_dialog, in createView()
H A DMediaRouteControllerDialog.java155 View customView = getLayoutInflater().inflate(R.layout.media_route_controller_dialog, null); in onCreate()
H A DResolverActivity.java2014 Button personalButton = (Button) getLayoutInflater().inflate(
2024 Button workButton = (Button) getLayoutInflater().inflate(
/aosp14/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSession.java87 View v = getLayoutInflater().inflate(R.layout.assist, null); in onCreateContentView()
/aosp14/frameworks/base/core/java/android/view/
H A DViewStub.java210 public LayoutInflater getLayoutInflater() { in getLayoutInflater() method in ViewStub
H A DWindow.java1700 public abstract LayoutInflater getLayoutInflater(); in getLayoutInflater() method in Window
/aosp14/frameworks/base/packages/SoundPicker/src/com/android/soundpicker/
H A DRingtonePickerActivity.java429 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 DAppClipsActivity.java149 mLayout = getLayoutInflater().inflate(R.layout.app_clips_screenshot, null); in onCreate()
/aosp14/frameworks/base/core/java/android/app/
H A DDialog.java1310 public @NonNull LayoutInflater getLayoutInflater() { in getLayoutInflater() method in Dialog
1311 return getWindow().getLayoutInflater(); in getLayoutInflater()
H A DActivity.java5341 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 DFragment.java1311 public final LayoutInflater getLayoutInflater() {
/aosp14/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
H A DCameraTooActivity.java136 View layout = getLayoutInflater().inflate(R.layout.mainactivity, null); in onResume()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DZenDurationDialog.java135 mLayoutInflater = new PhoneWindow(mContext).getLayoutInflater(); in getContentView()
H A DEnableZenModeDialog.java175 mLayoutInflater = new PhoneWindow(mContext).getLayoutInflater(); in getContentView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowView.java353 public LayoutInflater getLayoutInflater() {
/aosp14/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/
H A DMirrorSurfaceActivity.java141 mArrowOverlay = getLayoutInflater().inflate(R.layout.move_view, null); in createArrowOverlay()
/aosp14/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java123 mContentView = getLayoutInflater().inflate(R.layout.voice_interaction_session, null); in onCreateContentView()

12