OSDN Git Service

Opimized the number of calls to updateChildren.
authorSelim Cinek <cinek@google.com>
Thu, 1 May 2014 21:01:58 +0000 (23:01 +0200)
committerSelim Cinek <cinek@google.com>
Thu, 1 May 2014 21:09:41 +0000 (23:09 +0200)
commit319bdc45421b6a2239f259a0a26a44406a4b4a9b
treede66e072ba904034a62a691d60c1b78397e94836
parentf4c1996d015a3c74e00c6ef72968f90f615a4bf7
Opimized the number of calls to updateChildren.

Improved the performance by batching multiple calls to updateChildren
to a single call on preDraw.

Change-Id: I386edeb15ac35201d39afcac8beaa48b09245448
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java