Dim r As Reflector
r.Target = r.GetContext
r.Target = r.RunMethod("getResources")
r.Target = r.RunMethod("getSystem")
Dim ID_PressedDrawable As Int
ID_PressedDrawable = r.RunMethod4("getIdentifier", Array As Object("list_pressed_holo_dark", "drawable", "android"), _
Array As String("java.lang.String", "java.lang.String", "java.lang.String"))
r.Target = r.GetContext
r.Target = r.RunMethod("getResources")
Dim PressedDrawable As Object = r.RunMethod2("getDrawable", ID_PressedDrawable, "java.lang.int")