OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rowPixels
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/view/src/android/view/cts/util/
DrawingUtils.java
71
int[]
rowPixels
= new int[viewWidth];
74
bitmap.getPixels(
rowPixels
, 0, viewWidth, 0, row, viewWidth, 1);
78
int actualPixelColor =
rowPixels
[column];
79
if (
rowPixels
[column] != expectedPixelColor) {
/cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java
216
final int[]
rowPixels
= new int[bitmapWidth];
224
bitmap.getPixels(
rowPixels
, 0, bitmapWidth, 0, row, bitmapWidth, 1);
226
@ColorInt int colorAtCurrPixel =
rowPixels
[column];
Completed in 66 milliseconds