Home
last modified time | relevance | path

Searched defs:random (Results 1 – 3 of 3) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionKeyFrameArray.java31 Random random = new Random(); in arcTest1() local
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DRandomLayoutTest.java58 static ArrayList<Rectangle> random(long seed, int count, int sizeRatio, int width, int height) { in random() method in RandomLayoutTest
DSolverVariableValuesTest.java224 Random random = new Random(1234); in testBasic6() local