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

1 2 3 4 56 7 8 910

  /cts/tests/app/src/android/app/cts/
DialogStubActivity.java 267 final LayoutInflater inflate = getLayoutInflater();
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
Card.java 484 LayoutInflater inflater = activity.getLayoutInflater();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 339 v = ((Activity) mContext).getLayoutInflater().inflate(
PrintCustomContent.java 87 getLayoutInflater()));
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 371 LayoutInflater layoutInflater = getLayoutInflater();
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 117 mInputView = (LatinKeyboardView) getLayoutInflater().inflate(
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
Card.java 487 LayoutInflater inflater = activity.getLayoutInflater();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 463 public LayoutInflater getLayoutInflater() {
  /packages/apps/Browser/src/com/android/browser/
PieControl.java 271 View v = mActivity.getLayoutInflater().inflate(R.layout.qc_tabs_view, null);
BaseUi.java 394 container = mActivity.getLayoutInflater().inflate(R.layout.tab,
415 View subViewContainer = mActivity.getLayoutInflater().inflate(
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 218 final LayoutInflater inflater = activity.getLayoutInflater();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 192 mInflater = ((Activity) mActivity).getLayoutInflater();
ManageCachePage.java 319 LayoutInflater inflater = activity.getLayoutInflater();
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
ManagedProvisioningActivity.java 101 final LayoutInflater inflater = getLayoutInflater();
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportActivity.java 110 LayoutInflater inflater = getLayoutInflater();
  /packages/apps/Settings/src/com/android/settings/sim/
SimSettings.java 325 final View dialogLayout = getActivity().getLayoutInflater().inflate(
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 78 mView = getLayoutInflater().inflate(R.layout.vpn_dialog, null);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 232 LayoutInflater inflater = parent.getLayoutInflater();
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java 660 v = getLayoutInflater().inflate(R.layout.media_item, null);
697 v = getLayoutInflater().inflate(R.layout.media_item, null);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java 660 v = getLayoutInflater().inflate(R.layout.media_item, null);
697 v = getLayoutInflater().inflate(R.layout.media_item, null);
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java 674 v = getLayoutInflater().inflate(R.layout.media_item, null);
709 v = getLayoutInflater().inflate(R.layout.media_item, null);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
MainActivity.java 660 v = getLayoutInflater().inflate(R.layout.media_item, null);
697 v = getLayoutInflater().inflate(R.layout.media_item, null);
  /frameworks/support/v4/java/android/support/v4/app/
Fragment.java     [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 151 getLayoutInflater().inflate(R.layout.gallerypicker_no_images, root);
273 mAdapter = new GalleryPickerAdapter(getLayoutInflater());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
NotificationListenerVerifierActivity.java 134 mInflater = getLayoutInflater();

Completed in 732 milliseconds

1 2 3 4 56 7 8 910