HomeSort by relevance Sort by last modified time
    Searched refs:LayoutInflater (Results 151 - 175 of 681) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Settings/src/com/android/settings/
MediaFormat.java 23 import android.view.LayoutInflater;
41 private LayoutInflater mInflater;
156 mInflater = LayoutInflater.from(this);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsSummary.java 27 import android.view.LayoutInflater;
35 private LayoutInflater mInflater;
90 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
AppViewHolder.java 7 import android.view.LayoutInflater;
23 static public AppViewHolder createOrRecycle(LayoutInflater inflater, View convertView) {
  /packages/apps/Tag/src/com/android/apps/tag/
TagViewer.java 30 import android.view.LayoutInflater;
77 LayoutInflater inflater = LayoutInflater.from(this);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
OverlaysAdapter.java 24 import android.view.LayoutInflater;
82 final LayoutInflater vi = (LayoutInflater)mContext.getSystemService(
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceListFragment.java 29 import android.view.LayoutInflater;
58 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
121 LayoutInflater vi = (LayoutInflater) getActivity().getSystemService(
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiChatFragment.java 8 import android.view.LayoutInflater;
32 public View onCreateView(LayoutInflater inflater, ViewGroup container,
86 LayoutInflater vi = (LayoutInflater) getActivity()
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorporaAdapter.java 27 import android.view.LayoutInflater;
178 return (CorpusView) LayoutInflater.from(mContext).inflate(mCorpusViewRes, parent, false);
181 protected LayoutInflater getInflater() {
182 return (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigUiForSetupWizardXL.java 24 import android.view.LayoutInflater;
51 private LayoutInflater mInflater;
68 mInflater = (LayoutInflater)activity.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
132 public LayoutInflater getLayoutInflater() {
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test1DetailFragment.java 23 import android.view.LayoutInflater;
49 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentContextMenu.java 26 import android.view.LayoutInflater;
51 public View onCreateView(LayoutInflater inflater, ViewGroup container,
FragmentDialogOrActivity.java 26 import android.view.LayoutInflater;
73 public View onCreateView(LayoutInflater inflater, ViewGroup container,
FragmentMenuFragment.java 25 import android.view.LayoutInflater;
48 public View onCreateView(LayoutInflater inflater, ViewGroup container,
FragmentStackFragment.java 24 import android.view.LayoutInflater;
48 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentContextMenuSupport.java 27 import android.view.LayoutInflater;
51 public View onCreateView(LayoutInflater inflater, ViewGroup container,
FragmentDialogOrActivitySupport.java 25 import android.view.LayoutInflater;
72 public View onCreateView(LayoutInflater inflater, ViewGroup container,
FragmentMenuFragmentSupport.java 26 import android.view.LayoutInflater;
49 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java 23 import android.view.LayoutInflater;
81 final ViewGroup newView = (ViewGroup) LayoutInflater.from(this).inflate(
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageDetailFragment.java 21 import android.view.LayoutInflater;
73 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 33 private LayoutInflater mInflater;
113 mInflater = LayoutInflater.from(mBase).cloneInContext(this);
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportWarningActivity.java 29 import android.view.LayoutInflater;
55 ap.mView = LayoutInflater.from(this).inflate(R.layout.confirm_repeat, null);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestBasic.java 25 import android.view.LayoutInflater;
38 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
DialogActivity.java 26 import android.view.LayoutInflater;
35 private LayoutInflater mInflater;
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmTimePickerDialogFragment.java 22 import android.view.LayoutInflater;
57 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /packages/apps/Gallery2/src/com/android/photos/adapters/
AlbumSetCursorAdapter.java 23 import android.view.LayoutInflater;
72 return LayoutInflater.from(context).inflate(

Completed in 1947 milliseconds

1 2 3 4 5 67 8 91011>>