Add a hidden API to modify the paint used to draw gestures.
This commit is contained in:
@@ -352,6 +352,13 @@ public class GestureOverlayView extends FrameLayout {
|
||||
invalidate();
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
public Paint getGesturePaint() {
|
||||
return mGesturePaint;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void draw(Canvas canvas) {
|
||||
super.draw(canvas);
|
||||
|
||||
Reference in New Issue
Block a user