Lines Matching refs:view
21 import android.view.Gravity;
22 import android.view.View;
23 import android.view.animation.Animation;
24 import android.view.animation.AnimationUtils;
31 * This sample shows the use of the {@link android.widget.TextSwitcher} View with animations. A
45 // Get the TextSwitcher view from the layout
70 nextButton.setOnClickListener(new View.OnClickListener() {
73 public void onClick(View v) {
94 public View makeView() {