Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/graphics/
DBitmapShader_Delegate.java204 int x = getCoordinate(Math.round(fx), mImage.getWidth(), mTileModeX); in getColor()
205 int y = getCoordinate(Math.round(fy), mImage.getHeight(), mTileModeY); in getColor()
210 private int getCoordinate(int i, int size, TileMode mode) { in getCoordinate() method in BitmapShader_Delegate.BitmapShaderPaint