Searched refs:useBLASTSync (Results 1 – 6 of 6) sorted by relevance
1234 assertTrue(w1.useBLASTSync()); in testBLASTCallbackWithWindows()1235 assertTrue(w2.useBLASTSync()); in testBLASTCallbackWithWindows()1245 assertTrue(w1.useBLASTSync()); in testBLASTCallbackWithWindows()1246 assertTrue(w2.useBLASTSync()); in testBLASTCallbackWithWindows()1253 assertFalse(w1.useBLASTSync()); in testBLASTCallbackWithWindows()1254 assertFalse(w2.useBLASTSync()); in testBLASTCallbackWithWindows()
555 assertTrue(win.useBLASTSync()); in testApplyWithNextDraw()564 assertFalse(win.useBLASTSync()); in testApplyWithNextDraw()569 assertFalse(win.useBLASTSync()); in testApplyWithNextDraw()
3386 if (useBLASTSync()) { in destroySurfaceUnchecked()5798 } else if (useBLASTSync()) { in finishDrawing()5854 return useBLASTSync(); in shouldSendRedrawForSync()5882 boolean useBLASTSync() { in useBLASTSync() method in WindowState5883 return super.useBLASTSync() || (mDrawHandlers.size() != 0); in useBLASTSync()
3956 boolean useBLASTSync() { in useBLASTSync() method in WindowContainer
2514 if (USE_BLAST_SYNC && win.useBLASTSync() && viewVisibility == View.VISIBLE in relayoutWindow()5680 public boolean useBLASTSync() { in useBLASTSync() method in WindowManagerService
11851 HSPLcom/android/server/wm/WindowContainer;->useBLASTSync()Z12164 HSPLcom/android/server/wm/WindowState;->useBLASTSync()Z