/aosp12/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()
|
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothPermissionActivity.java | 163 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 D | BluetoothPairingDialogFragment.java | 233 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 D | DisambigDialog.java | 77 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 D | ProjectionFragment.java | 70 getLayoutInflater() in onProjectionStatusChanged() 86 getLayoutInflater() in onProjectionStatusChanged()
|
/aosp12/packages/apps/Launcher3/tests/dummy_app/src/com/example/android/aardwolf/ |
H A D | Activity1.java | 27 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 D | MDTHelloActivity.java | 37 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate()
|
/aosp12/system/linkerconfig/testmodules/vndkext/HelloActivityProduct/src/com/example/android/helloactivity/ |
H A D | HelloActivity.java | 38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | AdbWirelessDialogUiBase.java | 64 LayoutInflater getLayoutInflater(); in getLayoutInflater() method
|
H A D | AdbWirelessDialog.java | 93 mView = getLayoutInflater().inflate(R.layout.adb_wireless_dialog, null); in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/wifi/ |
H A D | WifiConfigUiBase.java | 48 public LayoutInflater getLayoutInflater(); in getLayoutInflater() method
|
H A D | WifiConfigUiBase2.java | 56 LayoutInflater getLayoutInflater(); in getLayoutInflater() method
|
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/ui/ |
H A D | ViewTest.java | 50 mView = (T) getActivity().getLayoutInflater().inflate(getLayoutIdForView(), null); in getView()
|
/aosp12/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/ |
H A D | ClusterMusicActivity.java | 37 TextView view = (TextView) getLayoutInflater().inflate( in onCreate()
|
H A D | ClusterPhoneActivity.java | 37 TextView view = (TextView) getLayoutInflater().inflate( in onCreate()
|
H A D | ClusterHomeActivity.java | 40 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 D | GLDualActivity.java | 34 View root = getLayoutInflater().inflate(R.layout.gldual_activity, null); in onCreate()
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
H A D | DialogActivity.java | 53 getLayoutInflater().inflate(layoutRes, mContentFrame); in setDialogContent()
|
/aosp12/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/ |
H A D | ImsTestServiceApp.java | 50 mConnections.addView(getLayoutInflater().inflate(R.layout.ims_connection, null, false)); in onCreate()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppBtErrorActivity.java | 68 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
|
H A D | BluetoothOppBtEnableActivity.java | 71 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/audioroute/ |
H A D | AudioRouteSelectorDialogFragment.java | 115 (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 D | RotateTextToast.java | 37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
|
/aosp12/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()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ViewFlipperActivity.java | 35 final LayoutInflater inflater = getLayoutInflater(); in onCreate()
|