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.java226 private boolean mRunningRemoteAnimation; field in ProcessStateRecord
784 return mRunningRemoteAnimation; in isRunningRemoteAnimation()
789 mRunningRemoteAnimation = runningRemoteAnimation; in setRunningRemoteAnimation()
1394 if (hasTopUi() || hasOverlayUi() || mRunningRemoteAnimation) { in dump()
1397 pw.print(" runningRemoteAnimation="); pw.println(mRunningRemoteAnimation); in dump()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DMockingOomAdjusterTests.java3835 boolean mRunningRemoteAnimation = false; field in MockingOomAdjusterTests.ProcessRecordBuilder
3914 state.setRunningRemoteAnimation(mRunningRemoteAnimation); in build()