OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_setFillType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Path.java
234
native_setFillType
(mNativePath, ft.nativeInt);
253
native_setFillType
(mNativePath, ft);
712
private static native void
native_setFillType
(int nPath, int ft);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java
155
/*package*/ static void
native_setFillType
(int nPath, int ft) {
Completed in 157 milliseconds