Searched defs:front (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DActionMultiMap.java32 * Puts the (mimeType,Action) tuple into the multimap at the front if
33 * the 'front' flag is set to true
35 public void put(String mimeType, Action info, boolean front) { argument
44 if (front) {
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DFlipDrawable.java62 * True if flipping towards front, false if flipping towards back.
67 * Create a new FlipDrawable. The front is fully shown by default.
78 * @param front The front drawable.
87 public FlipDrawable(final Drawable front, final Drawable back, final int flipDurationMs, argument
89 if (front == null || back == null) {
92 mFront = front;
138 final Drawable inner = getSideShown() /* == front */ ? mFront : mBack;
205 * @param side Pass true if reset to front, false if reset to back.
218 * Returns true if the front i
[all...]
/packages/apps/Camera2/src_pd/com/android/camera/stats/
H A DUsageStatistics.java68 public void videoCaptureDoneEvent(String ref, long durationMsec, boolean front, argument
74 boolean front, boolean isHDR, float zoom,
73 photoCaptureDoneEvent(int mode, String fileRef, ExifInterface exifRef, boolean front, boolean isHDR, float zoom, String flashSetting, boolean gridLinesOn, Float timerSeconds, Float processingTime, TouchCoordinate touch, Boolean volumeButtonShutter, List<Camera2FaceProxy> faces, Float lensDistance, Rect activeSensorSize ) argument
/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/ ...

Completed in 239 milliseconds