Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java +2 −2 Original line number Diff line number Diff line Loading @@ -448,7 +448,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout { if(ishide_notificationIcon==1){ //hide notificaton icon and move system icon right to left Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....true"+); Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....true"); if (!isLayoutRtl()) { for (int i = 0; i < childCount; i++) { View child = getChildAt(i); Loading @@ -458,7 +458,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout { } } else { Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....falsh "+); Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....falsh "); //show notification icon and move system icon left to right if (isLayoutRtl()) { for (int i = 0; i < childCount; i++) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusIconContainer.java +2 −2 Original line number Diff line number Diff line Loading @@ -448,7 +448,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout { if(ishide_notificationIcon==1){ //hide notificaton icon and move system icon right to left Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....true"+); Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....true"); if (!isLayoutRtl()) { for (int i = 0; i < childCount; i++) { View child = getChildAt(i); Loading @@ -458,7 +458,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout { } } else { Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....falsh "+); Log.e("MoveLeftRightSystemIcon", "MoveLeftRightSystemIcon ......Testing .....falsh "); //show notification icon and move system icon left to right if (isLayoutRtl()) { for (int i = 0; i < childCount; i++) { Loading