Searched refs:final_crop (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
H A Dtrace_creator.py122 change.final_crop.rectangle.left, \
123 change.final_crop.rectangle.top, \
124 change.final_crop.rectangle.right,\
125 change.final_crop.rectangle.bottom = final_crop()
219 def final_crop(): function
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp436 bool hasLeft(change.final_crop().rectangle().left() == CROP_UPDATE.left);
437 bool hasTop(change.final_crop().rectangle().top() == CROP_UPDATE.top);
438 bool hasRight(change.final_crop().rectangle().right() == CROP_UPDATE.right);
439 bool hasBottom(change.final_crop().rectangle().bottom() == CROP_UPDATE.bottom);
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp390 status = setFinalCrop(change.id(), change.final_crop());

Completed in 226 milliseconds