OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getWidthPadding
(Results
1 - 2
of
2
) 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
() {
Completed in 63 milliseconds