OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:argb1
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java
565
int[]
argb1
= new int[w*h];
local
568
image1.getRGB(0, 0, w, h,
argb1
, 0, w);
576
if ((
argb1
[i] & 0xFF000000) != (argb2[i] & 0xFF000000)) {
583
return Arrays.equals(
argb1
, argb2);
Completed in 359 milliseconds