Searched refs:dumpFrame (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayFrames.java | 165 dumpFrame(mStable, "mStable", myPrefix, pw); in dump() 166 dumpFrame(mStableFullscreen, "mStableFullscreen", myPrefix, pw); in dump() 167 dumpFrame(mDock, "mDock", myPrefix, pw); in dump() 168 dumpFrame(mCurrent, "mCurrent", myPrefix, pw); in dump() 169 dumpFrame(mSystem, "mSystem", myPrefix, pw); in dump() 170 dumpFrame(mContent, "mContent", myPrefix, pw); in dump() 171 dumpFrame(mVoiceContent, "mVoiceContent", myPrefix, pw); in dump() 172 dumpFrame(mRestricted, "mRestricted", myPrefix, pw); in dump() 173 dumpFrame(mUnrestricted, "mUnrestricted", myPrefix, pw); in dump() 177 private void dumpFrame(Rect frame, String name, String prefix, PrintWriter pw) { in dumpFrame() method in DisplayFrames
|
/frameworks/base/services/ |
D | art-profile | 36528 HSPLcom/android/server/wm/DisplayFrames;->dumpFrame(Landroid/graphics/Rect;Ljava/lang/String;Ljava/…
|