Search code examples
androidtextviewandroid-source

Where can i find the source code of TextView.setText(..) method?


I am displaying Arabic text on TextView with custom fonts. But the small character called "Araab" are not getting positioned well. They overlap on other characters..

I have posted a query: How to ajust Arabic 'aarab' characters? Please see my code

but not getting any help. I think if i could find the source code for TextView.setText() method i can over-ride it in my project and debug it..??

Please help me where can i find the source code for it??


Solution

  • Here is source code url for android http://source.android.com/source/index.html