- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
try {
Method m = this.getClass().getMethod("setLayerType", int.class, Paint.class);
if (m != null) {
m.invoke(this, View.LAYER_TYPE_SOFTWARE, (Object)null);
}
} catch (NoSuchMethodException e) {
} catch (IllegalAccessException e) {
} catch (InvocationTargetException e) {
}
Lure Of Chaos 07.09.2011 17:50 # 0
что-что? класс примитива?
Eugene 07.09.2011 18:08 # 0
Lure Of Chaos 07.09.2011 18:09 # 0
lucidfox 07.09.2011 18:44 # +4
То есть int.class != Integer.class, но int.class == Integer.TYPE.
Lure Of Chaos 07.09.2011 22:31 # 0
roman-kashitsyn 08.09.2011 09:12 # +2
absolut 08.09.2011 10:59 # −1
SadKo 08.09.2011 12:19 # 0
gegMOPO4 08.09.2011 10:18 # +3
roman-kashitsyn 08.09.2011 10:23 # 0
tir 08.09.2011 11:12 # 0
roman-kashitsyn 08.09.2011 12:01 # 0
roman-kashitsyn 08.09.2011 10:33 # +1