Home | History | Annotate | Download | only in widget

Lines Matching defs:StackFrame

234             ((StackFrame) view).cancelSliderAnimator();
247 ((StackFrame) view).cancelSliderAnimator();
261 ((StackFrame) view).setSliderAnimator(slideIn);
269 ((StackFrame) view).cancelSliderAnimator();
281 ((StackFrame) view).setSliderAnimator(slideOut);
347 if (view instanceof StackFrame) {
348 ((StackFrame) view).cancelTransformAnimator();
360 if (view instanceof StackFrame) {
361 ((StackFrame) view).setTransformAnimator(oa);
479 private static class StackFrame extends FrameLayout {
483 public StackFrame(Context context) {
520 StackFrame fl = new StackFrame(mContext);