HomeSort by relevance Sort by last modified time
    Searched defs:inflater (Results 201 - 225 of 247) sorted by null

1 2 3 4 5 6 7 8910

  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DialpadFragment.java 264 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) {
265 View fragmentView = inflater.inflate(R.layout.dialpad_fragment, container, false);
624 public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
625 super.onCreateOptionsMenu(menu, inflater);
631 inflater.inflate(R.menu.dialpad_options, menu);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 207 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedState) {
209 mLayoutInflater = inflater;
210 mRootView = (ViewGroup) inflater.inflate(R.layout.group_editor_fragment, container, false);
511 public void onCreateOptionsMenu(Menu menu, final MenuInflater inflater) {
512 inflater.inflate(R.menu.edit_group, menu);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 101 final LayoutInflater inflater = getLayoutInflater(); local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
UIControllerBase.java 771 public boolean onCreateOptionsMenu(MenuInflater inflater, Menu menu) {
772 inflater.inflate(R.menu.email_activity_options, menu);
779 public boolean onPrepareOptionsMenu(MenuInflater inflater, Menu menu) {
    [all...]
MessageViewFragmentBase.java 279 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
283 final View view = inflater.inflate(R.layout.message_view_fragment, container, false);
1482 LayoutInflater inflater = getActivity().getLayoutInflater(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 144 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
145 View view = mRootView = inflater.inflate(R.layout.power_usage_details, null);
303 LayoutInflater inflater = getActivity().getLayoutInflater(); local
324 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_detail_item_text,
396 LayoutInflater inflater = getActivity().getLayoutInflater(); local
397 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_action_item,null);
497 LayoutInflater inflater = getActivity().getLayoutInflater();
519 ViewGroup item = (ViewGroup) inflater.inflate(R.layout.power_usage_package_item,
  /packages/apps/Browser/src/com/android/browser/
Controller.java 1268 MenuInflater inflater = mActivity.getMenuInflater(); local
1302 MenuInflater inflater = mActivity.getMenuInflater(); local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 1858 LayoutInflater inflater = mActivity.getLayoutInflater(); local
    [all...]
VideoModule.java 2216 LayoutInflater inflater = mActivity.getLayoutInflater(); local
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 1090 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService( local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 216 final LayoutInflater inflater = LayoutInflater.from(context); local
222 mHomeLayout = (HomeView) inflater.inflate(homeResId, this, false);
224 mExpandedHomeLayout = (HomeView) inflater.inflate(homeResId, this, false);
243 mCustomNavView = (View) inflater.inflate(customNavId, this, false);
771 LayoutInflater inflater = LayoutInflater.from(getContext()); local
772 mTitleLayout = (LinearLayout) inflater.inflate(R.layout.action_bar_title_item,
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 1149 LayoutInflater inflater = (LayoutInflater) context.getSystemService( local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 1069 LayoutInflater inflater = (LayoutInflater) getContext().getSystemService( local
    [all...]
TextCandidatesViewManager.java 455 LayoutInflater inflater = parent.getLayoutInflater(); local
456 mViewBody = (ViewGroup)inflater.inflate(R.layout.candidates, null);
521 mViewLongPressDialog = (View)inflater.inflate(R.layout.candidate_longpress_dialog, null);
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 929 LayoutInflater inflater = getLayoutInflater(); local
1098 LayoutInflater inflater = getLayoutInflater(); local
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 2616 final LayoutInflater inflater = local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 676 public View onCreateView(LayoutInflater inflater, ViewGroup container,
689 mView = inflater.inflate(R.layout.event_info_dialog, container, false);
691 mView = inflater.inflate(R.layout.event_info, container, false);
    [all...]
DayView.java 879 LayoutInflater inflater; local
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java 269 LayoutInflater inflater = LayoutInflater.from(mTextView.getContext()); local
270 final TextView err = (TextView) inflater.inflate(
1938 LayoutInflater inflater = (LayoutInflater)mTextView.getContext(). local
2791 LayoutInflater inflater = (LayoutInflater) mTextView.getContext(). local
    [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 603 LayoutInflater inflater = (LayoutInflater)mContext. local
609 mPasteTextView = (TextView) inflater.inflate(
    [all...]
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 

Completed in 5032 milliseconds

1 2 3 4 5 6 7 8910