Searched refs:height (Results 1 - 25 of 361) sorted by relevance

1234567891011>>

/frameworks/base/awt/java/awt/
H A DDimension.java30 * The Dimension represents the size (width and height) of a component. The
31 * width and height values can be negative, but in that case the behavior of
49 * The height dimension.
51 public int height; field in class:Dimension
62 this(d.width, d.height);
66 * Instantiates a new Dimension with zero width and height.
73 * Instantiates a new Dimension with the specified width and height.
77 * @param height
78 * the height of the new Dimension.
80 public Dimension(int width, int height) { argument
139 setSize(int width, int height) argument
166 setSize(double width, double height) argument
[all...]
H A DDisplayMode.java25 * The DisplayMode class contains the bit depth, height, width and refresh rate
38 * The height.
40 private final int height; field in class:DisplayMode
68 * @param height
69 * the height of the display.
76 public DisplayMode(int width, int height, int bitDepth, int refreshRate) { argument
78 this.height = height;
122 if (dm.height != height) {
[all...]
H A DGraphics.java59 * origin point with coordinates X,Y and the given width and height. The
70 * @param height
71 * the height of clipping area.
74 public Graphics create(int x, int y, int width, int height) { argument
77 res.clipRect(0, 0, width, height);
90 * @param height
91 * the height of rectangle.
96 public void draw3DRect(int x, int y, int width, int height, boolean raised) { argument
98 // The resulting rect is (width+1)x(height+1). Stroke and paint
116 fillRect(x, y + 1, 1, height);
184 drawRect(int x, int y, int width, int height) argument
210 fill3DRect(int x, int y, int width, int height, boolean raised) argument
319 hitClip(int x, int y, int width, int height) argument
351 clearRect(int x, int y, int width, int height) argument
367 clipRect(int x, int y, int width, int height) argument
390 copyArea(int sx, int sy, int width, int height, int dx, int dy) argument
426 drawArc(int x, int y, int width, int height, int sa, int ea) argument
497 drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) argument
523 drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) argument
647 drawOval(int x, int y, int width, int height) argument
695 drawRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
744 fillArc(int x, int y, int width, int height, int sa, int ea) argument
759 fillOval(int x, int y, int width, int height) argument
790 fillRect(int x, int y, int width, int height) argument
810 fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) argument
867 setClip(int x, int y, int width, int height) argument
[all...]
H A DGraphicsConfiguration.java51 * height parameters.
55 * @param height
56 * the height of BufferedImage.
57 * @return the BufferedImage object with specified width and height
60 public abstract BufferedImage createCompatibleImage(int width, int height); argument
63 * Creates a BufferedImage that has the specified width, height,
69 * @param height
70 * the height of image.
75 public abstract BufferedImage createCompatibleImage(int width, int height, int transparency); argument
78 * Creates a VolatileImage that has the specified width and height an
87 createCompatibleVolatileImage(int width, int height) argument
102 createCompatibleVolatileImage(int width, int height, int transparency) argument
169 createCompatibleVolatileImage(int width, int height, ImageCapabilities caps) argument
198 createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency) argument
[all...]
H A DRectangle.java29 * corner coordinates [x,y], its width, and its height. A Rectangle specified by
30 * [x, y, width, height] parameters has an outline path with corners at [x, y],
31 * [x + width,y], [x + width,y + height], and [x, y + height]. <br>
33 * The rectangle is empty if the width or height is negative or zero. In this
61 * The height of rectangle.
63 public int height; field in class:Rectangle
67 * the width and the height are zero.
75 * given by the Point object (p.X and p.Y), and the width and the height are
88 * given by the Point object (p.X and p.Y), and the width and the height ar
115 Rectangle(int x, int y, int width, int height) argument
128 Rectangle(int width, int height) argument
220 setSize(int width, int height) argument
303 setRect(double x, double y, double width, double height) argument
321 resize(int width, int height) argument
340 reshape(int x, int y, int width, int height) argument
381 setBounds(int x, int y, int width, int height) argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java40 * Returns the height of the Shape.
62 * @param height the height of the shape (in pixels)
64 public final void resize(float width, float height) { argument
68 if (height < 0) {
69 height =0;
71 if (mWidth != width || mHeight != height) {
73 mHeight = height;
74 onResize(width, height);
92 * @param height th
94 onResize(float width, float height) argument
[all...]
/frameworks/base/awt/java/awt/image/
H A DKernel.java55 * The height.
57 private int height; field in class:Kernel
66 * width*height elements of the data array are copied.
70 * @param height
71 * the height of the Kernel.
75 public Kernel(int width, int height, float[] data) { argument
76 int dataLength = width * height;
78 // awt.22B=Length of data should not be less than width*height
83 this.height = height;
[all...]
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNILib.java29 * @param height the current view height
31 public static native void init(int width, int height); argument
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualLib.java29 * @param height the current view height
31 public static native void init(int width, int height); argument
/frameworks/base/opengl/tests/angeles/
H A Dapp.h43 extern void appRender(long tick, int width, int height);
/frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNILib.java29 * @param height the current view height
31 public static native void init(int width, int height); argument
/frameworks/base/opengl/libagl/
H A Ddxt.h27 bool DXT1HasAlpha(const GLvoid *data, int width, int height);
28 void decodeDXT(const GLvoid *data, int width, int height,
/frameworks/base/awt/java/awt/geom/
H A DEllipse2D.java62 * The height of the ellipse's bounding rectangle.
64 public float height; field in class:Ellipse2D.Float
83 * @param height
84 * the height of the ellipse's bounding rectangle.
86 public Float(float x, float y, float width, float height) { argument
87 setFrame(x, y, width, height);
107 return height;
112 return width <= 0.0 || height <= 0.0;
126 * @param height
127 * the height o
129 setFrame(float x, float y, float width, float height) argument
137 setFrame(double x, double y, double width, double height) argument
177 public double height; field in class:Ellipse2D.Double
199 Double(double x, double y, double width, double height) argument
229 setFrame(double x, double y, double width, double height) argument
296 double height; field in class:Ellipse2D.Iterator
[all...]
H A DRectangle2D.java86 * The height of the rectangle.
88 public float height; field in class:Rectangle2D.Float
105 * @param height
106 * the height of the rectangle.
108 public Float(float x, float y, float width, float height) { argument
109 setRect(x, y, width, height);
129 return height;
134 return width <= 0.0f || height <= 0.0f;
146 * @param height
147 * the height o
149 setRect(float x, float y, float width, float height) argument
157 setRect(double x, double y, double width, double height) argument
261 public double height; field in class:Rectangle2D.Double
281 Double(double x, double y, double width, double height) argument
311 setRect(double x, double y, double width, double height) argument
402 double height; field in class:Rectangle2D.Iterator
546 setRect(double x, double y, double width, double height) argument
601 setFrame(double x, double y, double width, double height) argument
686 intersects(double x, double y, double width, double height) argument
699 contains(double x, double y, double width, double height) argument
[all...]
H A DRoundRectangle2D.java60 * The height of the rectangle.
62 public float height; field in class:RoundRectangle2D.Float
70 * The arc height of the rounded corners.
91 * @param height
92 * the height of the rectangle.
96 * the arc height of the rounded corners.
98 public Float(float x, float y, float width, float height, float arcwidth, float archeight) { argument
99 setRoundRect(x, y, width, height, arcwidth, archeight);
119 return height;
134 return width <= 0.0f || height <
153 setRoundRect(float x, float y, float width, float height, float arcwidth, float archeight) argument
164 setRoundRect(double x, double y, double width, double height, double arcwidth, double archeight) argument
215 public double height; field in class:RoundRectangle2D.Double
251 Double(double x, double y, double width, double height, double arcwidth, double archeight) argument
292 setRoundRect(double x, double y, double width, double height, double arcwidth, double archeight) argument
394 double height; field in class:RoundRectangle2D.Iterator
528 setRoundRect(double x, double y, double width, double height, double arcWidth, double arcHeight) argument
546 setFrame(double x, double y, double width, double height) argument
[all...]
/frameworks/base/include/media/stagefright/
H A DColorConverter.h36 size_t width, size_t height,
47 size_t width, size_t height,
52 size_t width, size_t height,
57 size_t width, size_t height,
/frameworks/base/opengl/include/ETC1/
H A Detc1.h58 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
67 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
79 etc1_uint32 width, etc1_uint32 height,
88 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
98 // Read the image height from a PKM header
/frameworks/base/opengl/java/android/opengl/
H A DETC1.java86 public static native int getEncodedDataSize(int width, int height); argument
97 public static native void encodeImage(Buffer in, int width, int height, argument
110 int width, int height, int pixelSize, int stride);
116 * @param height the height of the image in pixels.
118 public static native void formatHeader(Buffer header, int width, int height); argument
133 * Read the image height from a PKM header
109 decodeImage(Buffer in, Buffer out, int width, int height, int pixelSize, int stride) argument
/frameworks/base/core/java/android/service/urlrenderer/
H A DIUrlRendererService.aidl25 void render(in List<String> urls, int width, int height,
/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperEngine.aidl25 void setDesiredSize(int width, int height);
/frameworks/base/core/java/android/gesture/
H A DOrientedBoundingBox.java29 public final float height; field in class:OrientedBoundingBox
39 height = h;
59 point[1] = height / 2;
67 point[1] = -height / 2;
72 point[1] = -height / 2;
77 point[1] = height / 2;
/frameworks/base/core/java/android/webkit/
H A DViewManager.java42 int height; field in class:ViewManager.ChildView
48 void setBounds(int x, int y, int width, int height) { argument
52 this.height = height;
55 void attachView(int x, int y, int width, int height) { argument
59 setBounds(x, y, width, height);
123 int height = mWebView.contentToViewDimension(v.height);
133 lp.height = height;
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap.java102 * @param height The number of rows
105 int width, int height) {
106 return new Bitmap(source.mImage.getSubimage(x, y, width, height));
117 * @param height The number of rows
123 * @throws IllegalArgumentException if the x, y, width, height values are
127 int height, Matrix m, boolean filter) {
129 checkWidthHeight(width, height);
134 if (y + height > source.getHeight()) {
136 "y + height must be <= bitmap.height()");
104 createBitmap(Bitmap source, int x, int y, int width, int height) argument
126 createBitmap(Bitmap source, int x, int y, int width, int height, Matrix m, boolean filter) argument
189 createBitmap(int width, int height, Config config) argument
210 createBitmap(int colors[], int offset, int stride, int width, int height, Config config) argument
242 createBitmap(int colors[], int width, int height, Config config) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java28 * region by left, top, width and height.
61 * The height of the the image.
72 * @param height The height of the YuvImage.
76 * @throws IllegalArgumentException if format is not support; width or height <= 0; or yuv is
79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { argument
87 if (width <= 0 || height <= 0) {
89 "width and height must large than 0");
105 mHeight = height;
142 rectangle.height(), offset
237 nativeCompressToJpeg(byte[] oriYuv, int format, int width, int height, int[] offsets, int[] strides, int quality, OutputStream stream, byte[] tempStorage) argument
[all...]
/frameworks/base/services/java/com/android/server/status/
H A DExpandedView.java51 int height = bottom - top;
52 if (height != mPrevHeight) {
53 //Slog.d(StatusBarService.TAG, "height changed old=" + mPrevHeight + " new=" + height);
54 mPrevHeight = height;

Completed in 299 milliseconds

1234567891011>>