Searched refs:setPath (Results 1 - 19 of 19) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestSetPath.java59 hs = session.setPath(mHeaderSet, false, false);
62 hs = session.setPath(mHeaderSet, true, false);
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp67 static void setPath(JNIEnv* env, jobject clazz, jlong pairHandle, function in class:android::SkPathMeasureGlue
78 pair->fMeasure.setPath(&pair->fPath, forceClosed);
148 {"native_setPath", "(JJZ)V", (void*) SkPathMeasureGlue::setPath },
H A DRegion.cpp72 bool result = dst->setPath(*path, *clip);
/frameworks/base/core/java/android/webkit/
H A DPlugin.java138 public void setPath(String path) { method in class:Plugin
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java25 * setPath.
29 * is used. If the path is modified, you must call setPath with the path.
44 * is used. If the path is modified, you must call setPath with the path.
60 public void setPath(Path path, boolean forceClosed) { method in class:PathMeasure
H A DRegion.java112 public boolean setPath(Path path, Region clip) { method in class:Region
/frameworks/base/core/java/android/net/
H A DWebAddress.java175 public void setPath(String path) { method in class:WebAddress
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h69 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; } function in class:mcld::Input
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOTree.java96 private void setPath(String path) { method in class:MOTree.NodeData
141 curValue.setPath(child.getText());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOTree.java100 private void setPath(String path) { method in class:MOTree.NodeData
145 curValue.setPath(child.getText());
/frameworks/base/libs/hwui/
H A DClipArea.h213 pathAsRegion.setPath(path, createViewportRegion());
H A DClipArea.cpp169 rectangleListAsRegion.setPath(rectPathTransformed, clip);
172 rectRegion.setPath(rectPathTransformed, clip);
456 other.setPath(transformedRect, createViewportRegion());
/frameworks/base/libs/hwui/tests/unit/
H A DClipAreaTests.cpp241 recordedClip.region.setPath(ovalPath, SkRegion(SkIRect::MakeWH(200, 200)));
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java249 mPathMeasure.setPath(mPath, false);
/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java1403 public ElectronicBuilder setPath(String path) { method in class:TtsSpan.ElectronicBuilder
/frameworks/base/obex/javax/obex/
H A DClientSession.java332 public HeaderSet setPath(HeaderSet header, boolean backup, boolean create) throws IOException { method in class:ClientSession
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1112 mPathMeasure.setPath(mPath, false);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java492 availableBounds.setPath(mCircularPath, availableBounds);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1030 mPathMeasure.setPath(mPath, false);

Completed in 511 milliseconds