Searched refs:getCoordinate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapShader_Delegate.java202 int x = getCoordinate(Math.round(fx), mImage.getWidth(), mTileModeX);
203 int y = getCoordinate(Math.round(fy), mImage.getHeight(), mTileModeY);
208 private int getCoordinate(int i, int size, TileMode mode) { method in class:BitmapShader_Delegate.BitmapShaderPaint

Completed in 650 milliseconds