Home
last modified time | relevance | path

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

/development/samples/browseable/BasicTransition/src/com.example.android.basictransition/
DBasicTransitionFragment.java109 View square = mSceneRoot.findViewById(R.id.transition_square); in onCheckedChanged() local
110 ViewGroup.LayoutParams params = square.getLayoutParams(); in onCheckedChanged()
114 square.setLayoutParams(params); in onCheckedChanged()
/development/samples/browseable/DelayedConfirmation/
D_index.jd13 appropriate margins based on whether the display is square or circular.
/development/samples/browseable/Interpolator/src/com.example.android.interpolator/
DInterpolatorFragment.java176 mView = v.findViewById(R.id.square); in onCreateView()