Restoring mLayout has private in TextView
Change-Id: If8c4385ec0b64fb2055f4561aeeb1c145294d679
This commit is contained in:
@@ -11460,13 +11460,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
|
||||
private boolean mUserSetTextScaleX;
|
||||
private final Paint mHighlightPaint;
|
||||
private int mHighlightColor = 0x6633B5E5;
|
||||
/**
|
||||
* This is temporarily visible to fix bug 3085564 in webView. Do not rely on
|
||||
* this field being protected. Will be restored as private when lineHeight
|
||||
* feature request 3215097 is implemented
|
||||
* @hide
|
||||
*/
|
||||
protected Layout mLayout;
|
||||
private Layout mLayout;
|
||||
|
||||
private long mShowCursor;
|
||||
private Blink mBlink;
|
||||
|
||||
Reference in New Issue
Block a user