OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_setScale
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Matrix.java
302
native_setScale
(native_instance, sx, sy, px, py);
307
native_setScale
(native_instance, sx, sy);
814
private static native void
native_setScale
(int native_object,
816
private static native void
native_setScale
(int native_object,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java
251
/*package*/ static void
native_setScale
(int native_object, float sx, float sy,
262
/*package*/ static void
native_setScale
(int native_object, float sx, float sy) {
[
all
...]
Completed in 40 milliseconds