Loading core/java/android/app/ActivityView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -77,7 +77,7 @@ public class ActivityView extends ViewGroup { @Override @Override protected void onLayout(boolean changed, int l, int t, int r, int b) { protected void onLayout(boolean changed, int l, int t, int r, int b) { mTextureView.layout(l, t, r, b); mTextureView.layout(0, 0, r - l, b - t); } } @Override @Override Loading Loading
core/java/android/app/ActivityView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -77,7 +77,7 @@ public class ActivityView extends ViewGroup { @Override @Override protected void onLayout(boolean changed, int l, int t, int r, int b) { protected void onLayout(boolean changed, int l, int t, int r, int b) { mTextureView.layout(l, t, r, b); mTextureView.layout(0, 0, r - l, b - t); } } @Override @Override Loading