Searched refs:scrollX (Results 1 – 8 of 8) sorted by relevance
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
D | LayoutRenderer.java | 90 drawChildren(g, root, -root.scrollX, -root.scrollY); in paintComponent() 99 s.translate(p.left - p.scrollX, p.top - p.scrollY); in paintComponent() 121 node.left - node.parent.scrollX, in drawChildren() 171 x - (node.left - node.parent.scrollX), in findChild()
|
D | ScreenViewer.java | 585 s.translate(p.left - p.scrollX, p.top - p.scrollY); in paintComponent()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
D | ViewNode.java | 42 public int scrollX; field in ViewNode 72 scrollX = getInt("mScrollX", 0); in decode()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
D | PropertiesTableModel.java | 39 x += p.left - p.scrollX; in loadPrivateProperties()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion12-expected-completion75.txt | 6 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
|
D | completion5-expected-completion40.txt | 81 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
|
D | completion1-expected-completion39.txt | 81 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
|
D | completionvalues1-expected-completion32.txt | 221 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension]
|