HomeSort by relevance Sort by last modified time
    Searched refs:getLayoutInflater (Results 76 - 100 of 247) sorted by null

1 2 34 5 6 7 8 910

  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 190 mInflator = DeviceScanActivity.this.getLayoutInflater();
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 190 mInflator = DeviceScanActivity.this.getLayoutInflater();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarDisplayOptions.java 57 mCustomView = getLayoutInflater().inflate(R.layout.action_bar_display_options_custom, null);
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarDisplayOptions.java 55 mCustomView = getLayoutInflater().inflate(R.layout.action_bar_display_options_custom, null);
  /development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
PaletteDetailActivity.java 165 view = getLayoutInflater().inflate(R.layout.palette_grid_item, parent, false);
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
HorizontalGridTestActivity.java 66 View view = getLayoutInflater().inflate(R.layout.horizontal_grid, null, false);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 197 View messageView = getLayoutInflater().inflate(R.layout.about, null, false);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java 190 mInflator = DeviceScanActivity.this.getLayoutInflater();
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java 168 mMainView = getLayoutInflater().inflate(R.layout.fragmenthost, null);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAppWidgetManager.java 166 return new Activity().getLayoutInflater().inflate(widgetLayoutId, null);
ShadowDialog.java 216 public LayoutInflater getLayoutInflater() {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
TestFragmentManager.java 162 View view = fragment.onCreateView(activity.getLayoutInflater(), container, shadowFragment.getSavedInstanceState());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
FragmentActivityTest.java 143 assertEquals(restoredFrag.onCreateViewInflater, activity.getLayoutInflater());
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java 51 mInflater = getLayoutInflater();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppIncomingFileConfirmActivity.java 127 View view = getLayoutInflater().inflate(R.layout.incoming_dialog, null);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 160 mView = getLayoutInflater().inflate(R.layout.auth, null);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 234 LayoutInflater inflater = activity.getLayoutInflater();
  /packages/apps/Camera/src/com/android/camera/
RotateDialogController.java 60 LayoutInflater inflater = mActivity.getLayoutInflater();
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUI.java 134 mActivity.getLayoutInflater().inflate(R.layout.capture_module,
VideoUI.java 103 mActivity.getLayoutInflater().inflate(R.layout.video_module,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
SelectPhoneAccountDialogFragment.java 146 .getLayoutInflater()
  /packages/apps/FMRadio/src/com/android/fmradio/dialogs/
FmSaveDialog.java 107 View view = getActivity().getLayoutInflater().inflate(R.layout.save_dialog, null);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 69 mLayoutInflater = context.getLayoutInflater();
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherExtension.java 339 mOverlayView = (ViewGroup) getLayoutInflater().inflate(
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsMemDetail.java 101 LayoutInflater inflater = getActivity().getLayoutInflater();

Completed in 620 milliseconds

1 2 34 5 6 7 8 910