/aosp14/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | WatchedSparseBooleanMatrix.java | 198 public boolean get(int row, int col) { in get() 206 public boolean get(int row, int col, boolean valueIfKeyNotFound) { in get() 220 public void put(int row, int col, boolean value) { in put() 337 private boolean valueAtInternal(int row, int col) { in valueAtInternal() 360 private void setValueAtInternal(int row, int col, boolean value) { in setValueAtInternal() 441 private void validateIndex(int row, int col) { in validateIndex() 472 int row = mOrder * i / PACKING; in resizeMatrix() local 600 int row = mMap[i]; in hashCode() local 631 int row = mMap[i]; in equals() local 633 int col = mMap[j]; in equals() local [all …]
|
/aosp14/frameworks/base/libs/androidfw/tests/ |
H A D | CursorWindow_bench.cpp | 30 for (int row = 0; row < rows; row++) { in BM_CursorWindowWrite() local 32 for (int col = 0; col < cols; col++) { in BM_CursorWindowWrite() local 58 for (int row = 0; row < rows; row++) { in BM_CursorWindowRead() local 63 for (int row = 0; row < rows; row++) { in BM_CursorWindowRead() local 64 for (int col = 0; col < cols; col++) { in BM_CursorWindowRead() local
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | DayOfMonthCursor.java | 63 public void setSelectedRowColumn(int row, int col) { in setSelectedRowColumn() 91 public boolean isSelected(int row, int column) { in isSelected()
|
/aosp14/frameworks/base/libs/androidfw/fuzz/cursorwindow_fuzzer/ |
H A D | cursorwindow_fuzzer.cpp | 51 for (auto row = 0; row < rows; row++) { in LLVMFuzzerTestOneInput() local 52 for (auto col = 0; col < cols; col++) { in LLVMFuzzerTestOneInput() local
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
H A D | DisappearAnimationUtils.java | 47 protected long calculateDelay(int row, int col) { in calculateDelay()
|
H A D | AppearAnimationUtils.java | 168 protected long calculateDelay(int row, int col) { in calculateDelay() 278 float getRowTranslationScale(int row, int numRows); in getRowTranslationScale()
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/utils/ |
H A D | WatcherTest.java | 951 private final boolean cellValue(int row, int col) { in cellValue() 958 int row = indexes[i]; in fill() local 960 int col = indexes[j]; in fill() local 977 final int row = indexes[i]; in fillNew() local 978 final int col = indexes[j]; in fillNew() local 988 int row = indexes[i]; in verify() local 990 int col = indexes[j]; in verify() local
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | GIFMovie.cpp | 129 const GifColorType& col = cmap->Colors[*src]; in copyLine() local 141 int row; in copyInterlaceGroup() local 209 uint32_t col) in fillRect() 400 const GifColorType& col = gif->SColorMap->Colors[gif->SBackGroundColor]; in onGetBitmap() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SimpleMonthView.java | 492 int row = findClosestRow(previouslyFocusedRect); in onFocusChanged() local 497 int row = findClosestRow(previouslyFocusedRect) + 1; in onFocusChanged() local 502 final int col = findClosestColumn(previouslyFocusedRect); in onFocusChanged() local 541 int row = Math.round(centerY / (float) rowHeight); in findClosestRow() local 973 final int row = (paddedY - headerHeight) / mDayHeight; in getDayAtLocation() local 974 final int col = (paddedXRtl * DAYS_IN_WEEK) / mPaddedWidth; in getDayAtLocation() local 998 final int col = index % DAYS_IN_WEEK; in getBoundsForDay() local 1008 final int row = index / DAYS_IN_WEEK; in getBoundsForDay() local
|
H A D | GridLayout.java | 754 private static void setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) { in setCellGroup() 2193 int row = a.getInt(ROW, DEFAULT_ROW); in init() local
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | ClosedCaptionRenderer.java | 580 int row = rowTable[data1 & 0x07] + ((data2 & 0x20) >> 5); in fromBytes() local 602 PAC(int row, int col, int style, int color) { in PAC() 868 private void moveCursorTo(int row, int col) { in moveCursorTo() 873 private void moveCursorToRow(int row) { in moveCursorToRow() 877 private void moveCursorByCol(int col) { in moveCursorByCol() 914 private CCLineBuilder getLineBuffer(int row) { in getLineBuffer()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternView.java | 179 final int row; field in LockPatternView.Cell 200 private Cell(int row, int column) { in Cell() 214 public static Cell of(int row, int column) { in of() 219 private static void checkRange(int row, int column) { in checkRange() 235 int row; field in LockPatternView.CellState 236 int col; field in LockPatternView.CellState 1140 private float getCenterYForRow(int row) { in getCenterYForRow()
|
/aosp14/frameworks/base/tools/aapt2/compile/ |
H A D | Png.cpp | 39 for (png_bytep row : rows) { in ~PngInfo() local 254 uint32_t colors[256], col; in analyze_image() local 273 const png_byte* row = imageInfo.rows[j]; in analyze_image() local 411 const png_byte* row = imageInfo.rows[j]; in analyze_image() local 676 static bool getHorizontalTicks(png_bytep row, int width, bool transparent, in getHorizontalTicks() 768 static bool getHorizontalLayoutBoundsTicks(png_bytep row, int width, in getHorizontalLayoutBoundsTicks() 862 static uint8_t maxAlphaOverRow(png_bytep row, int startX, int endX) { in maxAlphaOverRow()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Images.cpp | 238 png_bytep row, int width, bool transparent, bool required, in get_horizontal_ticks() 336 png_bytep row, int width, bool transparent, bool /* required */, in get_horizontal_layout_bounds_ticks() 429 static uint8_t max_alpha_over_row(png_byte* row, int startX, int endX) in max_alpha_over_row() 840 png_bytep row = rows[j]; in dump_image() local 884 uint32_t col; in analyze_image() local 907 png_bytep row = imageInfo.rows[j]; in analyze_image() local 1089 png_bytep row = imageInfo.rows[j]; in analyze_image() local 1117 png_bytep row = imageInfo.rows[j]; in analyze_image() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/content/ |
H A D | SyncManager.java | 2202 private static <T> int countIf(Collection<T> col, Predicate<T> p) { in countIf() 2436 int row = table.getNumRows(); in dumpSyncState() local 4177 void set(int row, int col, Object... values) { in set() 4218 Object[] row = mTable.get(i); in writeTo() local 4223 private void printRow(PrintWriter out, String[] formats, Object[] row) { in printRow()
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 1076 const int row = charPos / FONT_NUM_COLS; in drawText() local 1077 const int col = charPos % FONT_NUM_COLS; in drawText() local
|