Searched refs:getLayoutInflater (Results 1 - 25 of 85) sorted by relevance

1234

/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigUiBase.java45 public LayoutInflater getLayoutInflater(); method in interface:WifiConfigUiBase
H A DWifiDialog.java70 mView = getLayoutInflater().inflate(R.layout.wifi_dialog, null);
/packages/apps/Messaging/tests/src/com/android/messaging/ui/
H A DViewTest.java50 mView = (T) getActivity().getLayoutInflater().inflate(getLayoutIdForView(), null);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppBtErrorActivity.java73 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null);
H A DBluetoothOppBtEnableActivity.java70 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null);
H A DBluetoothOppBtEnablingActivity.java95 View view = getLayoutInflater().inflate(R.layout.bt_enabling_progress, null);
H A DBluetoothOppIncomingFileConfirmActivity.java127 View view = getLayoutInflater().inflate(R.layout.incoming_dialog, null);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DRotateTextToast.java37 LayoutInflater inflater = activity.getLayoutInflater();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DDialogActivity.java53 getLayoutInflater().inflate(layoutRes, mContentFrame);
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCredentialsInstallDialog.java46 View layout = getLayoutInflater().inflate(R.layout.credentials_installed_dialog, null);
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DTestingUtils.java47 View watcher = launcher.getLayoutInflater().inflate(id, null);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionActivity.java166 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);
175 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);
184 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);
193 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);
/packages/services/Car/car-support-lib/src/android/support/car/app/
H A DCarActivity.java58 abstract public LayoutInflater getLayoutInflater(); method in class:CarActivity.Proxy
150 public LayoutInflater getLayoutInflater() { method in class:CarActivity
151 return mProxy.getLayoutInflater();
H A DCarProxyActivity.java115 public LayoutInflater getLayoutInflater() {
116 return CarProxyActivity.this.getLayoutInflater();
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DAudioMediaChooser.java70 final LayoutInflater inflater = getLayoutInflater();
H A DMediaChooser.java112 protected LayoutInflater getLayoutInflater() { method in class:MediaChooser
/packages/apps/Settings/src/com/android/settings/
H A DFallbackHome.java48 View v = getLayoutInflater().inflate(
H A DRegulatoryInfoDisplayActivity.java79 View view = getLayoutInflater().inflate(R.layout.regulatory_info, null);
H A DAppHeader.java52 final View bar = activity.getLayoutInflater().inflate(R.layout.app_header,
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModuleUI.java85 mActivity.getLayoutInflater().inflate(R.layout.capture_module, moduleRoot, true);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DRotateDialogController.java59 LayoutInflater inflater = mActivity.getLayoutInflater();
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DShareIntentFragment.java67 final LayoutInflater inflater = activity.getLayoutInflater();
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DTapAgainDialog.java72 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.tapagain, null);
/packages/apps/Settings/src/com/android/settings/nfc/
H A DPaymentSettings.java76 View emptyView = getActivity().getLayoutInflater().inflate(
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java614 mKeyboardView = (KeyboardView) mWnn.getLayoutInflater().inflate(id, null);
618 mMainView = (BaseInputView) parent.getLayoutInflater().inflate(R.layout.keyboard_default_main, null);
619 mSubView = (ViewGroup) parent.getLayoutInflater().inflate(R.layout.keyboard_default_sub, null);

Completed in 491 milliseconds

1234