Jiang Tian 0815ba23ff Fix full draw power usage increase issue
Full draw will be happened on HWUI under 90/120Hz device,there are
more draw commands under renderFrameImpl than in the 60Hz fps device,
frame.bufferAge() > (int)mSwapHistory.size() resulting in an increase
in power usage.

So need to increase (int)mSwapHistory.size() to 8, set mSwapHistory
add to 7.

Bug: 209371516
Test: Manual

Change-Id: Ic6f21e7b9dc5e7c8f36d03c57b01fa7210cff86f
Merged-In: Ic6f21e7b9dc5e7c8f36d03c57b01fa7210cff86f
2022-02-09 14:57:43 +00:00
..
2022-01-12 17:36:17 +00:00
2022-01-07 17:09:00 +00:00
2020-07-30 08:54:03 -07:00
2020-05-26 14:54:18 +00:00
2021-02-08 18:13:45 +00:00
2021-02-08 19:32:21 -05:00
2020-12-02 19:30:20 -08:00
2021-06-11 01:52:14 +00:00
2020-11-30 13:14:46 -05:00
2021-02-17 15:44:50 -05:00