| /core/core/src/main/java/androidx/core/os/ |
| D | EnvironmentCompat.java | 59 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/ |
| D | PathUtils.java | 44 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()
|
| D | TypefaceCompat.java | 96 @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()
|
| D | PathParser.java | 78 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()
|
| D | TypefaceCompatApi21Impl.java | 100 final String path = Os.readlink("/proc/self/fd/" + fd.getFd()); in getFile() local
|
| D | TypefaceCompatApi29Impl.java | 207 Context context, Resources resources, int id, String path, int style) { in createFromResourcesFontFile()
|
| D | TypefaceCompatApi26Impl.java | 285 Context context, Resources resources, int id, String path, int style) { in createFromResourcesFontFile()
|
| /core/core-animation/src/main/java/androidx/core/animation/ |
| D | PathInterpolator.java | 64 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()
|
| D | ObjectAnimator.java | 261 @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()
|
| D | PathUtils.java | 34 static float[] createKeyFrameData(Path path, float precision) { in createKeyFrameData() 173 static float[] approximate(Path path, float acceptableError) { in approximate()
|
| D | PathKeyframes.java | 51 PathKeyframes(Path path) { in PathKeyframes() 55 PathKeyframes(Path path, float error) { in PathKeyframes()
|
| D | KeyframeSet.java | 162 public static PathKeyframes ofPath(Path path) { in ofPath() 166 public static PathKeyframes ofPath(Path path, float error) { in ofPath()
|
| D | PropertyValuesHolder.java | 217 @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()
|
| D | AnimatorInflater.java | 372 Path path = PathParser.createPathFromPathData(pathData); in setupObjectAnimator() local
|
| /core/core/src/main/java/androidx/core/view/animation/ |
| D | PathInterpolatorApi14.java | 36 PathInterpolatorApi14(Path path) { in PathInterpolatorApi14() 99 final Path path = new Path(); in createQuad() local 107 final Path path = new Path(); in createCubic() local
|
| D | PathInterpolatorCompat.java | 51 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/ |
| D | InterpolatorTest.java | 59 Path path = PathParser.createPathFromPathData( in testPathInterpolator() local
|
| D | ObjectAnimatorTest.java | 411 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/ |
| D | FileProvider.java | 518 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/ |
| D | SplashscreenParametrizedTest.kt | 381 val path = diff?.parentFile?.path in compareBitmaps() constant
|
| /core/core/src/androidTest/java/androidx/core/provider/ |
| D | MockFontProvider.java | 265 public static File getCopiedFile(Context context, String path) { in getCopiedFile()
|