HomeSort by relevance Sort by last modified time
    Searched full:inflater (Results 126 - 134 of 134) sorted by null

1 2 3 4 56

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 302 LayoutInflater inflater = (LayoutInflater) getSystemService(
304 View view = inflater.inflate(viewResource, null);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java 487 LayoutInflater inflater; local
488 inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
489 mPopupView = inflater.inflate(R.layout.bubble_event, null);
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 1016 LayoutInflater inflater = (LayoutInflater) context.getSystemService( local
    [all...]
  /frameworks/base/
preloaded-classes     [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 316 LayoutInflater inflater = (LayoutInflater) local
318 inflater.inflate(com.android.internal.R.layout.zoom_magnify, this, true);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 3292 LayoutInflater inflater = LayoutInflater.from(getContext()); local
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]
  /frameworks/base/docs/html/
sitemap.txt 364 http://developer.android.com/reference/java/util/zip/Inflater.html
    [all...]

Completed in 371 milliseconds

1 2 3 4 56