HomeSort by relevance Sort by last modified time
    Searched full:argb1 (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 494 int[] argb1 = new int[w*h]; local
497 image1.getRGB(0, 0, w, h, argb1, 0, w);
505 if ((argb1[i] & 0xFF000000) != (argb2[i] & 0xFF000000)) {
512 return Arrays.equals(argb1, argb2);

Completed in 62 milliseconds