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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LaunchPreferencePage.java 33 super(GRID);
EditorsPage.java 52 super(GRID);
AndroidPreferencePage.java 60 super(GRID);
BuildPreferencePage.java 65 super(GRID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/preferences/
PrefPage.java 35 super(GRID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatColorsPage.java 30 super(GRID);
PreferencePage.java 44 super(GRID);
LogCatPreferencePage.java 54 super(GRID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/preferences/
NdkPreferencePage.java 36 super(GRID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 60 * The style definition corresponding to {@link DrawingStyle#GRID}
62 GRID(new RGB(0xAA, 0xAA, 0xAA), 128, SWT.LINE_SOLID),
257 case GRID:
258 return GRID;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 98 case GRID:
113 return GRID;
158 return display == GRID || display == INLINE_GRID;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 16 package com.android.ide.common.layout.grid;
20 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
53 * Paints the structure (the grid model) of the given GridLayout.
56 * @param layout the grid layout node
58 * @param grid the grid model to be visualized
61 GridModel grid) {
65 for (int row = 0; row < grid.actualRowCount; row++) {
66 int y = grid.getRowY(row);
69 for (int column = 0; column < grid.actualColumnCount; column++)
155 GridModel grid = data.getGrid(); local
266 GridModel grid = data.getGrid(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 432 GRID, INLINE_GRID,
  /prebuilts/devtools/tools/lib/
rule-api.jar 
org-eclipse-jface-3.6.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 54 import com.android.ide.common.layout.grid.GridDropHandler;
55 import com.android.ide.common.layout.grid.GridLayoutPainter;
56 import com.android.ide.common.layout.grid.GridModel;
57 import com.android.ide.common.layout.grid.GridModel.ViewData;
84 * The size of the visual regular grid that we snap to (if {@link #sSnapToGrid} is set
98 * grid mode)
133 * Whether the IDE should show diagnostics for debugging the grid layout - including
138 /** Whether the structure (grid model) should be displayed persistently to the user */
141 /** Whether the drop positions should snap to a regular grid */
145 * Whether the grid is edited in "grid mode" where the operations are row/column base
419 GridModel grid = GridModel.get(mRulesEngine, parent, null); local
427 GridModel grid = getGrid(state); local
434 GridModel grid = getGrid(state); local
451 GridModel grid = (GridModel) resizeState.clientData; local
466 GridModel grid = getGrid(state); local
500 GridModel grid = getGrid(state); local
563 GridModel grid = getGrid(state); local
663 GridModel grid = handler.getGrid(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.cpp 203 case GRID:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.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 309 milliseconds