Home
last modified time | relevance | path

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

12345

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPermissionActivity.java157 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createConnectionDialogView()
166 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createPhonebookDialogView()
175 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createMapDialogView()
184 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createSapDialogView()
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()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java157 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createConnectionDialogView()
166 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createPhonebookDialogView()
175 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createMapDialogView()
184 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createSapDialogView()
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()
/packages/apps/Dialer/java/com/android/dialer/speeddial/
DDisambigDialog.java77 LayoutInflater inflater = getActivity().getLayoutInflater(); in onCreateDialog()
129 .getLayoutInflater() in insertDivider()
137 .getLayoutInflater() in insertHeader()
151 .getLayoutInflater() in insertOption()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/projection/
DProjectionFragment.java70 getLayoutInflater() in onProjectionStatusChanged()
86 getLayoutInflater() in onProjectionStatusChanged()
/packages/apps/Dialer/java/com/android/incallui/audioroute/
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()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java163 final TaskMenuView taskMenuView = (TaskMenuView) activity.getLayoutInflater().inflate( in showForTask()
209 ViewGroup menuOptionView = (ViewGroup) mActivity.getLayoutInflater().inflate( in addMenuOption()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialogFragment.java226 View view = getActivity().getLayoutInflater().inflate(R.layout.bluetooth_pin_entry, null); in createPinEntryView()
317 View view = getActivity().getLayoutInflater().inflate(R.layout.bluetooth_pin_confirm, null); in createView()
/packages/apps/Settings/src/com/android/settings/print/
DPrintServiceSettingsFragment.java182 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView()
195 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView()
206 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/print/
DPrintServiceSettingsFragment.java182 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView()
195 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView()
206 emptyView = getActivity().getLayoutInflater().inflate( in updateEmptyView()
/packages/services/Car/tests/CarCtsDummyLauncher/src/com/android/car/dummylauncher/
DLauncherActivity.java34 View view = getLayoutInflater().inflate(R.layout.launcher_activity, null); in onCreate()
/packages/apps/Launcher3/tests/dummy_app/src/com/example/android/aardwolf/
DActivity1.java27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null); in onCreate()
/packages/services/Car/tests/MultiDisplayTestHelloActivity/src/com/example/android/helloactivity/multidisplaytest/
DMDTHelloActivity.java37 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigUiBase.java45 public LayoutInflater getLayoutInflater(); in getLayoutInflater() method
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DWifiConfigUiBase.java45 public LayoutInflater getLayoutInflater(); in getLayoutInflater() method
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
DViewTest.java50 mView = (T) getActivity().getLayoutInflater().inflate(getLayoutIdForView(), null); in getView()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DDialogActivity.java53 getLayoutInflater().inflate(layoutRes, mContentFrame); in setDialogContent()
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DImsTestServiceApp.java50 mConnections.addView(getLayoutInflater().inflate(R.layout.ims_connection, null, false)); in onCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java72 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
DBluetoothOppBtEnableActivity.java72 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateTextToast.java37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
/packages/apps/Settings/src/com/android/settings/gestures/
DGestureNavigationBackSensitivityDialog.java60 final View view = getActivity().getLayoutInflater().inflate( in onCreateDialog()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCredentialsInstallDialog.java46 View layout = getLayoutInflater().inflate(R.layout.credentials_installed_dialog, null); in displayDialog()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DAudioMediaChooser.java70 final LayoutInflater inflater = getLayoutInflater(); in createView()

12345