Searched refs:fromDegrees (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/animation/ |
H A D | RotateAnimation.java | 82 public RotateAnimation(float fromDegrees, float toDegrees) { in RotateAnimation() argument 83 mFromDegrees = fromDegrees; in RotateAnimation() 104 public RotateAnimation(float fromDegrees, float toDegrees, float pivotX, float pivotY) { in RotateAnimation() argument 105 mFromDegrees = fromDegrees; in RotateAnimation() 140 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, in RotateAnimation() argument 142 mFromDegrees = fromDegrees; in RotateAnimation()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RotateDrawable.java | 168 public void setFromDegrees(float fromDegrees) { in setFromDegrees() argument 169 if (mState.mFromDegrees != fromDegrees) { in setFromDegrees() 170 mState.mFromDegrees = fromDegrees; in setFromDegrees()
|
/aosp12/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/ |
H A D | CitiesFile.java | 100 S2LatLng latLng = S2LatLng.fromDegrees(Double.parseDouble(lat), Double.parseDouble(lng)); in createCity()
|
/aosp12/packages/modules/GeoTZ/geotz_lookup/src/main/java/com/android/timezone/location/lookup/ |
H A D | S2RangeFileBasedGeoTimeZonesFinder.java | 94 S2CellId cellId = S2CellId.fromLatLng(S2LatLng.fromDegrees(latDegrees, lngDegrees)); in getS2CellId()
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/ |
H A D | GeoJsonTzToTzS2Polygons.java | 257 S2LatLng s2LatLng = S2LatLng.fromDegrees(point.getLatitude(), point.getLongitude()); in createS2Loop()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 713 field public static final int fromDegrees = 16843187; // 0x10101b3
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 610 field public static final int fromDegrees = 16843187; // 0x10101b3
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 79185 Lcom/android/internal/R$attr;->fromDegrees:I
|