/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewCellLayoutChildren.java | 26 * which span multiple cells into a grid-like layout. Also supports dimming
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTableCell.h | 147 // the block flow directionality of the cells to the table's directionality. 169 // on all table parts and writing-mode on cells.
|
RenderTableCell.cpp | 91 // The vast majority of table cells do not have a colspan or rowspan, 145 // The child cells rely on the grids up in the sections to do their computePreferredLogicalWidths work. Normally the sections are set up early, as table 146 // cells are added, but relayout can cause the cells to be freed, leaving stale pointers in the sections' 147 // grids. We must refresh those grids before the child cells try to use them. 308 // If the table grid is dirty, we cannot get reliable information about adjoining cells, 390 // Our intrinsic padding pushes us down to align with the baseline of other cells on the row. If our vertical-align 391 // has changed then so will the padding needed to align with other cells - clear it so we can recalculate it from scratch. 599 // have to be regular (any row can have less cells than the total cell count). [all...] |
FixedTableLayout.cpp | 37 not depend on the contents of the cells; it only depends on the 66 the entire first row has been received. Cells in subsequent rows do
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
ActionMenuView.java | 139 // Divide the view into cells. 203 // Divide space for remaining cells if we have items that can expand. 204 // Try distributing whole leftover cells to smaller items first. 234 // We have enough cells, all minimum size items will be incremented. 347 * @param cellsRemaining Number of cells remaining that this view can expand to fill 350 * @return Number of cells this child was measured to occupy
|
ActionMenuPresenter.java | 472 final int cells = ActionMenuView.measureChildForCells(v, local 474 cellsRemaining -= cells; 475 if (cells == 0) {
|
/external/chromium_org/third_party/freetype/src/smooth/ |
ftgrays.c | 332 PCell cells; member in struct:TWorker_ 390 /* Initialize the cells table. */ 400 ras.cells = NULL; 483 cell = ras.cells + ras.num_cells++; 528 /* All cells that are on the left of the clipping region go to the */ 584 /* Render a scanline as one or more cells. */ 622 /* ok, we'll have to render a run of adjacent cells on the same */ [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
recover.c | 586 /* Cursor for iterating interior nodes. Interior page cells contain a 615 * could happen if there are more cells to iterate in an interior 616 * page, but those cells refer to invalid pages. 706 /* TODO(shess): Check for cell overlaps? Cells require 4 bytes plus 708 * shared helper testing for "Cells starting in this range"?). [all...] |
vdbeInt.h | 101 ** calls to sqlite3VdbeMemRelease() when the memory cells belonging to the 113 Mem *aMem; /* Array of memory cells for parent frame */ 118 int nChildMem; /* Number of memory cells for child frame */
|
btree.c | 850 ** This routine works only for pages that do not contain overflow cells. 857 ** pages that do contain overflow cells. [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
ProximityInfo.java | 265 /* HOW WE PRE-SELECT THE CELLS (iterate over only the relevant cells, instead of all of them) 267 We want to compute the distance for keys that are in the cells that are close enough to the 271 We want to select the cells which center falls between the top of the key minus the threshold, 303 | | | | | | | | | | | | | to compute for these cells where
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 422 cells = {} 424 cells[name] = 1 426 if name in cells] 428 del cells[name] 429 self.cellvars = self.cellvars + cells.keys()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pyassem.py | 422 cells = {} 424 cells[name] = 1 426 if name in cells] 428 del cells[name] 429 self.cellvars = self.cellvars + cells.keys()
|
/external/chromium_org/third_party/iaccessible2/ |
ia2_api_all.idl | [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
ActionMenuPresenter.java | 454 final int cells = ActionMenuView.measureChildForCells(v, local 456 cellsRemaining -= cells; 457 if (cells == 0) {
|
/external/chromium_org/chrome/browser/ui/webui/ |
policy_ui_browsertest.cc | 124 // Retrieve the text contents of the policy table cells for all policies. 155 // Verify that the cells contain the expected strings for all policies.
|
/external/chromium_org/native_client_sdk/src/examples/demo/life/ |
life.c | 51 * Given a count of cells in a 3x3 grid where cells are worth 1 except for
|
/external/guava/guava/src/com/google/common/collect/ |
Table.java | 197 * @return set of table cells consisting of row key / column key / value 280 * Compares the specified object with this cell for equality. Two cells are
|
/external/libpcap/ |
gencode.h | 146 #define A_OAM 28 /* OAM cells : F4 only */ 147 #define A_OAMF4 29 /* OAM F4 cells: Segment + End-to-end */
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneStateListener.java | 289 * or new cells have been added or removed. 290 * @param cellInfo is the list of currently visible cells.
|
/external/v8/src/ |
mark-compact.cc | 1982 MarkBit::CellType* cells = p->markbits()->cells(); local 2911 MarkBit::CellType* cells = p->markbits()->cells(); local 3075 MarkBit::CellType* cells = p->markbits()->cells(); local [all...] |
/docs/source.android.com/src/source/assets/ |
main.css | 44 empty-cells: show;
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview_animations.js | 155 * for animating the height of table cells.
|
/external/chromium_org/content/common/ |
accessibility_node_data.h | 304 // when there's a rowspan or colspan, and with -1 for missing cells.
|
/external/chromium_org/media/tools/bug_hunter/ |
bug_hunter_unittest.py | 124 'Feature+Status+Owner+Summary&cells=tiles&sort=-id&'
|