Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessStateRecord.java225 private boolean mRunningRemoteAnimation; field in ProcessStateRecord
783 return mRunningRemoteAnimation; in isRunningRemoteAnimation()
788 if (mRunningRemoteAnimation == runningRemoteAnimation) { in setRunningRemoteAnimation()
791 mRunningRemoteAnimation = runningRemoteAnimation; in setRunningRemoteAnimation()
1388 if (hasTopUi() || hasOverlayUi() || mRunningRemoteAnimation) { in dump()
1391 pw.print(" runningRemoteAnimation="); pw.println(mRunningRemoteAnimation); in dump()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java3166 boolean mRunningRemoteAnimation = false; field in MockingOomAdjusterTests.ProcessRecordBuilder
3244 state.setRunningRemoteAnimation(mRunningRemoteAnimation); in build()