Lines Matching refs:IMPL

546     static final ViewCompatImpl IMPL;
550 IMPL = new KitKatViewCompatImpl();
552 IMPL = new JbMr1ViewCompatImpl();
554 IMPL = new JBViewCompatImpl();
556 IMPL = new ICSViewCompatImpl();
558 IMPL = new HCViewCompatImpl();
560 IMPL = new GBViewCompatImpl();
562 IMPL = new BaseViewCompatImpl();
574 return IMPL.canScrollHorizontally(v, direction);
585 return IMPL.canScrollVertically(v, direction);
598 return IMPL.getOverScrollMode(v);
614 IMPL.setOverScrollMode(v, overScrollMode);
651 IMPL.onPopulateAccessibilityEvent(v, event);
684 IMPL.onInitializeAccessibilityEvent(v, event);
720 IMPL.onInitializeAccessibilityNodeInfo(v, info);
735 IMPL.setAccessibilityDelegate(v, delegate);
747 return IMPL.hasTransientState(view);
758 IMPL.setHasTransientState(view, hasTransientState);
771 IMPL.postInvalidateOnAnimation(view);
789 IMPL.postInvalidateOnAnimation(view, left, top, right, bottom);
803 IMPL.postOnAnimation(view, action);
820 IMPL.postOnAnimationDelayed(view, action, delayMillis);
837 return IMPL.getImportantForAccessibility(view);
854 IMPL.setImportantForAccessibility(view, mode);
872 return IMPL.performAccessibilityAction(view, action, arguments);
899 return IMPL.getAccessibilityNodeProvider(view);
910 return IMPL.getAlpha(view);
953 IMPL.setLayerType(view, layerType, paint);
973 return IMPL.getLayerType(view);
984 return IMPL.getLabelFor(view);
995 IMPL.setLabelFor(view, labeledId);
1029 IMPL.setLayerPaint(view, paint);
1043 return IMPL.getLayoutDirection(view);
1063 IMPL.setLayoutDirection(view, layoutDirection);
1075 return IMPL.getParentForAccessibility(view);
1088 return IMPL.isOpaque(view);
1105 return IMPL.resolveSizeAndState(size, measureSpec, childMeasuredState);
1119 return IMPL.getMeasuredWidthAndState(view);
1133 return IMPL.getMeasuredHeightAndState(view);
1144 return IMPL.getMeasuredState(view);
1156 return IMPL.getAccessibilityLiveRegion(view);
1188 IMPL.setAccessibilityLiveRegion(view, mode);