Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 25 of 34) sorted by relevance

12

/packages/apps/Launcher3/tools/
Dprint_db.py70 def print_intent(out, id, i, cell): argument
71 if cell:
73 cgi.escape(cell, True)
77 def print_icon(out, id, i, cell): argument
78 if cell:
82 f.write(cell)
85 def print_icon_type(out, id, i, cell): argument
86 if cell == 0:
87 out.write("Application (%d)" % cell)
88 elif cell == 1:
[all …]
/packages/apps/Terminal/jni/
Dcom_android_terminal_Terminal.cpp95 inline void getCell(dimen_t col, VTermScreenCell* cell) { in getCell() argument
96 *cell = mCells[col]; in getCell()
126 void getCellLocked(VTermPos pos, VTermScreenCell* cell);
475 void Terminal::getCellLocked(VTermPos pos, VTermScreenCell* cell) { in getCellLocked() argument
483 cell->width = 1; in getCellLocked()
485 cell->bg.red = 255; in getCellLocked()
493 line->getCell(pos.col, cell); in getCellLocked()
494 cell->width = 1; in getCellLocked()
496 cell->bg.blue = 255; in getCellLocked()
501 line->getCell(line->cols - 1, cell); in getCellLocked()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFocusLogic.java174 View cell = parent.getChildAt(i); in createSparseMatrix() local
175 if (!cell.isFocusable()) { in createSparseMatrix()
178 int cx = ((CellLayout.LayoutParams) cell.getLayoutParams()).cellX; in createSparseMatrix()
179 int cy = ((CellLayout.LayoutParams) cell.getLayoutParams()).cellY; in createSparseMatrix()
216 View cell = iconParent.getChildAt(i); in createSparseMatrixWithHotseat() local
217 if (!cell.isFocusable()) { in createSparseMatrixWithHotseat()
220 int cx = ((CellLayout.LayoutParams) cell.getLayoutParams()).cellX; in createSparseMatrixWithHotseat()
221 int cy = ((CellLayout.LayoutParams) cell.getLayoutParams()).cellY; in createSparseMatrixWithHotseat()
263 View cell = iconParent.getChildAt(i); in createSparseMatrixWithPivotColumn() local
264 if (!cell.isFocusable()) { in createSparseMatrixWithPivotColumn()
[all …]
DGridOccupancy.java90 public void markCells(CellAndSpan cell, boolean value) { in markCells() argument
91 markCells(cell.cellX, cell.cellY, cell.spanX, cell.spanY, value); in markCells()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DTableHeaderController.java81 private void bindCell(HeaderCell cell, @SortDimensionId int id) { in bindCell() argument
82 assert(cell != null); in bindCell()
85 cell.setTag(dimension); in bindCell()
87 cell.onBind(dimension); in bindCell()
90 cell.setOnClickListener(mOnCellClickListener); in bindCell()
92 cell.setOnClickListener(null); in bindCell()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java375 if (mDragInfo != null && mDragInfo.cell != null) { in onDragStart()
376 CellLayout layout = (CellLayout) mDragInfo.cell.getParent().getParent(); in onDragStart()
377 layout.markCellsAsUnoccupiedForView(mDragInfo.cell); in onDragStart()
1416 View child = cellInfo.cell; in startDrag()
1608 hasntMoved = dropOverView == mDragInfo.cell; in willCreateUserFolder()
1657 CellLayout cellParent = getParentCellLayoutForView(mDragInfo.cell); in createUserFolderIfNecessary()
1674 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell); in createUserFolderIfNecessary()
1725 getParentCellLayoutForView(mDragInfo.cell).removeView(mDragInfo.cell); in addToExistingFolderIfNecessary()
1755 final View cell = mDragInfo.cell; in onDrop() local
1761 boolean hasMovedLayouts = (getParentCellLayoutForView(cell) != dropTargetLayout); in onDrop()
[all …]
DCellLayout.java752 public float getDistanceFromCell(float x, float y, int[] cell) { in getDistanceFromCell() argument
753 cellToCenterPoint(cell[0], cell[1], mTmpPoint); in getDistanceFromCell()
2708 public final View cell; field in CellLayout.CellInfo
2717 cell = v; in CellInfo()
2724 return "Cell[view=" + (cell == null ? "null" : cell.getClass()) in toString()
DLauncher.java1635 int[] cell, int spanX, int spanY) { in addPendingItem() argument
1638 if (cell != null) { in addPendingItem()
1639 info.cellX = cell[0]; in addPendingItem()
1640 info.cellY = cell[1]; in addPendingItem()
DSecondaryDropTarget.java248 return mLauncher.getWorkspace().getDragInfo().cell; in getViewUnderDrag()
/packages/apps/Car/libs/
Dresource_generator.py227 trimmed = [cell.strip() for cell in row]
245 cell = trimmed[idx]
247 if len(cell) > 0:
248 var_values[header[idx]] = cell
/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
DDataStallDetectionStats.java72 public DataStallDetectionStats(@Nullable byte[] cell, @Nullable byte[] wifi, in DataStallDetectionStats() argument
75 mCellularInfo = emptyCellDataIfNull(cell); in DataStallDetectionStats()
97 public static byte[] emptyCellDataIfNull(@Nullable byte[] cell) { in emptyCellDataIfNull() argument
98 if (cell != null) return cell; in emptyCellDataIfNull()
/packages/apps/Car/libs/specs/
Dkeylines.csv5 # value in the cell. While it is easy to modify the script to handle a skipped comma, it is better
7 # * Don't put a comma after the last value, if there is nothing in the last cell, leave it empty.
8 # * If a cell is left empty, the value for that alternate resource will get skipped. In that
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWidgets.java108 for (UiObject2 cell : cells) { in getWidget()
109 final UiObject2 label = cell.findObject(labelSelector); in getWidget()
127 Rect parentBounds = mLauncher.getVisibleBounds(cell); in getWidget()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java712 for (CellSignalStrength cell : cellSignalStrengthList) { in getDbm()
713 if (cell.getDbm() != -1) { in getDbm()
714 dbm = cell.getDbm(); in getDbm()
729 for (CellSignalStrength cell : cellSignalStrengthList) { in getAsuLevel()
730 if (cell.getAsuLevel() != -1) { in getAsuLevel()
731 asu = cell.getAsuLevel(); in getAsuLevel()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/
DInitialLockSetupServiceTest.java208 LockPatternView.Cell cell = pattern.get(i); in testSetLockPattern_setsDevicePattern() local
209 patternBytes[i] = InitialLockSetupHelper.getByteFromPatternCell(cell.getRow(), in testSetLockPattern_setsDevicePattern()
210 cell.getColumn()); in testSetLockPattern_setsDevicePattern()
/packages/modules/ExtServices/tests/src/android/ext/services/autofill/
DAutofillFieldClassificationServiceImplTest.java105 float cell = line[j]; in testCalculateScores() local
106 assertWithMessage("wrong score at [%s, %s]", i, j).that(cell).isWithin(0.01F) in testCalculateScores()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java1802 private String getMccFromCellInfo(final CellInfo cell) { in getMccFromCellInfo() argument
1803 if (cell instanceof CellInfoGsm) { in getMccFromCellInfo()
1804 return ((CellInfoGsm) cell).getCellIdentity().getMccString(); in getMccFromCellInfo()
1805 } else if (cell instanceof CellInfoLte) { in getMccFromCellInfo()
1806 return ((CellInfoLte) cell).getCellIdentity().getMccString(); in getMccFromCellInfo()
1807 } else if (cell instanceof CellInfoWcdma) { in getMccFromCellInfo()
1808 return ((CellInfoWcdma) cell).getCellIdentity().getMccString(); in getMccFromCellInfo()
1809 } else if (cell instanceof CellInfoTdscdma) { in getMccFromCellInfo()
1810 return ((CellInfoTdscdma) cell).getCellIdentity().getMccString(); in getMccFromCellInfo()
1811 } else if (cell instanceof CellInfoNr) { in getMccFromCellInfo()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java2091 int cell = mFirstJulianDay; in drawDayHeaderLoop() local
2101 for (int day = 0; day < mNumDays; day++, cell++) { in drawDayHeaderLoop()
2124 drawDayHeader(dayNames[dayOfWeek], day, cell, canvas, p); in drawDayHeaderLoop()
2179 int cell = mFirstJulianDay; in doDraw() local
2183 for (int day = 0; day < mNumDays; day++, cell++) { in doDraw()
2186 drawEvents(cell, day, HOUR_GAP, canvas, p); in doDraw()
2188 if (cell == mTodayJulianDay) { in doDraw()
2222 private void drawDayHeader(String dayStr, int day, int cell, Canvas canvas, Paint p) { in drawDayHeader() argument
/packages/modules/DnsResolver/
Dstats.proto103 NS_T_AFSDB = 18; // AFS cell database.
/packages/services/Telecomm/libs/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/TV/libs/
Dtruth-0.45.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/TV/libs/m2/
Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12