Searched refs:paddingTop (Results 1 – 7 of 7) sorted by relevance
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | CaptureRenderer.java | 66 node.paddingTop | node.paddingRight) != 0) { in paintComponent() 68 g.drawRect(node.paddingLeft, node.paddingTop, in paintComponent() 70 height - node.paddingBottom - node.paddingTop); in paintComponent()
|
D | ScreenViewer.java | 593 node.paddingTop | node.paddingRight) != 0) { in paintComponent() 595 s.drawRect(node.paddingLeft, node.paddingTop, in paintComponent() 597 node.height - node.paddingBottom - node.paddingTop - 1); in paintComponent()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewNode.java | 46 public int paddingTop; field in ViewNode 76 paddingTop = getInt("mPaddingTop", 0); in decode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion12-expected-completion75.txt | 11 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
|
D | completion5-expected-completion40.txt | 86 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
|
D | completion1-expected-completion39.txt | 86 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
|
D | completionvalues1-expected-completion32.txt | 196 android:paddingTop : Sets the padding, in pixels, of the top edge; see padding. [dimension]
|