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

  /external/libkmsxx/py/tests/
db.py 44 current_xpos = self.bar_xpos;
45 old_xpos = (current_xpos + (fb.width - bar_width - bar_speed)) % (fb.width - bar_width);
46 new_xpos = (current_xpos + bar_speed) % (fb.width - bar_width);
sync.py 136 current_xpos = self.bar_xpos;
137 old_xpos = (current_xpos + (fb.width - bar_width - bar_speed)) % (fb.width - bar_width);
138 new_xpos = (current_xpos + bar_speed) % (fb.width - bar_width);

Completed in 108 milliseconds