Home
last modified time | relevance | path

Searched refs:ALIGN_TOP (Results 1 – 5 of 5) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowRelativeLayoutTest.java27 layoutParams.addRule(RelativeLayout.ALIGN_TOP, 1234); in getRules_shouldShowAddRuleData_sinceApiLevel17()
40 layoutParams.addRule(RelativeLayout.ALIGN_TOP, 1234); in getRules_shouldShowAddRuleData_uptoApiLevel16()
/external/python/cpython2/Lib/plat-irix5/
DFL.py39 ALIGN_TOP = 0 variable
/external/python/cpython2/Lib/plat-irix6/
DFL.py39 ALIGN_TOP = 0 variable
/external/autotest/frontend/client/src/autotest/tko/
DSeriesSelector.java88 seriesTable.getRowCount() - 1, 0, HasVerticalAlignment.ALIGN_TOP); in Series()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java235 mRelative.put("alignTop", RelativeLayout.ALIGN_TOP);