HomeSort by relevance Sort by last modified time
    Searched defs:Picture (Results 1 - 15 of 15) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/ui/
Picture.java 47 * A <code>Picture</code> represents a 2D image drawn on the screen.
52 public class Picture extends Geometry {
58 * Create a named picture.
60 * By default a picture's width and height are 1
63 * @param name the name of the picture in the scene graph
66 public Picture(String name, boolean flipY){
73 * Creates a named picture.
74 * By default a picture's width and height are 1
78 * @param name the name of the picture in the scene graph
80 public Picture(String name)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java 37 private Picture mPicture;
56 mPicture = new Picture();
77 canvas.drawPicture(Picture.createFromStream(is));
  /frameworks/base/graphics/java/android/graphics/
Picture.java 23 * A picture records drawing calls (via the canvas returned by beginRecording)
24 * and can then play them back (via picture.draw(canvas) or canvas.drawPicture).
25 * The picture's contents can also be written to a stream, and then later
26 * restored to a new picture (via writeToStream / createFromStream). For most
27 * content (esp. text, lines, rectangles), drawing a sequence from a picture can
28 * be faster than the equivalent API calls, since the picture performs its
31 public class Picture {
42 public Picture() {
47 * Create a picture by making a copy of what has already been recorded in
49 * changes will not be reflected in this picture
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 57 // Returns the size for the specified picture. If the size information is
61 // Returns the media item for the specified picture.
64 // Returns the rotation for the specified picture.
174 // The picture entries, the valid index is from -SCREEN_NAIL_MAX to
176 private final RangeArray<Picture> mPictures =
177 new RangeArray<Picture>(-SCREEN_NAIL_MAX, SCREEN_NAIL_MAX);
205 // model, if we assume the index of current focused picture is 0. So if
395 Picture p = mPictures.get(i);
439 Picture p = mPictures.get(index);
466 Picture p = mPictures.get(i)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 648 milliseconds