HomeSort by relevance Sort by last modified time
    Searched full:mapps (Results 1 - 13 of 13) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation1.java 45 private List<ResolveInfo> mApps;
51 mApps = getPackageManager().queryIntentActivities(mainIntent, 0);
58 ResolveInfo info = mApps.get(position % mApps.size());
69 return Math.min(32, mApps.size());
73 return mApps.get(position % mApps.size());
LayoutAnimation4.java 46 private List<ResolveInfo> mApps;
52 mApps = getPackageManager().queryIntentActivities(mainIntent, 0);
59 ResolveInfo info = mApps.get(position % mApps.size());
70 return Math.min(32, mApps.size());
74 return mApps.get(position % mApps.size());
LayoutAnimation5.java 45 private List<ResolveInfo> mApps;
51 mApps = getPackageManager().queryIntentActivities(mainIntent, 0);
58 ResolveInfo info = mApps.get(position % mApps.size());
69 return Math.min(32, mApps.size());
73 return mApps.get(position % mApps.size());
LayoutAnimation6.java 45 private List<ResolveInfo> mApps;
51 mApps = getPackageManager().queryIntentActivities(mainIntent, 0);
58 ResolveInfo info = mApps.get(position % mApps.size());
69 return Math.min(32, mApps.size());
73 return mApps.get(position % mApps.size());
Grid1.java 51 private List<ResolveInfo> mApps;
57 mApps = getPackageManager().queryIntentActivities(mainIntent, 0);
75 ResolveInfo info = mApps.get(position);
83 return mApps.size();
87 return mApps.get(position);
Grid3.java 58 private List<ResolveInfo> mApps;
64 mApps = getPackageManager().queryIntentActivities(mainIntent, 0);
88 ResolveInfo info = mApps.get(position);
96 return mApps.size();
100 return mApps.get(position);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 211 List<AppEntry> mApps;
268 mApps = apps;
288 if (mApps != null) {
291 deliverResult(mApps);
303 if (takeContentChanged() || mApps == null || configChange) {
340 if (mApps != null) {
341 onReleaseResources(mApps);
342 mApps = null;
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 214 List<AppEntry> mApps;
271 mApps = apps;
291 if (mApps != null) {
294 deliverResult(mApps);
306 if (takeContentChanged() || mApps == null || configChange) {
343 if (mApps != null) {
344 onReleaseResources(mApps);
345 mApps = null;
  /frameworks/base/core/java/android/nfc/
NfcActivityManager.java 47 final List<NfcApplicationState> mApps; // Application(s) that have NFC state. Usually one
76 for (NfcApplicationState appState : mApps) {
88 mApps.add(appState);
188 mApps = new ArrayList<NfcApplicationState>(1); // Android VM usually has 1 app
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 260 private ArrayList<ApplicationInfo> mApps;
331 mApps = new ArrayList<ApplicationInfo>();
399 int numApps = mApps.size();
425 if (index < mApps.size()) {
430 return mNumAppsPages + ((index - mApps.size()) / numItemsPerPage);
443 mNumAppsPages = (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
521 if (!mApps.isEmpty() && !mWidgets.isEmpty()) {
    [all...]
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Alt2D.h 118 /** creates rigid alt (scale & rotation) that mapps vecIn1 and vecIn2 to vecOut1 and vecOut2*/
  /external/bluetooth/glib/glib/
guniprop.c 1047 /* SIGMA mapps differently depending on whether it is
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.h     [all...]

Completed in 756 milliseconds