Searched defs:getPath (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/transition/
H A DPathMotion.java29 * by extending PathMotion and implementing {@link #getPath(float, float, float, float)}.
58 public abstract Path getPath(float startX, float startY, float endX, float endY); method in class:PathMotion
H A DPatternPathMotion.java130 public Path getPath(float startX, float startY, float endX, float endY) { method in class:PatternPathMotion
H A DArcMotion.java180 public Path getPath(float startX, float startY, float endX, float endY) { method in class:ArcMotion
/frameworks/av/media/mtp/
H A DMtpStorage.h52 inline const char* getPath() const { return (const char *)mFilePath; } function in class:android::MtpStorage
/frameworks/base/tools/aapt/
H A DOutputSet.h37 inline const android::String8& getPath() const { function in class:OutputEntry
41 bool operator<(const OutputEntry& o) const { return getPath() < o.mPath; }
42 bool operator==(const OutputEntry& o) const { return getPath() == o.mPath; }
/frameworks/compile/mclinker/lib/Support/
H A DFileOutputBuffer.cpp55 llvm::StringRef FileOutputBuffer::getPath() const { function in class:mcld::FileOutputBuffer
/frameworks/base/media/java/android/mtp/
H A DMtpStorage.java40 mPath = volume.getPath();
61 public final String getPath() { method in class:MtpStorage
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DIconLoader.java67 public String getPath() { method in class:IconLoader
/frameworks/base/core/java/android/os/
H A DPatternMatcher.java56 public final String getPath() { method in class:PatternMatcher
/frameworks/base/libs/hwui/
H A DRevealClip.h59 const SkPath* getPath() const { function in class:android::uirenderer::RevealClip
H A DOutline.h126 const SkPath* getPath() const { function in class:android::uirenderer::Outline::Type
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DWebAsset.java60 public String getPath() { method in class:WebAsset
61 return mUrl.getPath();
143 String path = url.getFile(); // This is url.getPath() + url.getQuery().
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java112 public Path getPath() { method in class:GestureStroke
/frameworks/base/core/java/android/net/
H A DWebAddress.java180 public String getPath() { method in class:WebAddress
/frameworks/base/core/java/android/webkit/
H A DPlugin.java98 public String getPath() { method in class:Plugin
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMANode.java54 public List<String> getPath() { method in class:OMANode
64 for (String element : getPath()) {
H A DMOTree.java108 public String getPath() { method in class:MOTree.NodeData
139 if (curValue == null || curValue.getPath() != null)
178 context, null, curValue.getPath());
189 nodeData.getValue(), nodeData.getPath());
/frameworks/native/libs/input/
H A DKeyboard.cpp108 String8 path(getPath(deviceIdentifier, name,
125 String8 path(getPath(deviceIdentifier, name,
141 String8 KeyMap::getPath(const InputDeviceIdentifier& deviceIdentifier, function in class:android::KeyMap
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DOMADMAdapter.java93 private String[] getPath() { method in class:OMADMAdapter.PathAccessor
225 String[] path = pathAccessor.getPath();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java66 public String getPath() { method in class:MountServiceTests.ObbObserver
117 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
120 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
133 assertTrue("mountObb call on " + file.getPath() + " should succeed",
134 sm.mountObb(file.getPath(), null, observer));
140 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath()));
144 file.getPath(), observer.getPath());
154 assertTrue("mountObb call on " + file.getPath() + " should succeed", sm.mountObb(file
155 .getPath(), nul
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DOMADMAdapter.java95 private String[] getPath() { method in class:OMADMAdapter.PathAccessor
215 String[] path = pathAccessor.getPath();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOTree.java112 public String getPath() { method in class:MOTree.NodeData
143 if (curValue == null || curValue.getPath() != null)
182 context, null, curValue.getPath());
193 nodeData.getValue(), nodeData.getPath());
H A DOMANode.java63 public List<String> getPath() { method in class:OMANode
73 for (String element : getPath()) {
/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java169 public String getPath() { method in class:StorageVolume
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java260 public Path getPath() { method in class:GestureDescription.StrokeDescription

Completed in 1165 milliseconds

12