HomeSort by relevance Sort by last modified time
    Searched refs:dirHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
Path.cpp 135 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) {
137 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle);
142 jfloat left, jfloat top, jfloat right, jfloat bottom, jint dirHandle) {
144 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle);
150 jfloat radius, jint dirHandle) {
152 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle);
164 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) {
167 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle);
172 jfloat right, jfloat bottom, jfloatArray array, jint dirHandle) {
175 SkPath::Direction dir = static_cast<SkPath::Direction>(dirHandle);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 168 int dirHandle = pendingDirectories.pop();
169 for (int objectHandle : mDevice.getObjectHandles(storageId, 0, dirHandle)) {

Completed in 78 milliseconds