Home
last modified time | relevance | path

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

123456

/packages/apps/Settings/src/com/android/settings/network/
DResetNetworkRestrictionViewBuilder.java90 protected LayoutInflater getLayoutInflater() { in getLayoutInflater() method in ResetNetworkRestrictionViewBuilder
94 return mActivity.getLayoutInflater(); in getLayoutInflater()
99 return getLayoutInflater().inflate(R.layout.network_reset_disallowed_screen, null); in operationNotAllow()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DAllAppsSearchUiDelegate.java68 public LayoutInflater getLayoutInflater() { in getLayoutInflater() method in AllAppsSearchUiDelegate
74 return getLayoutInflater().inflate(R.layout.search_container_all_apps, mAppsView, false); in inflateSearchBar()
/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/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java166 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createConnectionDialogView()
175 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createPhonebookDialogView()
184 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createMapDialogView()
193 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null); in createSapDialogView()
DBluetoothPairingDialogFragment.java248 View view = getActivity().getLayoutInflater().inflate(R.layout.bluetooth_pin_entry, null); in createPinEntryView()
341 View view = getActivity().getLayoutInflater().inflate(R.layout.bluetooth_pin_confirm, null); in createView()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/projection/
DProjectionFragment.java70 getLayoutInflater() in onProjectionStatusChanged()
86 getLayoutInflater() in onProjectionStatusChanged()
/packages/apps/Launcher3/tests/multivalentTests/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/development/
DAdbWirelessDialogUiBase.java64 LayoutInflater getLayoutInflater(); in getLayoutInflater() method
DAdbWirelessDialog.java93 mView = getLayoutInflater().inflate(R.layout.adb_wireless_dialog, null); in onCreate()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigUiBase2.java56 LayoutInflater getLayoutInflater(); in getLayoutInflater() method
DWifiConfigUiBase.java48 public LayoutInflater getLayoutInflater(); in getLayoutInflater() method
/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/
DClusterPhoneActivity.java37 TextView view = (TextView) getLayoutInflater().inflate( in onCreate()
DClusterMusicActivity.java37 TextView view = (TextView) getLayoutInflater().inflate( in onCreate()
DClusterHomeActivity.java38 View view = getLayoutInflater().inflate(R.layout.cluster_home_activity, /* root= */ null); in onCreate()
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
DViewTest.java50 mView = (T) getActivity().getLayoutInflater().inflate(getLayoutIdForView(), null); in getView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DBaseTaskbarContext.java42 public final LayoutInflater getLayoutInflater() { in getLayoutInflater() method in BaseTaskbarContext
/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/QuickSearchBox/src/com/android/quicksearchbox/
DDialogActivity.kt50 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/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java66 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
DBluetoothOppBtEnableActivity.java71 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/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBroadcasterActivity.java69 LayoutInflater inflater = getLayoutInflater(); in onCreate()
217 getLayoutInflater().inflate(R.layout.broadcast_metadata, null); in onCreate()
292 LayoutInflater inflater = getLayoutInflater(); in onCreate()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingDialogFragment.java223 View view = getActivity().getLayoutInflater().inflate(R.layout.bluetooth_pin_entry, null); in createPinEntryView()
314 ScrollView view = (ScrollView) getActivity().getLayoutInflater().inflate( in createView()

123456