Searched defs:snapshot (Results 1 - 4 of 4) sorted by relevance
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/ | ||
H A D | Utils.java | 25 public static Bitmap snapshot(DisplayMetrics metrics, Drawable drawable) { method in class:Utils |
H A D | CarMenu.java | 55 impl.mBundle.putParcelable(MenuItemConstants.KEY_LEFTICON, snapshot(impl.mIcon)); 59 MenuItemConstants.KEY_RIGHTICON, snapshot(impl.mRightIcon)); 66 private Bitmap snapshot(Drawable drawable) { method in class:CarMenu 67 return Utils.snapshot(mMetrics, drawable); 253 * A snapshot of the {@link android.graphics.drawable.Drawable} is captured at the time the {@link Item} obtained 279 * A snapshot of the {@link android.graphics.drawable.Drawable} is captured at the time the |
/packages/services/Telecomm/libs/ | ||
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ... |
/packages/apps/Messaging/build/gcheckstyle/ | ||
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |
Completed in 295 milliseconds