Home
last modified time | relevance | path

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

1234567

/aosp12/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()
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionActivity.java163 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createConnectionDialogView()
172 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createPhonebookDialogView()
181 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createMapDialogView()
191 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createSapDialogView()
H A DBluetoothPairingDialogFragment.java233 View view = getActivity().getLayoutInflater().inflate(R.layout.bluetooth_pin_entry, null); in createPinEntryView()
325 View view = getActivity().getLayoutInflater().inflate(R.layout.bluetooth_pin_confirm, null); in createView()
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/
H A DDisambigDialog.java77 LayoutInflater inflater = getActivity().getLayoutInflater(); in onCreateDialog()
129 .getLayoutInflater() in insertDivider()
137 .getLayoutInflater() in insertHeader()
151 .getLayoutInflater() in insertOption()
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/projection/
H A DProjectionFragment.java70 getLayoutInflater() in onProjectionStatusChanged()
86 getLayoutInflater() in onProjectionStatusChanged()
/aosp12/packages/apps/Launcher3/tests/dummy_app/src/com/example/android/aardwolf/
H A DActivity1.java27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null); in onCreate()
/aosp12/packages/services/Car/tests/MultiDisplayTestHelloActivity/src/com/example/android/helloactivity/multidisplaytest/
H A DMDTHelloActivity.java37 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate()
/aosp12/system/linkerconfig/testmodules/vndkext/HelloActivityProduct/src/com/example/android/helloactivity/
H A DHelloActivity.java38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DAdbWirelessDialogUiBase.java64 LayoutInflater getLayoutInflater(); in getLayoutInflater() method
H A DAdbWirelessDialog.java93 mView = getLayoutInflater().inflate(R.layout.adb_wireless_dialog, null); in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigUiBase.java48 public LayoutInflater getLayoutInflater(); in getLayoutInflater() method
H A DWifiConfigUiBase2.java56 LayoutInflater getLayoutInflater(); in getLayoutInflater() method
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/
H A DViewTest.java50 mView = (T) getActivity().getLayoutInflater().inflate(getLayoutIdForView(), null); in getView()
/aosp12/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
H A DClusterMusicActivity.java37 TextView view = (TextView) getLayoutInflater().inflate( in onCreate()
H A DClusterPhoneActivity.java37 TextView view = (TextView) getLayoutInflater().inflate( in onCreate()
H A DClusterHomeActivity.java40 View view = getLayoutInflater().inflate(R.layout.cluster_home_activity, /* root= */ null); in onCreate()
/aosp12/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualActivity.java34 View root = getLayoutInflater().inflate(R.layout.gldual_activity, null); in onCreate()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DDialogActivity.java53 getLayoutInflater().inflate(layoutRes, mContentFrame); in setDialogContent()
/aosp12/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
H A DImsTestServiceApp.java50 mConnections.addView(getLayoutInflater().inflate(R.layout.ims_connection, null, false)); in onCreate()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtErrorActivity.java68 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
H A DBluetoothOppBtEnableActivity.java71 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
/aosp12/packages/apps/Dialer/java/com/android/incallui/audioroute/
H A DAudioRouteSelectorDialogFragment.java115 (TextView) getLayoutInflater().inflate(R.layout.audioroute_item, null, false); in onCreateView()
180 (TextView) getLayoutInflater().inflate(R.layout.audioroute_item, null, false); in createBluetoothItem()
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateTextToast.java37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
/aosp12/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()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DViewFlipperActivity.java35 final LayoutInflater inflater = getLayoutInflater(); in onCreate()

1234567