Loading core/java/android/webkit/WebViewClassic.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -4540,11 +4540,11 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc private void ensureSelectionHandles() { private void ensureSelectionHandles() { if (mSelectHandleCenter == null) { if (mSelectHandleCenter == null) { mSelectHandleCenter = mContext.getResources().getDrawable( mSelectHandleCenter = mContext.getResources().getDrawable( com.android.internal.R.drawable.text_select_handle_middle); com.android.internal.R.drawable.text_select_handle_middle).mutate(); mSelectHandleLeft = mContext.getResources().getDrawable( mSelectHandleLeft = mContext.getResources().getDrawable( com.android.internal.R.drawable.text_select_handle_left); com.android.internal.R.drawable.text_select_handle_left).mutate(); mSelectHandleRight = mContext.getResources().getDrawable( mSelectHandleRight = mContext.getResources().getDrawable( com.android.internal.R.drawable.text_select_handle_right); com.android.internal.R.drawable.text_select_handle_right).mutate(); mHandleAlpha.setAlpha(mHandleAlpha.getAlpha()); mHandleAlpha.setAlpha(mHandleAlpha.getAlpha()); mSelectHandleCenterOffset = new Point(0, mSelectHandleCenterOffset = new Point(0, -mSelectHandleCenter.getIntrinsicHeight()); -mSelectHandleCenter.getIntrinsicHeight()); Loading Loading
core/java/android/webkit/WebViewClassic.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -4540,11 +4540,11 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc private void ensureSelectionHandles() { private void ensureSelectionHandles() { if (mSelectHandleCenter == null) { if (mSelectHandleCenter == null) { mSelectHandleCenter = mContext.getResources().getDrawable( mSelectHandleCenter = mContext.getResources().getDrawable( com.android.internal.R.drawable.text_select_handle_middle); com.android.internal.R.drawable.text_select_handle_middle).mutate(); mSelectHandleLeft = mContext.getResources().getDrawable( mSelectHandleLeft = mContext.getResources().getDrawable( com.android.internal.R.drawable.text_select_handle_left); com.android.internal.R.drawable.text_select_handle_left).mutate(); mSelectHandleRight = mContext.getResources().getDrawable( mSelectHandleRight = mContext.getResources().getDrawable( com.android.internal.R.drawable.text_select_handle_right); com.android.internal.R.drawable.text_select_handle_right).mutate(); mHandleAlpha.setAlpha(mHandleAlpha.getAlpha()); mHandleAlpha.setAlpha(mHandleAlpha.getAlpha()); mSelectHandleCenterOffset = new Point(0, mSelectHandleCenterOffset = new Point(0, -mSelectHandleCenter.getIntrinsicHeight()); -mSelectHandleCenter.getIntrinsicHeight()); Loading