/cts/tests/tests/widget/src/android/widget/cts/ |
GridLayoutTest.java | 28 import android.widget.GridLayout; 34 import static android.widget.GridLayout.spec; 37 * Test {@link android.widget.GridLayout}. 130 new GridLayout(mContext); 132 new GridLayout(mContext, null); 136 new GridLayout(mContext, attrs); 139 new GridLayout(null, null); 146 GridLayout gridLayout = new GridLayout(mContext) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LintTooltip.java | 28 import org.eclipse.swt.layout.GridLayout; 53 GridLayout gridLayout = new GridLayout(2, false); 54 setLayout(gridLayout);
|
AccordionControl.java | 36 import org.eclipse.swt.layout.GridLayout; 203 GridLayout gridLayout = new GridLayout(1, false); 204 gridLayout.verticalSpacing = HEADER_SPACING; 205 gridLayout.horizontalSpacing = 0; 206 gridLayout.marginWidth = 0; 207 gridLayout.marginHeight = 0; 208 setLayout(gridLayout);
|
GraphicalEditorPart.java | 143 import org.eclipse.swt.layout.GridLayout; 347 GridLayout gl = new GridLayout(1, false); 405 GridLayout gridLayout = new GridLayout(1, false); 406 gridLayout.horizontalSpacing = 0; 407 gridLayout.verticalSpacing = 0; 408 gridLayout.marginWidth = 0; 409 gridLayout.marginHeight = 0 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderFrameSet.cpp | 173 int* gridLayout = axis.m_sizes.data(); 176 gridLayout[0] = availableLen; 196 gridLayout[i] = max<int>(grid[i].value(), 0); 197 totalFixed += gridLayout[i]; 204 gridLayout[i] = max<int>(grid[i].value() * availableLen / 100., 0); 205 totalPercent += gridLayout[i]; 226 gridLayout[i] = (gridLayout[i] * remainingFixed) / totalFixed; 227 remainingLen -= gridLayout[i]; 242 gridLayout[i] = (gridLayout[i] * remainingPercent) / totalPercent [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
TraceviewEditor.java | 50 import org.eclipse.swt.layout.GridLayout; 267 GridLayout gridLayout = new GridLayout(1, false); 268 gridLayout.marginWidth = 0; 269 gridLayout.marginHeight = 0; 270 gridLayout.horizontalSpacing = 0; 271 gridLayout.verticalSpacing = 0; 272 mContents.setLayout(gridLayout);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
GridLayoutConverter.java | 171 // In a GridLayout, a row or column is stretchable if it defines a gravity (regardless 216 String gridLayout = mLayout.getTagName(); 222 end -= (gridLayout.length() + 3); // 3: <, /, > [all...] |
/prebuilts/devtools/tools/lib/ |
hierarchyviewer2.jar | |
uiautomatorviewer.jar | |
traceview.jar | |
hierarchyviewer2lib.jar | |
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
CtsUiAutomatorTest.java | 365 UiSelector gridLayout = new UiSelector().className(android.widget.GridLayout.class 369 UiObject button = new UiObject(frameLayout.childSelector(gridLayout).childSelector( [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 77 /** Models a GridLayout */ 94 /** The GridLayout node, never null */ 151 * An actual instance of a GridLayout object that this grid model corresponds to. 162 * @param node the GridLayout node 163 * @param viewObject an actual GridLayout instance, or null 181 * @param node the GridLayout node 182 * @param viewObject an actual GridLayout instance, or null 324 * Sets the given GridLayout attribute (rowCount, layout_row, etc) to the 326 * based on whether the GridLayout is the android.widget.GridLayout, or th [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintList.java | 70 import org.eclipse.swt.layout.GridLayout; 139 GridLayout gridLayout = new GridLayout(1, false); 140 gridLayout.marginWidth = 0; 141 gridLayout.marginHeight = 0; 142 setLayout(gridLayout); [all...] |
LintViewPart.java | 55 import org.eclipse.swt.layout.GridLayout; 155 GridLayout gridLayout = new GridLayout(1, false); 156 gridLayout.verticalSpacing = 0; 157 gridLayout.marginWidth = 0; 158 gridLayout.marginHeight = 0; 159 parent.setLayout(gridLayout);
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |