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

/frameworks/support/slices/view/src/main/java/androidx/slice/widget/
H A DGridRowView.java70 // Max number of normal cell items that can be shown in a row
73 // Max number of text items that can show in a cell
75 // Max number of text items that can show in a cell if the mode is small
77 // Max number of images that can show in a cell
214 // It's a custom see more cell, add it
251 * Adds a cell to the grid view based on the provided {@link SliceItem}.
253 private void addCell(GridContent.CellContent cell, int index, int total) { argument
261 ArrayList<SliceItem> cellItems = cell.getCellItems();
262 SliceItem contentIntentItem = cell.getContentIntent();
311 CharSequence contentDescr = cell
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java154 * Represents a cell in the 3 X 3 matrix of the unlock pattern view.
174 * @param row The row of the cell.
175 * @param column The column of the cell.
264 * The user extended the pattern currently being drawn by one cell.
265 * @param pattern The pattern with newly added cell.
416 for (Cell cell : pattern) {
417 mPatternDrawLookup[cell.getRow()][cell.getColumn()] = true;
557 if (DEBUG_A11Y) Log.v(TAG, "ivnalidating root because cell was added.");
694 * pattern (in addition to finding the cell, als
749 startCellActivatedAnimation(Cell cell) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 75 milliseconds