/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiConfigUiBase.java | 30 public LayoutInflater getLayoutInflater(); in getLayoutInflater() method
|
D | WifiDialog.java | 54 mView = getLayoutInflater().inflate(R.layout.wifi_dialog, null); in onCreate()
|
D | WifiConfigUiForSetupWizardXL.java | 132 public LayoutInflater getLayoutInflater() { in getLayoutInflater() method in WifiConfigUiForSetupWizardXL
|
D | WifiApDialog.java | 120 mView = getLayoutInflater().inflate(R.layout.wifi_ap_dialog, null); in onCreate()
|
D | WpsDialog.java | 136 mView = getLayoutInflater().inflate(R.layout.wifi_wps_dialog, null); in onCreate()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | DialogActivity.java | 53 getLayoutInflater().inflate(layoutRes, mContentFrame); in setDialogContent()
|
/packages/apps/Camera/src/com/android/camera/ui/ |
D | RotateTextToast.java | 37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | RotateTextToast.java | 37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppBtErrorActivity.java | 73 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
|
D | BluetoothOppBtEnableActivity.java | 70 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
|
D | BluetoothOppBtEnablingActivity.java | 96 View view = getLayoutInflater().inflate(R.layout.bt_enabling_progress, null); in createView()
|
D | BluetoothOppIncomingFileConfirmActivity.java | 128 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPermissionActivity.java | 156 mView = getLayoutInflater().inflate(R.layout.bluetooth_connection_access, null); in createConnectionDialogView() 163 mView = getLayoutInflater().inflate(R.layout.bluetooth_pb_access, null); in createPhonebookDialogView()
|
D | RequestPermissionHelperActivity.java | 78 View view = getLayoutInflater().inflate(R.layout.bluetooth_discoverable, null); in createDialog()
|
D | BluetoothPairingDialog.java | 176 View view = getLayoutInflater().inflate(R.layout.bluetooth_pin_entry, null); in createPinEntryView() 220 View view = getLayoutInflater().inflate(R.layout.bluetooth_pin_confirm, null); in createView()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | DefaultSoftKeyboard.java | 614 mKeyboardView = (KeyboardView) mWnn.getLayoutInflater().inflate(id, null); in initView() 618 …mMainView = (BaseInputView) parent.getLayoutInflater().inflate(R.layout.keyboard_default_main, nul… in initView() 619 … mSubView = (ViewGroup) parent.getLayoutInflater().inflate(R.layout.keyboard_default_sub, null); in initView()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | PowerUsageDetail.java | 300 LayoutInflater inflater = getActivity().getLayoutInflater(); in fillDetailsSection() 393 LayoutInflater inflater = getActivity().getLayoutInflater(); in addControl() 493 LayoutInflater inflater = getActivity().getLayoutInflater(); in fillPackagesSection()
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperActivity.java | 107 View view = generateView(getActivity().getLayoutInflater(), null); in onCreateDialog()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | RotateDialogController.java | 59 LayoutInflater inflater = mActivity.getLayoutInflater(); in inflateDialogLayout()
|
/packages/apps/Camera/src/com/android/camera/ |
D | RotateDialogController.java | 60 LayoutInflater inflater = mActivity.getLayoutInflater(); in inflateDialogLayout()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactListFragment.java | 98 : getActivity().getLayoutInflater().inflate( in configureAdapter()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapActivity.java | 161 mView = getLayoutInflater().inflate(R.layout.auth, null); in createView()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | RingtonePickerActivity.java | 217 TextView textView = (TextView) getLayoutInflater().inflate( in addStaticItem()
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EventViewUtils.java | 234 LayoutInflater inflater = activity.getLayoutInflater(); in addReminder()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | GalleryActionBar.java | 139 mInflater = ((Activity) mActivity).getLayoutInflater(); in GalleryActionBar()
|