OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeSetRect
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Region.java
71
nativeSetRect
(mNativeRegion, r.left, r.top, r.right, r.bottom);
78
nativeSetRect
(mNativeRegion, left, top, right, bottom);
84
nativeSetRect
(mNativeRegion, 0, 0, 0, 0);
97
return
nativeSetRect
(mNativeRegion, r.left, r.top, r.right, r.bottom);
103
return
nativeSetRect
(mNativeRegion, left, top, right, bottom);
411
private static native boolean
nativeSetRect
(int native_dst, int left,
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java
296
/*package*/ static boolean
nativeSetRect
(int native_dst,
Completed in 25 milliseconds