Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationHandle.java +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ public class NavigationHandle extends View implements ButtonInterface { mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); mDarkColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); mPaint.setAntiAlias(true); setFocusable(false); } @Override Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationHandle.java +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ public class NavigationHandle extends View implements ButtonInterface { mLightColor = Utils.getColorAttrDefaultColor(lightContext, R.attr.singleToneColor); mDarkColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); mPaint.setAntiAlias(true); setFocusable(false); } @Override Loading