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

12

  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 73 private LayoutInflater mLayoutInflater;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 182 private LayoutInflater mLayoutInflater;
211 mLayoutInflater = inflater;
392 editorView = mLayoutInflater.inflate(newGroupEditorId, mRootView, false);
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java 80 private final LayoutInflater mLayoutInflater;
129 mLayoutInflater = (LayoutInflater) context.getSystemService(
285 View page = mLayoutInflater.inflate(R.layout.preview_page, parent, false);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFullScreenFragment.java 122 private final LayoutInflater mLayoutInflater;
125 mLayoutInflater = LayoutInflater.from(context);
171 final TimerListItem v = (TimerListItem) mLayoutInflater.inflate(
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 137 final LayoutInflater mLayoutInflater;
207 mLayoutInflater = (LayoutInflater)
209 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorBaseFragment.java 272 private final LayoutInflater mLayoutInflater;
279 mLayoutInflater = activity.getLayoutInflater();
289 (AggregationSuggestionView) mLayoutInflater.inflate(
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperPickerActivity.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 168 private final LayoutInflater mLayoutInflater;
251 mLayoutInflater = LayoutInflater.from(context);
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 177 private LayoutInflater mLayoutInflater;
306 mLayoutInflater = LayoutInflater.from(context);
393 mLayoutInflater.inflate(layoutResID, mContentParent);
485 return mLayoutInflater;
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 670 milliseconds

12