Home
last modified time | relevance | path

Searched refs:mApplyScheduled (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimationRunner.java92 private boolean mApplyScheduled; field in SurfaceAnimationRunner
363 if (!mApplyScheduled) { in scheduleApplyTransaction()
366 mApplyScheduled = true; in scheduleApplyTransaction()
374 mApplyScheduled = false; in applyTransaction()