Searched refs:tmpFrame (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotSurface.java | 147 final Rect tmpFrame = new Rect(); in create() local 208 View.GONE, token.getDisplayContent().getDisplayId(), tmpFrame, tmpRect, tmpRect, in create() 224 tmpFrame, tmpRect, tmpContentInsets, tmpRect, tmpStableInsets, tmpRect, tmpRect, in create() 229 snapshotSurface.setFrames(tmpFrame, tmpContentInsets, tmpStableInsets); in create()
|