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

  /external/proguard/src/proguard/gui/splash/
BufferedSprite.java 34 private final int bufferY;
47 * @param bufferY the y offset of the buffer image.
56 int bufferY,
65 bufferY,
77 * @param bufferY the y offset of the buffer image.
87 int bufferY,
95 this.bufferY = bufferY;
127 bufferGraphics.translate(-bufferX, -bufferY);
142 bufferY + y.getInt(time)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
YUVImage.java 37 ByteBuffer bufferY, ByteBuffer bufferUV) {
40 ByteBuffer dupY = bufferY.duplicate();
  /platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
AccessibilityScannerHelper.java 314 int bufferY = (int)Math.ceil(mDevice.getDisplayHeight() * 0.1);
315 int destY = avoidRect.bottom + bufferY + origRect.height()/2;
317 destY = avoidRect.top - bufferY - origRect.height()/2;
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 

Completed in 3593 milliseconds