Searched refs:mPerformanceHelper (Results 1 - 2 of 2) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java46 private RecentsScrollViewPerformanceHelper mPerformanceHelper; field in class:RecentsHorizontalScrollView
53 mPerformanceHelper = RecentsScrollViewPerformanceHelper.create(context, attrs, this, false);
65 if (mPerformanceHelper != null) {
66 mPerformanceHelper.addViewCallback(view);
180 if (mPerformanceHelper != null) {
181 mPerformanceHelper.onLayoutCallback();
189 if (mPerformanceHelper != null) {
205 mPerformanceHelper.drawCallback(canvas,
214 if (mPerformanceHelper != null) {
215 return mPerformanceHelper
[all...]
H A DRecentsVerticalScrollView.java44 private RecentsScrollViewPerformanceHelper mPerformanceHelper; field in class:RecentsVerticalScrollView
52 mPerformanceHelper = RecentsScrollViewPerformanceHelper.create(context, attrs, this, true);
72 if (mPerformanceHelper != null) {
73 mPerformanceHelper.addViewCallback(view);
195 if (mPerformanceHelper != null) {
196 mPerformanceHelper.onLayoutCallback();
204 if (mPerformanceHelper != null) {
220 mPerformanceHelper.drawCallback(canvas,
229 if (mPerformanceHelper != null) {
230 return mPerformanceHelper
[all...]

Completed in 133 milliseconds