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

  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 110 Surface.closeTransaction();
247 Surface.closeTransaction();
DragState.java 286 Surface.closeTransaction();
Session.java 295 Surface.closeTransaction();
WindowManagerService.java     [all...]
WindowState.java 759 Surface.closeTransaction();
    [all...]
  /frameworks/base/core/java/android/view/
Surface.java 453 * needs to be inside open/closeTransaction block
459 public static native void closeTransaction();
  /frameworks/base/services/input/
SpriteController.h 154 * of calls to closeTransaction(). */
156 void closeTransaction();
PointerController.cpp 288 mSpriteController->closeTransaction();
500 mSpriteController->closeTransaction();
SpriteController.cpp 63 void SpriteController::closeTransaction() {
67 "Sprite closeTransaction() called but there is no open sprite transaction");

Completed in 498 milliseconds