java - Android reference Paint Class reset -


i wondering how reset method of paint class implemented

paint class reference .

public void reset() {     throw new runtimeexception("stub!"); }  public void set(paint src) {     throw new runtimeexception("stub!"); } 

where implemented?

and there way find it?

if want see implementation android studio need download source code sdk you're compiling with.

with android studio 2.3:
. open sdk manager
. click on "show package details" in "sdk platform tab".
. find sdk level you're compiling (e.g. api 25 -> android 7.1.1)
. check "source android 25"
. click on apply , ok
. should see download starting
. maybe need restart android studio, maybe not


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -