HomeSort by relevance Sort by last modified time
    Searched full:hourhand (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/widget/
AnalogClock.java 195 final Drawable hourHand = mHourHand;
197 w = hourHand.getIntrinsicWidth();
198 h = hourHand.getIntrinsicHeight();
199 hourHand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
201 hourHand.draw(canvas);

Completed in 12 milliseconds