HomeSort by relevance Sort by last modified time
    Searched refs:getLayoutInflater (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigUiBase.java 30 public LayoutInflater getLayoutInflater();
WifiDialog.java 54 mView = getLayoutInflater().inflate(R.layout.wifi_dialog, null);
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutPickerActivity.java 41 setListAdapter(new LayoutAdapter(getLayoutInflater(), LayoutAdapter.MODE_VIEWING));
ThemePickerActivity.java 38 setListAdapter(new ThemeAdapter(getLayoutInflater()));
LayoutTestActivity.java 71 ThemeAdapter themeAdapter = new ThemeAdapter(getLayoutInflater());
72 LayoutAdapter layoutAdapter = new LayoutAdapter(getLayoutInflater(), layoutMode);
88 mTestView = getLayoutInflater().inflate(layoutInfo.getLayout(), mViewGroup, false);
  /development/samples/HelloActivity/src/com/example/android/helloactivity/
HelloActivity.java 38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null);
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualActivity.java 34 View root = getLayoutInflater().inflate(R.layout.gldual_activity, null);
  /developers/samples/android/ui/lists/CustomChoiceList/CustomChoiceList/src/main/java/com/example/android/customchoicelist/
MainActivity.java 60 convertView = getLayoutInflater().inflate(R.layout.list_item, container, false);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewFlipperActivity.java 35 final LayoutInflater inflater = getLayoutInflater();
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
BigEditTextActivityNonScrollablePanScan.java 45 View view = getLayoutInflater().inflate(
BigEditTextActivityNonScrollableResize.java 45 View view = getLayoutInflater().inflate(
BigEditTextActivityScrollablePanScan.java 53 View view = getLayoutInflater().inflate(
BigEditTextActivityScrollableResize.java 53 View view = getLayoutInflater().inflate(
BottomEditTextActivityPanScan.java 47 View view = getLayoutInflater().inflate(R.layout.one_edit_text_activity, ((LinearLayout) mRootView), false);
BottomEditTextActivityResize.java 47 View view = getLayoutInflater().inflate(R.layout.one_edit_text_activity, ((LinearLayout) mRootView), false);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppBtErrorActivity.java 73 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null);
BluetoothOppBtEnableActivity.java 70 View view = getLayoutInflater().inflate(R.layout.confirm_dialog, null);
  /packages/apps/Camera/src/com/android/camera/ui/
RotateTextToast.java 37 LayoutInflater inflater = activity.getLayoutInflater();
  /packages/apps/Gallery2/src/com/android/camera/ui/
RotateTextToast.java 37 LayoutInflater inflater = activity.getLayoutInflater();
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
RotateTextToast.java 37 LayoutInflater inflater = activity.getLayoutInflater();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DialogActivity.java 53 getLayoutInflater().inflate(layoutRes, mContentFrame);
  /packages/apps/Settings/src/com/android/settings/
RegulatoryInfoDisplayActivity.java 69 builder.setView(getLayoutInflater().inflate(R.layout.regulatory_info, null));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLayoutInflater.java 61 return shadowApplication.getLayoutInflater();
  /developers/samples/android/ui/actionbar/DoneBar/DoneBar/src/main/java/com/example/android/donebar/
SampleDashboardActivity.java 88 convertView = getLayoutInflater().inflate(
  /developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtons/src/main/java/com/example/android/borderlessbuttons/
MainActivity.java 82 convertView = getLayoutInflater().inflate(R.layout.list_item, container, false);

Completed in 287 milliseconds

1 2 3 4 5 6 7