Home
last modified time | relevance | path

Searched refs:fromSpecString (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DDisplayShapeTest.java48 final DisplayShape displayShape = DisplayShape.fromSpecString( in testGetPath()
78 final DisplayShape cached = DisplayShape.fromSpecString( in testFromSpecString_cache()
80 assertThat(DisplayShape.fromSpecString(SPEC_RECTANGULAR_SHAPE, 1f, 100, 200), in testFromSpecString_cache()
86 final Path cached = DisplayShape.fromSpecString( in testGetPath_cache()
88 assertThat(DisplayShape.fromSpecString( in testGetPath_cache()
95 DisplayShape displayShape = DisplayShape.fromSpecString( in testRotate_90()
108 DisplayShape displayShape = DisplayShape.fromSpecString( in testRotate_270()
121 DisplayShape displayShape = DisplayShape.fromSpecString( in testOffset()
134 final DisplayShape displayShape = DisplayShape.fromSpecString( in testPhysicalPixelDisplaySizeRatio()
/frameworks/base/core/java/android/view/
DDisplayShape.java98 return fromSpecString(spec, physicalPixelDisplaySizeRatio, displayWidth, displayHeight); in fromResources()
107 return fromSpecString(createDefaultSpecString(displayWidth, displayHeight, isScreenRound), in createDefaultDisplayShape()
116 public static DisplayShape fromSpecString(@NonNull String spec, in fromSpecString() method in DisplayShape
/frameworks/base/core/api/
Dtest-current.txt3647 …method @NonNull public static android.view.DisplayShape fromSpecString(@NonNull String, float, int…