Searched refs:square (Results 1 – 3 of 3) sorted by relevance
109 View square = mSceneRoot.findViewById(R.id.transition_square); in onCheckedChanged() local110 ViewGroup.LayoutParams params = square.getLayoutParams(); in onCheckedChanged()114 square.setLayoutParams(params); in onCheckedChanged()
11 This sample uses two shapes, a circle and a square, and it demonstrates two13 has a fixed elevation, which is defined in XML. The second view, the square,
132 mView = view.findViewById(R.id.square); in onViewCreated()