Searched refs:SYNC_LOST_SURFACE_REWARD_IF_FOUND (Results 1 – 6 of 6) sorted by relevance
108 public static final int SYNC_LOST_SURFACE_REWARD_IF_FOUND = 1 << 1; field in HardwareRenderer127 SYNC_OK, SYNC_REDRAW_REQUESTED, SYNC_LOST_SURFACE_REWARD_IF_FOUND,
817 if ((syncResult & SYNC_LOST_SURFACE_REWARD_IF_FOUND) != 0) { in draw()
22 import static android.graphics.HardwareRenderer.SYNC_LOST_SURFACE_REWARD_IF_FOUND;5262 & (SYNC_LOST_SURFACE_REWARD_IF_FOUND | SYNC_CONTEXT_IS_STOPPED)) != 0) { in registerCallbackForPendingTransactions()12550 & (SYNC_LOST_SURFACE_REWARD_IF_FOUND | SYNC_CONTEXT_IS_STOPPED)) != 0) { in registerCallbacksForSync()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
16127 field public static final int SYNC_LOST_SURFACE_REWARD_IF_FOUND = 2; // 0x2
62519 Landroid/view/ThreadedRenderer;->SYNC_LOST_SURFACE_REWARD_IF_FOUND:I