HomeSort by relevance Sort by last modified time
    Searched refs:alphaBytes (Results 1 - 2 of 2) sorted by null

  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PoloChallengeResponse.java 149 byte[] alphaBytes = getAlpha(nonce);
150 assert(alphaBytes.length >= nonce.length);
154 System.arraycopy(alphaBytes, 0, result, 0, nonce.length);
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 442 int alphaBytes = Color.alpha(color);
444 color |= ((int) (alphaBytes * alpha)) << 24;
    [all...]

Completed in 116 milliseconds