Home
last modified time | relevance | path

Searched defs:fullPath (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp138 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in updateFullPathPropertiesAndStrokeStyles() local
158 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFullPathProperties() local
276 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeWidth() local
281 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeWidth() local
286 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeColor() local
291 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeColor() local
296 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getStrokeAlpha() local
301 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setStrokeAlpha() local
306 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in getFillColor() local
311 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(fullPathPtr); in setFillColor() local
[all …]
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp124 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathColorPropertyHolder() local
132 VectorDrawable::FullPath* fullPath = reinterpret_cast<VectorDrawable::FullPath*>(nativePtr); in createPathPropertyHolder() local
/aosp14/frameworks/base/tools/aapt/
H A DDirectoryWalker.h80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name); in nextEntry() local
H A DFileFinder.cpp60 String8 fullPath = basePath.appendPathCopy(entryName); in findFiles() local
H A DAaptAssets.cpp98 String8 fullPath(root); in isHidden() local
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/
H A DSystemFonts.java85 private static @Nullable ByteBuffer mmap(@NonNull String fullPath) { in mmap()
165 final String fullPath = fontConfig.getFile().getAbsolutePath(); in createFontFamily() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageAbiHelperImpl.java74 String fullPath = codePath.getAbsolutePath(); in calculateBundledApkRoot() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAvatarPhotoController.java364 final File fullPath = new File(parentDir, fileName); in createTempImageUri() local
/aosp14/frameworks/base/native/android/
H A Dsystem_fonts.cpp208 std::string fullPath = filePath; in isFontFileAvailable() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java597 StringBuilder fullPath = new StringBuilder(sdPath); in createFileOnSD() local
/aosp14/frameworks/base/services/incremental/
H A DIncrementalService.cpp314 auto fullPath = base::StringPrintf("%s/%s", path, entry->d_name); in rmDirContent() local