Loading packages/SystemUI/src/com/android/systemui/recent/RecentsScrollViewPerformanceHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ public class RecentsScrollViewPerformanceHelper { mFadingEdgeLength = a.getDimensionPixelSize(android.R.styleable.View_fadingEdgeLength, ViewConfiguration.get(context).getScaledFadingEdgeLength()); mIsVertical = isVertical; a.recycle(); } public void onAttachedToWindowCallback( Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettingsContainerView.java +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ public class QuickSettingsContainerView extends FrameLayout { super(context, attrs); TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.QuickSettingsContainer, 0, 0); mSingleRow = a.getBoolean(R.styleable.QuickSettingsContainer_singleRow, false); a.recycle(); updateResources(); } Loading packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ public class DeadZone extends View { + (mVertical ? " vertical" : " horizontal")); setFlashOnTouchCapture(context.getResources().getBoolean(R.bool.config_dead_zone_flash)); a.recycle(); } static float lerp(float a, float b, float f) { Loading Loading
packages/SystemUI/src/com/android/systemui/recent/RecentsScrollViewPerformanceHelper.java +1 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,7 @@ public class RecentsScrollViewPerformanceHelper { mFadingEdgeLength = a.getDimensionPixelSize(android.R.styleable.View_fadingEdgeLength, ViewConfiguration.get(context).getScaledFadingEdgeLength()); mIsVertical = isVertical; a.recycle(); } public void onAttachedToWindowCallback( Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettingsContainerView.java +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ public class QuickSettingsContainerView extends FrameLayout { super(context, attrs); TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.QuickSettingsContainer, 0, 0); mSingleRow = a.getBoolean(R.styleable.QuickSettingsContainer_singleRow, false); a.recycle(); updateResources(); } Loading
packages/SystemUI/src/com/android/systemui/statusbar/policy/DeadZone.java +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ public class DeadZone extends View { + (mVertical ? " vertical" : " horizontal")); setFlashOnTouchCapture(context.getResources().getBoolean(R.bool.config_dead_zone_flash)); a.recycle(); } static float lerp(float a, float b, float f) { Loading