Loading packages/SystemUI/src/com/android/systemui/qs/QSFragment.java +0 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ public class QSFragment extends Fragment implements QS, CommandQueue.Callbacks { } private void setEditLocation(View view) { Log.w(TAG, "I'm changing the location of the button!!!"); View edit = view.findViewById(android.R.id.edit); int[] loc = edit.getLocationOnScreen(); int x = loc[0] + edit.getWidth() / 2; Loading Loading
packages/SystemUI/src/com/android/systemui/qs/QSFragment.java +0 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,6 @@ public class QSFragment extends Fragment implements QS, CommandQueue.Callbacks { } private void setEditLocation(View view) { Log.w(TAG, "I'm changing the location of the button!!!"); View edit = view.findViewById(android.R.id.edit); int[] loc = edit.getLocationOnScreen(); int x = loc[0] + edit.getWidth() / 2; Loading