HomeSort by relevance Sort by last modified time
    Searched refs:grid (Results 126 - 150 of 198) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js 8 * Drag selector used on the file list or the grid table.
9 * TODO(hirono): Support drag selection for grid view. crbug.com/224832
file_table.js 673 * Common item decoration for table's and grid's items.
713 * Render filename label for grid and list view.
732 * Updates grid item or table row for the externalProps.
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 290 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); local
291 final int xCount = (int) grid.numColumns;
292 final int yCount = (int) grid.numRows;
1731 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); local
1847 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); local
2521 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); local
    [all...]
LauncherProvider.java 366 // We don't import the old databse for tablets, as the grid size has changed.
1398 final DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); local
    [all...]
WidgetPreviewLoader.java 156 DeviceProfile grid = app.getDynamicGrid().getDeviceProfile(); local
159 mAppIconSize = grid.iconSizePx;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
aria_util.js 47 'grid' : 'aria_role_grid',
389 if (targetNode.getAttribute('role') == 'grid') {
535 * Returns a string that gives information about the state of the grid node.
717 case 'grid':
895 * Checks to see whether or not a node is an ARIA grid.
898 * @return {boolean} Whether or not the node is an ARIA grid.
906 case 'grid':
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 116 grid: {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 16 package com.android.ide.common.layout.grid;
29 import com.android.ide.common.layout.grid.GridModel.ViewData;
    [all...]
  /external/blktrace/btt/
btt_plot.py 277 ax.grid(True)
  /frameworks/base/tools/velocityplot/
velocityplot.py 145 axes.grid(True)
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 96 mGrid = (GridView) view.findViewById(R.id.grid);
  /build/tools/droiddoc/templates-pdk/assets/
jquery-resizable.min.js     [all...]
  /external/doclava/res/assets/templates/assets/
jquery-resizable.min.js     [all...]
  /ndk/docs/renderscript/
jquery.js     [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 548 final MenuItem grid = menu.findItem(R.id.menu_grid); local
554 grid.setVisible(mState.derivedMode != MODE_GRID);
586 grid.setVisible(false);
855 // Start recents in grid when requesting visual things
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
resourcesPanel.css 135 .storage-view .data-grid:not(.inline) {
  /frameworks/base/docs/html/design/
design_toc.cs 89 <li><a href="<?cs var:toroot ?>design/building-blocks/grid-lists.html">Grid Lists</a></li>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 16 package com.android.ide.common.layout.grid;
29 import static com.android.ide.common.layout.grid.GridModel.UNDEFINED;
53 * GridLayout, computing guidelines, handling drops to edit the grid model, and so on.
65 * @param view the view instance of the grid layout receiving the drop
129 // Fallback: Split existing cell. Also do snap-to-grid.
461 * element into the grid and returns the newly created node.
505 // This is implemented in GridLayout by the following grid, where
    [all...]
  /frameworks/base/tools/orientationplot/
orientationplot.py 219 axes.grid(True)
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 108 mGrid = (ChartGridView) findViewById(R.id.grid);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 375 self._canvas.grid(padx=1, in_ = self, pady=1, row=0,
377 self.vscroll.grid(padx=1, in_ = self, pady=1, row=0,
379 self.hscroll.grid(padx=1, in_ = self, pady=1, row=1,
410 self.hscroll.grid(padx=1, in_ = self, pady=1, row=1,
412 self.vscroll.grid(padx=1, in_ = self, pady=1, row=0,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 375 self._canvas.grid(padx=1, in_ = self, pady=1, row=0,
377 self.vscroll.grid(padx=1, in_ = self, pady=1, row=0,
379 self.hscroll.grid(padx=1, in_ = self, pady=1, row=1,
410 self.hscroll.grid(padx=1, in_ = self, pady=1, row=1,
412 self.vscroll.grid(padx=1, in_ = self, pady=1, row=0,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGrid.cpp 98 GridIterator(const GridRepresentation& grid, GridTrackSizingDirection direction, size_t fixedTrackIndex, size_t varyingTrackIndex = 0)
99 : m_grid(grid)
127 // Ignore cells outside current grid as we will grow it later if needed.
156 // Advance the iterator to avoid an infinite loop where we would return the same grid area over and over.
224 // block is an already known grid item.
230 // The grid needs to be recomputed as it might contain auto-placed items that will change their position.
239 // The new child requires the auto-placement algorithm to run so we need to recompute the grid fully.
280 // The grid needs to be recomputed as it might contain auto-placed items that will change their position.
304 // FIXME: The following checks could be narrowed down if we kept track of which type of grid items we have:
305 // - explicit grid size changes impact negative explicitely positioned and auto-placed grid items
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]

Completed in 1528 milliseconds

1 2 3 4 56 7 8