Searched defs:collect (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/java/com/google/android/collect/
H A DLists.java17 package com.google.android.collect;
H A DMaps.java17 package com.google.android.collect;
H A DSets.java17 package com.google.android.collect;
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Djarjar-1.4.jar ... .FileFilter filter boolean recurse java.util.List collect private static boolean isClass (java.lang.String) String ...
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp168 Int collect = 0; local
232 InitHTFM(video, &htfm_stat, newvar, &collect);
521 if (collect)
523 collect = 0;
534 void InitHTFM(VideoEncData *video, HTFM_Stat *htfm_stat, double *newvar, Int *collect) argument
546 /* 4/11/01, collect data every 30 frames, doesn't have to be base layer */
550 *collect = 1;
H A Dmp4lib_int.h415 Int collect; member in struct:tagVideoEncData
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationUsageStats.java95 stats.collect(notification.stats);
109 stats.collect(notification.stats);
137 stats.collect(notification.stats);
149 stats.collect(notification.stats);
223 public void collect(SingleNotificationStats singleNotificationStats) { method in class:NotificationUsageStats.AggregatedStats
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp264 int collect = 0; local
312 InitHTFM(video, &htfm_stat, newvar, &collect);
464 if (collect)
466 collect = 0;
601 void InitHTFM(VideoEncData *encvid, HTFM_Stat *htfm_stat, double *newvar, int *collect) argument
614 /* 4/11/01, collect data every 30 frames, doesn't have to be base layer */
618 *collect = 1;
/frameworks/base/core/java/android/os/
H A DDebug.java1269 * if (icount.collect()) {
1307 public boolean collect() { method in class:Debug.InstructionCount
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4157 final float xOff = mX.collect(event.getX(), event.getEventTime(), "X");
4158 final float yOff = mY.collect(event.getY(), event.getEventTime(), "Y");
4287 float collect(float off, long time, String axis) { method in class:ViewRootImpl.TrackballAxis

Completed in 944 milliseconds