Home
last modified time | relevance | path

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

123

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigUiBase.java30 public LayoutInflater getLayoutInflater(); in getLayoutInflater() method
DWifiDialog.java54 mView = getLayoutInflater().inflate(R.layout.wifi_dialog, null); in onCreate()
DWifiConfigUiForSetupWizardXL.java132 public LayoutInflater getLayoutInflater() { in getLayoutInflater() method in WifiConfigUiForSetupWizardXL
DWifiApDialog.java120 mView = getLayoutInflater().inflate(R.layout.wifi_ap_dialog, null); in onCreate()
DWpsDialog.java136 mView = getLayoutInflater().inflate(R.layout.wifi_wps_dialog, null); in onCreate()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DDialogActivity.java53 getLayoutInflater().inflate(layoutRes, mContentFrame); in setDialogContent()
/packages/apps/Camera/src/com/android/camera/ui/
DRotateTextToast.java37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateTextToast.java37 LayoutInflater inflater = activity.getLayoutInflater(); in RotateTextToast()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java73 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
DBluetoothOppBtEnableActivity.java70 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
DBluetoothOppBtEnablingActivity.java96 View view = getLayoutInflater().inflate(R.layout.bt_enabling_progress, null); in createView()
DBluetoothOppIncomingFileConfirmActivity.java128 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null); in createView()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionActivity.java156 mView = getLayoutInflater().inflate(R.layout.bluetooth_connection_access, null); in createConnectionDialogView()
163 mView = getLayoutInflater().inflate(R.layout.bluetooth_pb_access, null); in createPhonebookDialogView()
DRequestPermissionHelperActivity.java78 View view = getLayoutInflater().inflate(R.layout.bluetooth_discoverable, null); in createDialog()
DBluetoothPairingDialog.java176 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/
DDefaultSoftKeyboard.java614 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/
DPowerUsageDetail.java300 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/
DLiveWallpaperActivity.java107 View view = generateView(getActivity().getLayoutInflater(), null); in onCreateDialog()
/packages/apps/LegacyCamera/src/com/android/camera/
DRotateDialogController.java59 LayoutInflater inflater = mActivity.getLayoutInflater(); in inflateDialogLayout()
/packages/apps/Camera/src/com/android/camera/
DRotateDialogController.java60 LayoutInflater inflater = mActivity.getLayoutInflater(); in inflateDialogLayout()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactListFragment.java98 : getActivity().getLayoutInflater().inflate( in configureAdapter()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java161 mView = getLayoutInflater().inflate(R.layout.auth, null); in createView()
/packages/providers/MediaProvider/src/com/android/providers/media/
DRingtonePickerActivity.java217 TextView textView = (TextView) getLayoutInflater().inflate( in addStaticItem()
/packages/apps/Calendar/src/com/android/calendar/event/
DEventViewUtils.java234 LayoutInflater inflater = activity.getLayoutInflater(); in addReminder()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryActionBar.java139 mInflater = ((Activity) mActivity).getLayoutInflater(); in GalleryActionBar()

123