OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_preRotate
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Matrix.java
393
return
native_preRotate
(native_instance, degrees, px, py);
401
return
native_preRotate
(native_instance, degrees);
838
private static native boolean
native_preRotate
(int native_object,
840
private static native boolean
native_preRotate
(int native_object,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java
420
/*package*/ static boolean
native_preRotate
(int native_object, float degrees,
432
/*package*/ static boolean
native_preRotate
(int native_object, float degrees) {
[
all
...]
Completed in 38 milliseconds