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

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridDataFactory.java 153 * @param hSpan
159 public GridDataFactory span(int hSpan, int vSpan) {
160 m_data.horizontalSpan = hSpan;
168 * @param hSpan
172 public GridDataFactory spanH(int hSpan) {
173 m_data.horizontalSpan = hSpan;
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 119 int hSpan = Math.min(cellSpan[0], LauncherModel.getCellCountX());
121 dims.setText(String.format(mDimensionsFormatString, hSpan, vSpan));
PagedViewCellLayout.java 358 * Estimates the width that the number of hSpan cells will take up.
360 public int estimateCellWidth(int hSpan) {
362 return hSpan * mCellWidth;
Workspace.java 353 // estimate the size of a widget with spans hSpan, vSpan. return MAX_VALUE for each
355 public int[] estimateItemSize(int hSpan, int vSpan,
360 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
375 int hCell, int vCell, int hSpan, int vSpan) {
377 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewWidget.java 135 int hSpan = Math.min(cellSpan[0], (int) grid.numColumns);
137 dims.setText(String.format(mDimensionsFormatString, hSpan, vSpan));
PagedViewCellLayout.java 352 * Estimates the width that the number of hSpan cells will take up.
354 public int estimateCellWidth(int hSpan) {
356 return hSpan * mCellWidth;
Workspace.java 337 // estimate the size of a widget with spans hSpan, vSpan. return MAX_VALUE for each
339 public int[] estimateItemSize(int hSpan, int vSpan,
345 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
361 int hCell, int vCell, int hSpan, int vSpan) {
363 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 140 * @param hSpan TODO
143 private Composite createComposite(Composite parent, int numColumns, int hSpan) {
155 data.horizontalSpan = hSpan;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.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.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 286 milliseconds