HomeSort by relevance Sort by last modified time
    Searched defs:logSurface (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 117 private void logSurface(String msg, RuntimeException where) {
141 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null);
193 if (SHOW_TRANSACTIONS) logSurface(
215 if (SHOW_TRANSACTIONS) logSurface(
229 if (SHOW_TRANSACTIONS) logSurface(
256 if (SHOW_TRANSACTIONS) logSurface(
297 if (SHOW_TRANSACTIONS) logSurface(
323 if (SHOW_TRANSACTIONS) logSurface(
383 if (SHOW_TRANSACTIONS) logSurface("isOpaque=" + isOpaque,
400 if (SHOW_TRANSACTIONS) logSurface("isSecure=" + isSecure
    [all...]
RootWindowContainer.java 81 import static com.android.server.wm.WindowManagerService.logSurface;
536 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin,
    [all...]
WindowStateAnimator.java 389 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false);
547 WindowManagerService.logSurface(w, "CREATE pos=("
629 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true);
637 WindowManagerService.logSurface(mWin, "DESTROY", true);
666 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true);
    [all...]
WindowManagerService.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 508 milliseconds