Searched defs:StackView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DStackView.java54 public class StackView extends AdapterViewAnimator { class in inherits:AdapterViewAnimator
55 private final String TAG = "StackView";
156 public StackView(Context context) { method in class:StackView
163 public StackView(Context context, AttributeSet attrs) { method in class:StackView
170 public StackView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:StackView
173 com.android.internal.R.styleable.StackView, defStyleAttr, 0);
209 // This sets the form of the StackView, which is currently to have the perspective-shifted
1225 event.setClassName(StackView.class.getName());
1231 info.setClassName(StackView.class.getName());

Completed in 41 milliseconds