Home
last modified time | relevance | path

Searched defs:path (Results 1 – 21 of 21) sorted by relevance

/core/core/src/main/java/androidx/core/os/
DEnvironmentCompat.java59 public static @NonNull String getStorageState(@NonNull File path) { in getStorageState()
76 static String getExternalStorageState(File path) { in getExternalStorageState()
/core/core/src/main/java/androidx/core/graphics/
DPathUtils.java44 public static @NonNull Collection<PathSegment> flatten(@NonNull Path path) { in flatten()
60 public static @NonNull Collection<PathSegment> flatten(final @NonNull Path path, in flatten()
93 static float[] approximate(Path path, float acceptableError) { in approximate()
DTypefaceCompat.java96 @Nullable String path, int cookie, int style) { in findFromCache()
121 private static String createResourceUid(final Resources resources, int id, String path, in createResourceUid()
156 @NonNull Resources resources, int id, @Nullable String path, in createFromResourcesFamilyXml()
233 @NonNull Context context, @NonNull Resources resources, int id, String path, int cookie, in createFromResourcesFontFile()
252 @NonNull Context context, @NonNull Resources resources, int id, String path, in createFromResourcesFontFile()
DPathParser.java78 Path path = new Path(); in createPathFromPathData() local
377 @NonNull Path path in nodesToPath()
433 @NonNull Path path in nodesToPath()
456 private static void addCommand(Path path, float[] current, in addCommand()
DTypefaceCompatApi21Impl.java100 final String path = Os.readlink("/proc/self/fd/" + fd.getFd()); in getFile() local
DTypefaceCompatApi29Impl.java207 Context context, Resources resources, int id, String path, int style) { in createFromResourcesFontFile()
DTypefaceCompatApi26Impl.java285 Context context, Resources resources, int id, String path, int style) { in createFromResourcesFontFile()
/core/core-animation/src/main/java/androidx/core/animation/
DPathInterpolator.java64 public PathInterpolator(@NonNull Path path) { in PathInterpolator()
140 Path path = PathParser.createPathFromPathData(pathData); in parseInterpolatorFromTypeArray() local
180 Path path = new Path(); in initQuad() local
187 Path path = new Path(); in initCubic() local
193 private void initPath(Path path) { in initPath()
DObjectAnimator.java261 @NonNull String xPropertyName, @NonNull String yPropertyName, @NonNull Path path) { in ofInt()
305 @NonNull Path path) { in ofInt()
355 @NonNull String propertyName, @NonNull Path path) { in ofMultiInt()
470 @Nullable String xPropertyName, @Nullable String yPropertyName, @NonNull Path path) { in ofFloat()
514 @NonNull Path path) { in ofFloat()
564 @NonNull String propertyName, @NonNull Path path) { in ofMultiFloat()
649 @NonNull Path path) { in ofObject()
740 @NonNull Path path) { in ofObject()
DPathUtils.java34 static float[] createKeyFrameData(Path path, float precision) { in createKeyFrameData()
173 static float[] approximate(Path path, float acceptableError) { in approximate()
DPathKeyframes.java51 PathKeyframes(Path path) { in PathKeyframes()
55 PathKeyframes(Path path, float error) { in PathKeyframes()
DKeyframeSet.java162 public static PathKeyframes ofPath(Path path) { in ofPath()
166 public static PathKeyframes ofPath(Path path, float error) { in ofPath()
DPropertyValuesHolder.java217 @NonNull Path path) { in ofMultiInt()
345 @NonNull Path path) { in ofMultiFloat()
441 @Nullable TypeConverter<PointF, ?> converter, @NonNull Path path) { in ofObject()
527 @Nullable TypeConverter<PointF, V> converter, @NonNull Path path) { in ofObject()
DAnimatorInflater.java372 Path path = PathParser.createPathFromPathData(pathData); in setupObjectAnimator() local
/core/core/src/main/java/androidx/core/view/animation/
DPathInterpolatorApi14.java36 PathInterpolatorApi14(Path path) { in PathInterpolatorApi14()
99 final Path path = new Path(); in createQuad() local
107 final Path path = new Path(); in createCubic() local
DPathInterpolatorCompat.java51 public static @NonNull Interpolator create(@NonNull Path path) { in create()
97 static Interpolator createPathInterpolator(Path path) { in createPathInterpolator()
/core/core-animation-integration-tests/testapp/src/androidTest/java/androidx/core/animation/
DInterpolatorTest.java59 Path path = PathParser.createPathFromPathData( in testPathInterpolator() local
DObjectAnimatorTest.java411 Path path = new Path(); in testOfFloat_Path() local
466 Path path = new Path(); in testOfInt_Path() local
510 Path path = new Path(); in testOfMultiFloat_Path() local
594 Path path = new Path(); in testOfMultiInt_Path() local
680 Path path = new Path(); in testOfObject_Converter() local
/core/core/src/main/java/androidx/core/content/
DFileProvider.java518 String path = in.getAttributeValue(null, ATTR_PATH); in parsePathStrategy() local
602 private static @NonNull String removeTrailingSlash(@NonNull String path) { in removeTrailingSlash()
897 String path; in getUriForFile() local
935 String path = uri.getEncodedPath(); in getFileForUri() local
/core/core-splashscreen/src/androidTest/java/androidx/core/splashscreen/test/
DSplashscreenParametrizedTest.kt381 val path = diff?.parentFile?.path in compareBitmaps() constant
/core/core/src/androidTest/java/androidx/core/provider/
DMockFontProvider.java265 public static File getCopiedFile(Context context, String path) { in getCopiedFile()