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

  /frameworks/base/cmds/bootanimation/
BootAnimation.h 93 int clockPosY; // The y position of the clock, in pixels, from the bottom of the
BootAnimation.cpp 547 int clockPosY = -1;
558 &pathType, &count, &pause, path, color, &clockPosY) >= 4) {
559 // ALOGD("> type=%c, count=%d, pause=%d, path=%s, color=%s, clockPosY=%d", pathType, count, pause, path, color, clockPosY);
565 part.clockPosY = clockPosY;
701 if(animation->parts[i].clockPosY >= 0) {
838 if (mClockEnabled && mTimeIsAccurate && part.clockPosY >= 0) {
839 drawTime(mClock, part.clockPosY);
    [all...]

Completed in 54 milliseconds