OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapps
(Results
1 - 11
of
11
) 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;
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
191
private ArrayList<ApplicationInfo>
mApps
;
236
mApps
= new ArrayList<ApplicationInfo>();
303
int numApps =
mApps
.size();
329
if (index <
mApps
.size()) {
334
return mNumAppsPages + ((index -
mApps
.size()) / numItemsPerPage);
345
return !
mApps
.isEmpty() && !mWidgets.isEmpty();
357
mNumAppsPages = (int) Math.ceil((float)
mApps
.size() / (mCellCountX * mCellCountY));
752
int endIndex = Math.min(startIndex + numCells,
mApps
.size());
759
ApplicationInfo info =
mApps
.get(i);
[
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
...]
Completed in 258 milliseconds