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