HomeSort by relevance Sort by last modified time
    Searched refs:getWidthPadding (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 47 assertEquals(1, helper.getWidthPadding());
57 assertEquals(1, helper.getWidthPadding());
78 assertEquals(2, helper.getWidthPadding());
96 assertEquals(2, helper.getWidthPadding());
129 assertEquals(2, helper.getWidthPadding());
162 assertEquals(2, helper.getWidthPadding());
231 assertEquals(4, helper.getWidthPadding());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 60 * Computes the padding. access the result through {@link #getWidthPadding()} and
82 * Computes the padding. access the result through {@link #getWidthPadding()} and
97 public int getWidthPadding() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java     [all...]

Completed in 214 milliseconds