Home
last modified time | relevance | path

Searched refs:native_offset (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DPath.java728 native_offset(mNativePath, dx, dy); in offset()
849 private static native void native_offset(long nPath, float dx, float dy); in native_offset() method in Path
/frameworks/base/media/jni/
Dandroid_mtp_MtpDevice.cpp488 const uint64_t native_offset = static_cast<uint64_t>(offset); in android_mtp_MtpDevice_get_partial_object_64() local
495 native_offset, in android_mtp_MtpDevice_get_partial_object_64()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPath_Delegate.java426 /*package*/ static void native_offset(long nPath, float dx, float dy) { in native_offset() method in Path_Delegate