HomeSort by relevance Sort by last modified time
    Searched refs:mLayoutInflater (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 50 private LayoutInflater mLayoutInflater;
74 mLayoutInflater = (LayoutInflater) mContext
99 mLayoutInflater = null;
100 mLayoutInflater = LayoutInflater.from(mContext);
101 assertNotNull(mLayoutInflater);
102 mLayoutInflater = null;
103 mLayoutInflater = new MockLayoutInflater(mContext);
104 assertNotNull(mLayoutInflater);
106 LayoutInflater layoutInflater = new MockLayoutInflater(mLayoutInflater,
150 mLayoutInflater.setFilter(mFilter)
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooser.java 156 private LayoutInflater mLayoutInflater;
159 mLayoutInflater = context.getLayoutInflater();
178 image = (ImageView) mLayoutInflater.inflate(R.layout.wallpaper_item, parent, false);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 88 private final LayoutInflater mLayoutInflater;
124 this.mLayoutInflater =
287 textView = (TextView) mLayoutInflater.inflate(layout, parent, false);
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 236 private LayoutInflater mLayoutInflater;
343 mLayoutInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 114 private LayoutInflater mLayoutInflater;
170 mLayoutInflater = LayoutInflater.from(context);
207 mLayoutInflater.inflate(layoutResID, mContentParent);
272 return mLayoutInflater;
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 200 private LayoutInflater mLayoutInflater = null;
924 LayoutInflater inflater = mLayoutInflater;
928 mLayoutInflater = inflater
    [all...]

Completed in 905 milliseconds