Searched refs:SYNC_REDRAW_REQUESTED (Results 1 – 2 of 2) sorted by relevance
92 public static final int SYNC_REDRAW_REQUESTED = 1 << 0; field in HardwareRenderer121 SYNC_OK, SYNC_REDRAW_REQUESTED, SYNC_LOST_SURFACE_REWARD_IF_FOUND,
678 if ((syncResult & SYNC_REDRAW_REQUESTED) != 0) { in draw()