Searched defs:total (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageItemPreference.java49 public void setStorageSize(long size, long total) { argument
56 if (total == 0) {
59 mProgressPercent = (int)(size * PROGRESS_MAX / total);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DScrollBarView.java61 // The content position is between 0 to "total". The current position is
63 public void setContentPosition(int position, int total) { argument
64 if (position == mContentPosition && total == mContentTotal) {
71 mContentTotal = total;
H A DSlotView.java45 public void onScrollPositionChanged(int position, int total); argument
53 @Override public void onScrollPositionChanged(int position, int total) {} argument
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
H A DStorageSummaryDonutPreferenceController.java86 * @param total Total number of bytes on the summarized volume.
88 public void updateBytes(long used, long total) { argument
90 mTotalBytes = total;
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemailStatus.java76 public Editor setQuota(int occupied, int total) { argument
78 && total == VoicemailContract.Status.QUOTA_UNAVAILABLE) {
83 values.put(Status.QUOTA_TOTAL, total);
/packages/apps/Gallery2/jni/filters/
H A Dgeometry.c28 int total = length * width; local
31 int temp = total - width;
32 for (i = 0; i < total; i += width) {
43 int total = length * width; local
47 for (i = 0; i < total; i+= width) {
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DLocalPhotoSource.java107 private int[] getExponentialIndice(int total, int count) { argument
109 if (count > total) count = total;
112 int row = (int)(-Math.log(random.nextDouble()) * total / 2);
113 if (row < total) selected.add(row);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
H A DPermissionGroup.java30 int total, int granted) {
35 mTotal = total;
29 PermissionGroup(String name, String declaringPackage, CharSequence label, Drawable icon, int total, int granted) argument
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStorageSizesController.java49 private AppStorageSizesController(Preference total, Preference app, argument
51 mTotalSize = total;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
H A DMockUiProvider.java277 String name, int unread, int total) {
278 return createFolderDetailsMap(folderId, accountId, name, false, unread, total);
282 String name, boolean hasChildren, int unread, int total) {
294 folderMap.put(FolderColumns.TOTAL_COUNT, total);
276 createFolderDetailsMap(int folderId, int accountId, String name, int unread, int total) argument
281 createFolderDetailsMap(int folderId, int accountId, String name, boolean hasChildren, int unread, int total) argument
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java275 protected int pickRandomStart(int total, int max) { argument
276 if (max >= total) {
279 return (mRNG.nextInt() % (total - max)) - 1;
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
H A DImapFolder.java749 public final int total; field in class:ImapFolder.Quota
751 public Quota(int occupied, int total) { argument
753 this.total = total;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 408 milliseconds