HomeSort by relevance Sort by last modified time
    Searched refs:getLayoutInflater (Results 51 - 75 of 243) sorted by null

1 23 4 5 6 7 8 910

  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 302 public LayoutInflater getLayoutInflater(Bundle savedInstanceState) {
304 return super.getLayoutInflater(savedInstanceState);
  /packages/apps/Camera2/src/com/android/camera/
PhotoUI.java 232 mActivity.getLayoutInflater().inflate(R.layout.photo_module,
366 .getLayoutInflater().inflate(R.layout.location_dialog_layout, null);
429 .getLayoutInflater().inflate(R.layout.aspect_ratio_dialog_layout, null);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionActivity.java 93 View view = getLayoutInflater().inflate(layoutId, null);
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarDisplayOptions.java 53 mCustomView = getLayoutInflater().inflate(R.layout.action_bar_display_options_custom, null);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 94 LayoutInflater inflater = ((Activity)mContext).getLayoutInflater();
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 70 LayoutInflater inflater = ((Activity) getContext()).getLayoutInflater();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 76 @Override public LayoutInflater getLayoutInflater() {
  /frameworks/base/core/java/android/view/
ViewStub.java 200 public LayoutInflater getLayoutInflater() {
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 63 mContentView = getLayoutInflater().inflate(R.layout.voice_interaction_session, null);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ViewStubCompat.java 138 public LayoutInflater getLayoutInflater() {
  /packages/apps/LegacyCamera/src/com/android/camera/
RotateDialogController.java 59 LayoutInflater inflater = mActivity.getLayoutInflater();
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
TapAgainDialog.java 71 ap.mView = getLayoutInflater().inflate(com.android.nfc.R.layout.tapagain, null);
  /packages/apps/Settings/src/com/android/settings/
AppListPreference.java 57 LayoutInflater inflater = ((Activity)getContext()).getLayoutInflater();
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigUiForSetupWizardXL.java 132 public LayoutInflater getLayoutInflater() {
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperActivity.java 107 View view = generateView(getActivity().getLayoutInflater(), null);
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 62 final LayoutInflater inflater = getLayoutInflater();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
SmartCamera.java 174 LayoutInflater inflater = getLayoutInflater();
189 LayoutInflater inflater = getLayoutInflater();
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 264 final LayoutInflater inflate1 = d.getLayoutInflater();
281 final LayoutInflater inflate2 = mActivity.getLayoutInflater();
298 final LayoutInflater inflate3 = mActivity.getLayoutInflater();
691 assertEquals(d.getWindow().getLayoutInflater(), d.getLayoutInflater());
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 614 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);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivity.java 106 contentView = getLayoutInflater().inflate(layoutResID, new FrameLayout(realActivity));
128 public LayoutInflater getLayoutInflater() {
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 167 LayoutInflater inflater = getActivity().getLayoutInflater();
184 LayoutInflater inflater = getActivity().getLayoutInflater();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 180 View view = getLayoutInflater().inflate(R.layout.bluetooth_pin_entry, null);
224 View view = getLayoutInflater().inflate(R.layout.bluetooth_pin_confirm, null);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
LocationModeTestActivity.java 68 mInflater = getLayoutInflater();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java 87 mInflater = getLayoutInflater();
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 190 mInflator = DeviceScanActivity.this.getLayoutInflater();

Completed in 569 milliseconds

1 23 4 5 6 7 8 910