OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numApps
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java
56
public int
numApps
;
451
"", lastSectionInfo.
numApps
++, info, appIndex++);
484
lastSectionInfo.
numApps
++, info, appIndex++);
598
sectionAppCount = section.
numApps
;
612
int nextPos = pos + section.
numApps
;
613
for (int j = nextPos; j < (nextPos + nextSection.
numApps
); j++) {
616
item.sectionAppIndex += section.
numApps
;
625
section.
numApps
+= nextSection.
numApps
;
626
sectionAppCount += nextSection.
numApps
;
[
all
...]
AllAppsGridAdapter.java
252
for (int j = item.sectionAppIndex; j < sectionInfo.
numApps
; j++, pos++) {
307
i += (sectionInfo.
numApps
- item.sectionAppIndex);
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsSummary.java
95
int
numApps
= mStatsManager.getEntries().size();
97
R.plurals.memory_usage_apps_summary,
numApps
,
numApps
, durationString));
/frameworks/base/core/jni/
android_hardware_location_ContextHubService.cpp
542
int
numApps
= msgLen/sizeof(hub_app_info);
546
for (int i = 0; i <
numApps
; i++, unalignedInfoAddr++) {
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
309
int
numApps
= mApps.size();
314
i =
numApps
+
[
all
...]
Completed in 2219 milliseconds