HomeSort by relevance Sort by last modified time
    Searched refs:LAYOUT_INFLATER_SERVICE (Results 1 - 25 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/core-ui/java/android/support/v4/widget/
ResourceCursorAdapter.java 56 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
84 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
101 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 57 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
80 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
98 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
ResourceCursorTreeAdapter.java 60 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResourceCursorAdapter.java 54 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
73 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
Demo0.java 48 getSystemService(Context.LAYOUT_INFLATER_SERVICE);
54 getSystemService(Context.LAYOUT_INFLATER_SERVICE);
Demo1.java 53 getSystemService(Context.LAYOUT_INFLATER_SERVICE);
62 getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /external/replicaisland/src/com/replica/replicaisland/
CustomToastSystem.java 33 LayoutInflater inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Dialer/java/com/android/dialer/app/widget/
DialpadSearchEmptyContentView.java 41 (LayoutInflater) getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /developers/build/prebuilts/gradle/DoneBar/Application/src/main/java/com/example/android/donebar/
DoneBarActivity.java 37 .getSystemService(LAYOUT_INFLATER_SERVICE);
DoneButtonActivity.java 38 .getSystemService(LAYOUT_INFLATER_SERVICE);
  /developers/samples/android/ui/actionbar/DoneBar/Application/src/main/java/com/example/android/donebar/
DoneBarActivity.java 37 .getSystemService(LAYOUT_INFLATER_SERVICE);
DoneButtonActivity.java 38 .getSystemService(LAYOUT_INFLATER_SERVICE);
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 32 Context.LAYOUT_INFLATER_SERVICE);
  /development/samples/browseable/DoneBar/src/com.example.android.donebar/
DoneBarActivity.java 37 .getSystemService(LAYOUT_INFLATER_SERVICE);
DoneButtonActivity.java 38 .getSystemService(LAYOUT_INFLATER_SERVICE);
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
TextViewFontFamilyLayoutPerfTest.java 66 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListTakeFocusFromSide.java 42 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/car/
CarQsFragmentTest.java 49 mContext.addMockSystemService(Context.LAYOUT_INFLATER_SERVICE,
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPageProgressBar.java 33 .getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 42 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
OtherSettingIndicatorButton.java 55 Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationsettings/
CopyContactDetailDialog.java 57 .getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionViewInflater.java 55 return (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollArrayAdapter.java 68 parent.getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 95 // except Context.LAYOUT_INFLATER_SERVICE.
98 assertNotSame(mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE),
99 contextThemeWrapper.getSystemService(Context.LAYOUT_INFLATER_SERVICE));

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>