Searched defs:getPath (Results 1 - 25 of 42) 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/rs/
H A DrsCacheDir.cpp37 jmethodID getPath = env->GetMethodID(fileClass, "getPath", "()Ljava/lang/String;"); local
38 jstring path_string = (jstring)env->CallObjectMethod(cache_dir, getPath);
/frameworks/support/transition/src/main/java/androidx/transition/
H A DPathMotion.java30 * by extending PathMotion and implementing {@link #getPath(float, float, float, float)}.
61 public abstract Path getPath(float startX, float startY, float endX, float endY); method in class:PathMotion
H A DPatternPathMotion.java131 public Path getPath(float startX, float startY, float endX, float endY) { method in class:PatternPathMotion
H A DArcMotion.java181 public Path getPath(float startX, float startY, float endX, float endY) { method in class:ArcMotion
/frameworks/av/media/mtp/
H A DMtpStorage.h51 inline const char* getPath() const { return (const char *)mFilePath; } function in class:android::MtpStorage
/frameworks/base/media/java/android/mtp/
H A DMtpStorage.java58 public final String getPath() { method in class: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/data-binding/compiler/src/main/java/android/databinding/tool/solver/
H A DExecutionBranch.java52 public ExecutionPath getPath() { method in class:ExecutionBranch
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DIconLoader.java67 public String getPath() { method in class:IconLoader
/frameworks/base/libs/hwui/
H A DRevealClip.h52 const SkPath* getPath() const { function in class:android::uirenderer::RevealClip
H A DOutline.h111 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/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/core/java/android/os/
H A DPatternMatcher.java104 public final String getPath() { method in class:PatternMatcher
/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/support/frameworks/support/samples/SupportMediaDemos/src/main/java/com/example/androidx/media/
H A DVideoSelector.java233 public String getPath() { method in class:VideoSelector.VideoItemList
/frameworks/support/persistence/db/src/main/java/androidx/sqlite/db/
H A DSupportSQLiteDatabase.java424 String getPath(); method in interface:SupportSQLiteDatabase
/frameworks/support/persistence/db-framework/src/main/java/androidx/sqlite/db/framework/
H A DFrameworkSQLiteDatabase.java266 public String getPath() { method in class:FrameworkSQLiteDatabase
267 return mDelegate.getPath();

Completed in 2364 milliseconds

12