HomeSort by relevance Sort by last modified time
    Searched refs:LayoutInflater (Results 76 - 100 of 681) sorted by null

1 2 34 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionViewInflater.java 23 import android.view.LayoutInflater;
54 protected LayoutInflater getInflater() {
55 return (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Stk/src/com/android/stk/
StkMenuAdapter.java 22 import android.view.LayoutInflater;
35 private final LayoutInflater mInflater;
41 mInflater = LayoutInflater.from(context);
  /packages/apps/VideoEditor/src/com/android/videoeditor/
TransitionsAdapter.java 22 import android.view.LayoutInflater;
76 final LayoutInflater vi =
77 (LayoutInflater)mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Contacts/src/com/android/contacts/widget/
PinnedHeaderListDemoActivity.java 25 import android.view.LayoutInflater;
57 LayoutInflater inflater = LayoutInflater.from(context);
70 LayoutInflater inflater = LayoutInflater.from(context);
82 LayoutInflater inflater = LayoutInflater.from(getContext());
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List14.java 22 import android.view.LayoutInflater;
47 private LayoutInflater mInflater;
53 mInflater = LayoutInflater.from(context);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 25 import android.view.LayoutInflater;
73 final LayoutInflater inflater = LayoutInflater.from(context);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TestFragment.java 7 import android.view.LayoutInflater;
23 public LayoutInflater onCreateViewInflater;
50 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
  /frameworks/base/core/java/android/widget/
ZoomControls.java 22 import android.view.LayoutInflater;
49 LayoutInflater inflater = (LayoutInflater) context
  /packages/apps/Calculator/src/com/android/calculator2/
HistoryAdapter.java 19 import android.view.LayoutInflater;
32 private LayoutInflater mInflater;
37 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 24 import android.view.LayoutInflater;
36 private LayoutInflater mInflater;
40 mInflater = LayoutInflater.from(context);
  /packages/apps/Email/src/com/android/email/
EmailAddressAdapter.java 25 import android.view.LayoutInflater;
37 private LayoutInflater mInflater;
41 mInflater = LayoutInflater.from(context);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
BasicSlider.java 20 import android.view.LayoutInflater;
41 LayoutInflater inflater =
42 (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Gallery2/src/com/android/photos/adapters/
PhotoThumbnailAdapter.java 22 import android.view.LayoutInflater;
35 private LayoutInflater mInflater;
40 mInflater = LayoutInflater.from(context);
  /packages/apps/Launcher2/src/com/android/launcher2/
AddAdapter.java 22 import android.view.LayoutInflater;
37 private final LayoutInflater mInflater;
68 mInflater = (LayoutInflater) launcher.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 23 import android.view.LayoutInflater;
40 private final LayoutInflater mFactory;
45 mFactory = LayoutInflater.from(context);
IconListAdapter.java 23 import android.view.LayoutInflater;
36 protected LayoutInflater mInflater;
68 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
CursorFactoryListAdapter.java 24 import android.view.LayoutInflater;
50 LayoutInflater inflater = (LayoutInflater) context.getSystemService(
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiDirectServicesList.java 8 import android.view.LayoutInflater;
31 public View onCreateView(LayoutInflater inflater, ViewGroup container,
68 LayoutInflater vi = (LayoutInflater) getActivity()
  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/
SimpleTextFragment.java 24 import android.view.LayoutInflater;
52 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/networkbasic/
LogFragment.java 13 import android.view.LayoutInflater;
29 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/
SimpleTextFragment.java 24 import android.view.LayoutInflater;
52 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/networkconnect/
LogFragment.java 13 import android.view.LayoutInflater;
29 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/basicgesturedetect/
LogFragment.java 12 import android.view.LayoutInflater;
28 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/widgets/
SimpleTextFragment.java 23 import android.view.LayoutInflater;
51 public View onCreateView(LayoutInflater inflater, ViewGroup container,
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/basicandroidkeystore/
LogFragment.java 25 import android.view.LayoutInflater;
41 public View onCreateView(LayoutInflater inflater, ViewGroup container,

Completed in 382 milliseconds

1 2 34 5 6 7 8 91011>>