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
Post a Comment