Searched refs:FIND_CLASS (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp856 #define FIND_CLASS(var, className) \ macro
877 FIND_CLASS(gMotionEventClassInfo.clazz, "android/view/MotionEvent");
888 FIND_CLASS(clazz, "android/view/MotionEvent$PointerCoords");
913 FIND_CLASS(clazz, "android/view/MotionEvent$PointerProperties");
H A Dandroid_app_NativeActivity.cpp635 #define FIND_CLASS(var, className) \ macro
647 FIND_CLASS(clazz, kNativeActivityPathName);
H A Dandroid_database_CursorWindow.cpp525 #define FIND_CLASS(var, className) \ macro
536 FIND_CLASS(clazz, "android/database/CharArrayBuffer");
H A Dandroid_view_RenderNode.cpp555 #define FIND_CLASS(var, className) \ macro
563 #define FIND_CLASS(var, className) macro
H A Dandroid_database_SQLiteConnection.cpp848 #define FIND_CLASS(var, className) \ macro
863 FIND_CLASS(clazz, "android/database/sqlite/SQLiteCustomFunction");
872 FIND_CLASS(clazz, "java/lang/String");
H A Dandroid_view_GLES20Canvas.cpp964 #define FIND_CLASS(var, className) \ macro
972 #define FIND_CLASS(var, className) macro
978 FIND_CLASS(clazz, "android/graphics/Rect");
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1404 #define FIND_CLASS(var, className) \ macro
1424 FIND_CLASS(clazz, "com/android/server/input/InputManagerService");
1505 FIND_CLASS(gInputDeviceClassInfo.clazz, "android/view/InputDevice");
1510 FIND_CLASS(gKeyEventClassInfo.clazz, "android/view/KeyEvent");
1515 FIND_CLASS(gMotionEventClassInfo.clazz, "android/view/MotionEvent");
1520 FIND_CLASS(gInputDeviceIdentifierInfo.clazz, "android/hardware/input/InputDeviceIdentifier");
1527 FIND_CLASS(gTouchCalibrationClassInfo.clazz, "android/hardware/input/TouchCalibration");

Completed in 136 milliseconds

12