Home
last modified time | relevance | path

Searched refs:pixels (Results 1 – 14 of 14) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java220 private boolean ensurePixel(int x, int y, int[] pixels, int index) { in ensurePixel() argument
224 if (index == 0 || index == pixels.length - 1) { in ensurePixel()
228 pixels[index] = pixel; in ensurePixel()
238 private boolean ensureHorizontalPixel(int x, int y, int[] pixels) { in ensureHorizontalPixel() argument
239 return ensurePixel(x, y, pixels, x); in ensureHorizontalPixel()
242 private boolean ensureVerticalPixel(int x, int y, int[] pixels) { in ensureVerticalPixel() argument
243 return ensurePixel(x, y, pixels, y); in ensureVerticalPixel()
374 private static boolean findPatches(int[] pixels, List<Tick> out) { in findPatches() argument
381 len = pixels.length - 1; in findPatches()
383 int pixel = pixels[i]; in findPatches()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion1-expected-completion39.txt18 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension]
20 android:height : Makes the TextView be exactly this many pixels tall. [dimension]
22 android:minHeight : Makes the TextView be at least this many pixels tall. [dimension]
24 android:maxWidth : Makes the TextView be at most this many pixels wide. [dimension]
26 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
28 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]
81 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
82 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
84 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
85 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
[all …]
Dcompletion5-expected-completion40.txt18 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension]
20 android:height : Makes the TextView be exactly this many pixels tall. [dimension]
22 android:minHeight : Makes the TextView be at least this many pixels tall. [dimension]
24 android:maxWidth : Makes the TextView be at most this many pixels wide. [dimension]
26 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
28 android:minWidth : Makes the TextView be at least this many pixels wide. [dimension]
81 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
82 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
84 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
85 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
[all …]
Dcompletion8-expected-completion42.txt4 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
Dcompletion12-expected-completion75.txt6 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
7 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
9 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
10 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
11 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
12 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
13 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension]
14 android:paddingStart : Sets the padding, in pixels, of the start edge; see padding. [dimension]
15 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension]
Dcompletion1-expected-completion4.txt7 50px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion67.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion66.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion24.txt7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
Dcompletionvalues1-expected-completion32.txt122 android:height : Makes the TextView be exactly this many pixels tall. [dimension]
190 android:padding : Sets the padding, in pixels, of all four edges. [dimension]
191 android:paddingBottom : Sets the padding, in pixels, of the bottom edge; see padding. [dimension]
192 android:paddingEnd : Sets the padding, in pixels, of the end edge; see padding. [dimension]
193 android:paddingLeft : Sets the padding, in pixels, of the left edge; see padding. [dimension]
194 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
195 android:paddingStart : Sets the padding, in pixels, of the start edge; see padding. [dimension]
196 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
221 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
222 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
[all …]
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java104 int[] pixels = new int[length]; in writeImage() local
106 image.getData().getDataElements(0, 0, width, height, pixels); in writeImage()
114 final int pixel = pixels[i]; in writeImage()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java340 public int screenToLayout(int pixels) { in screenToLayout() argument
342 return pixels; in screenToLayout()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in410 …Pixels, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels
464 …rmat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels
465 …idth, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels
466 …idth, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels
480 …set, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels
481 …set, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels
482 …set, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DClientRulesEngine.java676 public int screenToLayout(int pixels) {
677 return (int) (pixels / mRulesEngine.getEditor().getCanvasControl().getScale());