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

  /frameworks/base/graphics/java/android/renderscript/
Dimension.java 22 public enum Dimension {
31 Dimension(int id) {
  /frameworks/base/awt/java/awt/
Dimension.java 30 * The Dimension represents the size (width and height) of a component. The
36 public class Dimension extends Dimension2D implements Serializable {
44 * The width dimension.
49 * The height dimension.
54 * Instantiates a new Dimension with the same data as the specified
55 * Dimension.
58 * the Dimension to copy the data from when creating the new
59 * Dimension object.
61 public Dimension(Dimension d)
    [all...]

Completed in 45 milliseconds