Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DNumericSprite.java30 int height = roundUpPower2((int) paint.getFontSpacing()); in initialize()
32 int width = roundUpPower2((int) (interDigitGaps + paint.measureText(sStrike))); in initialize()
53 private int roundUpPower2(int x) { in roundUpPower2() method in NumericSprite