Searched refs:availableShapes (Results 1 – 1 of 1) sorted by relevance
28 val availableShapes = context.resources.obtainTypedArray(R.array.bouncer_pin_shapes) constant30 for (i in 0 until availableShapes.length()) {31 val shape = availableShapes.getResourceId(i, 0)36 availableShapes.recycle()