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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DStackActivity.java27 import android.widget.StackView;
38 StackView stack = (StackView) findViewById(R.id.stack_view);
/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
177 public StackView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:StackView
180 attrs, com.android.internal.R.styleable.StackView, defStyleAttr, defStyleRes);
216 // This sets the form of the StackView, which is currently to have the perspective-shifted
1232 event.setClassName(StackView.class.getName());
1238 info.setClassName(StackView
[all...]

Completed in 110 milliseconds