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

/packages/apps/Camera2/src/com/android/camera/async/
H A DObservables.java6 * You may obtain a copy of the License at
78 * Transforms a set of observables with a function.
91 public static <T> Observable<T> of(final @Nonnull T constant) { method in class:Observables
/packages/apps/Camera2/src/com/android/camera/util/
H A DAspectRatio.java6 * You may obtain a copy of the License at
33 private static final AspectRatio ASPECT_RATIO_4x3 = AspectRatio.of(4, 3);
34 private static final AspectRatio ASPECT_RATIO_16x9 = AspectRatio.of(16, 9);
40 * @param width The width of the aspect ratio, after simplification.
41 * @param height The height of the aspect ratio, after simplification.
48 public static AspectRatio of(int width, int height) { method in class:AspectRatio
55 public static AspectRatio of(Size size) { method in class:AspectRatio
56 return of(size.width(), size.height());
107 * @return The transpose of this aspect ratio.
110 return of(mHeigh
[all...]
H A DSize.java6 * You may obtain a copy of the License at
56 public static Size of(Rect rectangle) { method in class:Size
101 * @return The landscape version of this size.
112 * @return The portrait version of this size.
168 * Encode List of this class as comma-separated list of integers.
170 * @param sizes List of this class to encode.
183 * Decode comma-separated even-length list of integers into a List of this class.
186 * @return List of thi
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java6 * You may obtain a copy of the License at
95 /** Contains a list of <(account, label), unread conversations> */
143 * Class representing the existing notifications, and the number of unread and
154 * Returns the number of key values pairs in the inner map.
161 * Returns a set of key values.
227 // Get the parts of the string that make the notification entry
302 * @return the title of this notification with each account and the number of unread and unseen
359 * @param accountUri The {@link Uri} of the {@link Account} of th
2026 public static NotificationBuilders of(NotificationCompat.Builder notifBuilder, method in class:NotificationUtils.NotificationBuilders
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/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 234 milliseconds