/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | NinePatchedImage.java | 220 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/ |
D | completion1-expected-completion39.txt | 18 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 …]
|
D | completion5-expected-completion40.txt | 18 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 …]
|
D | completion8-expected-completion42.txt | 4 android:width : Makes the TextView be exactly this many pixels wide. [dimension]
|
D | completion12-expected-completion75.txt | 6 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]
|
D | completion1-expected-completion4.txt | 7 50px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion67.txt | 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion66.txt | 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion24.txt | 7 17px : <b>Pixels</b> - corresponds to actual pixels on the screen. Not recommended.
|
D | completionvalues1-expected-completion32.txt | 122 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/ |
D | PsdFile.java | 104 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/ |
D | LayoutTestBase.java | 340 public int screenToLayout(int pixels) { in screenToLayout() argument 342 return pixels; in screenToLayout()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/ |
D | entries.in | 410 …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/ |
D | ClientRulesEngine.java | 676 public int screenToLayout(int pixels) { 677 return (int) (pixels / mRulesEngine.getEditor().getCanvasControl().getScale());
|