Searched defs:closeTransaction (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/input/
H A DSpriteController.cpp68 void SpriteController::closeTransaction() { function in class:android::SpriteController
72 "Sprite closeTransaction() called but there is no open sprite transaction");
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java719 * needs to be inside open/closeTransaction block
734 private static void closeTransaction(boolean sync) { method in class:SurfaceControl
737 Log.e(TAG, "Call to SurfaceControl.closeTransaction without matching openTransaction");
759 public static void closeTransaction() { method in class:SurfaceControl
760 closeTransaction(false);
764 closeTransaction(true);
982 * needs to be inside open/closeTransaction block

Completed in 57 milliseconds