Searched refs:paddingRight (Results 1 – 8 of 8) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion3-expected-applyCompletion18.diff | 1 Code completion in completion3.xml for <Button ^></Button> selecting android:paddingRight: 4 + <Button android:paddingRight="^"></Button>
|
D | completion12-expected-completion75.txt | 12 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
|
D | completion5-expected-completion40.txt | 87 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
|
D | completion1-expected-completion39.txt | 87 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
|
D | completionvalues1-expected-completion32.txt | 194 android:paddingRight : Sets the padding, in pixels, of the right edge; see padding. [dimension]
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | CaptureRenderer.java | 66 node.paddingTop | node.paddingRight) != 0) { in paintComponent() 69 width - node.paddingRight - node.paddingLeft, in paintComponent()
|
D | ScreenViewer.java | 593 node.paddingTop | node.paddingRight) != 0) { in paintComponent() 596 node.width - node.paddingRight - node.paddingLeft - 1, in paintComponent()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewNode.java | 45 public int paddingRight; field in ViewNode 75 paddingRight = getInt("mPaddingRight", 0); in decode()
|