OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHeightPadding
(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
46
assertEquals(1, helper.
getHeightPadding
());
58
assertEquals(1, helper.
getHeightPadding
());
79
assertEquals(3, helper.
getHeightPadding
());
97
assertEquals(2, helper.
getHeightPadding
());
130
assertEquals(3, helper.
getHeightPadding
());
163
assertEquals(3, helper.
getHeightPadding
());
232
assertEquals(5, helper.
getHeightPadding
());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java
61
* {@link #
getHeightPadding
()}.
83
* {@link #
getHeightPadding
()}.
105
public int
getHeightPadding
() {
Completed in 53 milliseconds