/packages/apps/Settings/src/com/android/settings/network/ |
D | ResetNetworkRestrictionViewBuilder.java | 90 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/ |
D | AllAppsSearchUiDelegate.java | 68 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/ |
D | DisambigDialog.java | 77 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/ |
D | BluetoothPermissionActivity.java | 166 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()
|
D | BluetoothPairingDialogFragment.java | 248 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/ |
D | ProjectionFragment.java | 70 getLayoutInflater() in onProjectionStatusChanged() 86 getLayoutInflater() in onProjectionStatusChanged()
|
/packages/apps/Launcher3/tests/multivalentTests/dummy_app/src/com/example/android/aardwolf/ |
D | Activity1.java | 27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null); in onCreate()
|
/packages/services/Car/tests/MultiDisplayTestHelloActivity/src/com/example/android/helloactivity/multidisplaytest/ |
D | MDTHelloActivity.java | 37 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate()
|
/packages/apps/Settings/src/com/android/settings/development/ |
D | AdbWirelessDialogUiBase.java | 64 LayoutInflater getLayoutInflater(); in getLayoutInflater() method
|
D | AdbWirelessDialog.java | 93 mView = getLayoutInflater().inflate(R.layout.adb_wireless_dialog, null); in onCreate()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigUiBase2.java | 56 LayoutInflater getLayoutInflater(); in getLayoutInflater() method
|
D | WifiConfigUiBase.java | 48 public LayoutInflater getLayoutInflater(); in getLayoutInflater() method
|
/packages/apps/Car/Cluster/ClusterHomeSample/src/com/android/car/cluster/home/ |
D | ClusterPhoneActivity.java | 37 TextView view = (TextView) getLayoutInflater().inflate( in onCreate()
|
D | ClusterMusicActivity.java | 37 TextView view = (TextView) getLayoutInflater().inflate( in onCreate()
|
D | ClusterHomeActivity.java | 38 View view = getLayoutInflater().inflate(R.layout.cluster_home_activity, /* root= */ null); in onCreate()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/ |
D | ViewTest.java | 50 mView = (T) getActivity().getLayoutInflater().inflate(getLayoutIdForView(), null); in getView()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | BaseTaskbarContext.java | 42 public final LayoutInflater getLayoutInflater() { in getLayoutInflater() method in BaseTaskbarContext
|
/packages/apps/Dialer/java/com/android/incallui/audioroute/ |
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()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | DialogActivity.kt | 50 getLayoutInflater().inflate(layoutRes, mContentFrame) in setDialogContent()
|
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/ |
D | ImsTestServiceApp.java | 50 mConnections.addView(getLayoutInflater().inflate(R.layout.ims_connection, null, false)); in onCreate()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppBtErrorActivity.java | 66 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
|
D | BluetoothOppBtEnableActivity.java | 71 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | RotateTextToast.java | 37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
|
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/ |
D | BroadcasterActivity.java | 69 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/ |
D | BluetoothPairingDialogFragment.java | 223 View view = getActivity().getLayoutInflater().inflate(R.layout.bluetooth_pin_entry, null); in createPinEntryView() 314 ScrollView view = (ScrollView) getActivity().getLayoutInflater().inflate( in createView()
|