(int index)
| 31 | } |
| 32 | |
| 33 | public String getStyleName(int index) { |
| 34 | try { |
| 35 | Stats.onNativeCall(); |
| 36 | return _nGetStyleName(_ptr, index); |
| 37 | } finally { |
| 38 | Reference.reachabilityFence(this); |
| 39 | } |
| 40 | } |
| 41 | |
| 42 | public Typeface getTypeface(int index) { |
| 43 | try { |