Searched defs:cell (Results 1 - 12 of 12) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DTableHeaderController.java81 private void bindCell(HeaderCell cell, @SortDimensionId int id) { argument
82 assert(cell != null);
85 cell.setTag(dimension);
87 cell.onBind(dimension);
90 cell.setOnClickListener(mOnCellClickListener);
92 cell.setOnClickListener(null);
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DGridOccupancy.java24 * Find the first vacant cell, if there is one.
26 * @param vacantOut Holds the x and y coordinate of the vacant cell
27 * @param spanX Horizontal cell span.
28 * @param spanY Vertical cell span.
30 * @return true if a vacant cell was found
90 public void markCells(CellAndSpan cell, boolean value) { argument
91 markCells(cell.cellX, cell.cellY, cell.spanX, cell
[all...]
/packages/apps/Launcher2/
H A Dprint_db.py50 def print_intent(out, id, i, cell):
51 if cell:
53 cgi.escape(cell, True)
57 def print_icon(out, id, i, cell):
58 if cell:
62 f.write(cell)
65 def print_cell(out, id, i, cell):
66 if not cell is None:
67 out.write(cgi.escape(str(cell)))
74 def render_cell_info(out, cell, occupie
158 cell = row[i] variable
[all...]
/packages/apps/Launcher3/
H A Dprint_db.py70 def print_intent(out, id, i, cell):
71 if cell:
73 cgi.escape(cell, True)
77 def print_icon(out, id, i, cell):
78 if cell:
82 f.write(cell)
85 def print_icon_type(out, id, i, cell):
86 if cell == 0:
87 out.write("Application (%d)" % cell)
88 elif cell
213 cell = row[i] variable
[all...]
/packages/apps/Terminal/jni/
H A Dcom_android_terminal_Terminal.cpp95 inline void getCell(dimen_t col, VTermScreenCell* cell) { argument
96 *cell = mCells[col];
126 void getCellLocked(VTermPos pos, VTermScreenCell* cell);
481 void Terminal::getCellLocked(VTermPos pos, VTermScreenCell* cell) { argument
482 // The UI may be asking for cell data while the model is changing
489 cell->width = 1;
491 cell->bg.red = 255;
498 // Valid scrollback cell
499 line->getCell(pos.col, cell);
500 cell
601 VTermScreenCell firstCell, cell; local
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1432 int[] cell, int spanX, int spanY) {
1435 if (cell != null) {
1436 info.cellX = cell[0];
1437 info.cellY = cell[1];
1431 addPendingItem(PendingAddItemInfo info, long container, long screenId, int[] cell, int spanX, int spanY) argument
H A DCellLayout.java136 // When a drag operation is in progress, holds the nearest cell to the touch point
644 * Given a point, return the cell that strictly encloses that point
647 * @param result Array of 2 ints to hold the x and y coordinate of the cell
666 * Given a point, return the cell that most closely encloses that point
669 * @param result Array of 2 ints to hold the x and y coordinate of the cell
676 * Given a cell coordinate, return the point that represents the upper left corner of that cell
678 * @param cellX X coordinate of the cell
679 * @param cellY Y coordinate of the cell
692 * Given a cell coordinat
733 getDistanceFromCell(float x, float y, int[] cell) argument
2705 public final View cell; field in class:CellLayout.CellInfo
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java133 // When a drag operation is in progress, holds the nearest cell to the touch point
738 cellInfo.cell = child;
755 cellInfo.cell = null;
788 cellInfo.cell = null;
801 * Given a point, return the cell that strictly encloses that point
804 * @param result Array of 2 ints to hold the x and y coordinate of the cell
823 * Given a point, return the cell that most closely encloses that point
826 * @param result Array of 2 ints to hold the x and y coordinate of the cell
833 * Given a cell coordinate, return the point that represents the upper left corner of that cell
893 getDistanceFromCell(float x, float y, int[] cell) argument
3320 View cell; field in class:CellLayout.CellInfo
[all...]
H A DLauncher.java1832 * @param cell The cell it should be added to, optional
1836 int[] cell, int[] loc) {
1842 if (cell != null) {
1843 mPendingAddInfo.cellX = cell[0];
1844 mPendingAddInfo.cellY = cell[1];
1857 * @param cell The cell it should be added to, optional
1861 int[] cell, int[] span, int[] loc) {
1869 if (cell !
1835 processShortcutFromDrop(ComponentName componentName, long container, int screen, int[] cell, int[] loc) argument
1860 addAppWidgetFromDrop(PendingAddWidgetInfo info, long container, int screen, int[] cell, int[] span, int[] loc) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java1343 // change and that changes the cell height. When we switch dates,
1345 // be too large for the new view if the cell height is smaller.
2102 // Compute the layout relation between each event before measuring cell
2103 // width, as the cell width should be adjusted along with the relation.
2107 // minimum cell height implicitly expands the cell height of A and it should look like
2108 // (1:00pm - 1:15pm) after the cell height adjustment.
2374 int cell = mFirstJulianDay;
2384 for (int day = 0; day < mNumDays; day++, cell++) {
2407 drawDayHeader(dayNames[dayOfWeek], day, cell, canva
2551 drawDayHeader(String dayStr, int day, int cell, Canvas canvas, Paint p) argument
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 282 milliseconds