Lines Matching refs:IMPL

1532     static final ViewCompatImpl IMPL;
1536 IMPL = new LollipopViewCompatImpl();
1538 IMPL = new KitKatViewCompatImpl();
1540 IMPL = new JbMr1ViewCompatImpl();
1542 IMPL = new JBViewCompatImpl();
1544 IMPL = new ICSViewCompatImpl();
1546 IMPL = new HCViewCompatImpl();
1548 IMPL = new GBViewCompatImpl();
1550 IMPL = new EclairMr1ViewCompatImpl();
1552 IMPL = new BaseViewCompatImpl();
1564 return IMPL.canScrollHorizontally(v, direction);
1575 return IMPL.canScrollVertically(v, direction);
1589 return IMPL.getOverScrollMode(v);
1605 IMPL.setOverScrollMode(v, overScrollMode);
1642 IMPL.onPopulateAccessibilityEvent(v, event);
1675 IMPL.onInitializeAccessibilityEvent(v, event);
1711 IMPL.onInitializeAccessibilityNodeInfo(v, info);
1726 IMPL.setAccessibilityDelegate(v, delegate);
1736 return IMPL.hasAccessibilityDelegate(v);
1748 return IMPL.hasTransientState(view);
1759 IMPL.setHasTransientState(view, hasTransientState);
1772 IMPL.postInvalidateOnAnimation(view);
1790 IMPL.postInvalidateOnAnimation(view, left, top, right, bottom);
1804 IMPL.postOnAnimation(view, action);
1821 IMPL.postOnAnimationDelayed(view, action, delayMillis);
1839 return IMPL.getImportantForAccessibility(view);
1863 IMPL.setImportantForAccessibility(view, mode);
1881 return IMPL.performAccessibilityAction(view, action, arguments);
1908 return IMPL.getAccessibilityNodeProvider(view);
1919 return IMPL.getAlpha(view);
1962 IMPL.setLayerType(view, layerType, paint);
1983 return IMPL.getLayerType(view);
1994 return IMPL.getLabelFor(view);
2005 IMPL.setLabelFor(view, labeledId);
2039 IMPL.setLayerPaint(view, paint);
2054 return IMPL.getLayoutDirection(view);
2074 IMPL.setLayoutDirection(view, layoutDirection);
2086 return IMPL.getParentForAccessibility(view);
2099 return IMPL.isOpaque(view);
2116 return IMPL.resolveSizeAndState(size, measureSpec, childMeasuredState);
2130 return IMPL.getMeasuredWidthAndState(view);
2144 return IMPL.getMeasuredHeightAndState(view);
2155 return IMPL.getMeasuredState(view);
2167 return IMPL.combineMeasuredStates(curState, newState);
2180 return IMPL.getAccessibilityLiveRegion(view);
2212 IMPL.setAccessibilityLiveRegion(view, mode);
2224 return IMPL.getPaddingStart(view);
2236 return IMPL.getPaddingEnd(view);
2253 IMPL.setPaddingRelative(view, start, top, end, bottom);
2260 IMPL.dispatchStartTemporaryDetach(view);
2267 IMPL.dispatchFinishTemporaryDetach(view);
2280 return IMPL.getTranslationX(view);
2293 return IMPL.getTranslationY(view);
2304 return IMPL.getMinimumWidth(view);
2315 return IMPL.getMinimumHeight(view);
2327 return IMPL.animate(view);
2341 IMPL.setTranslationX(view, value);
2357 IMPL.setTranslationY(view, value);
2373 IMPL.setAlpha(view, value);
2387 IMPL.setX(view, value);
2401 IMPL.setY(view, value);
2413 IMPL.setRotation(view, value);
2426 IMPL.setRotationX(view, value);
2439 IMPL.setRotationY(view, value);
2451 IMPL.setScaleX(view, value);
2463 IMPL.setScaleY(view, value);
2474 return IMPL.getPivotX(view);
2489 IMPL.setPivotX(view, value);
2501 return IMPL.getPivotY(view);
2516 IMPL.setPivotX(view, value);
2520 return IMPL.getRotation(view);
2524 return IMPL.getRotationX(view);
2528 return IMPL.getRotationY(view);
2532 return IMPL.getScaleX(view);
2536 return IMPL.getScaleY(view);
2540 return IMPL.getX(view);
2544 return IMPL.getY(view);
2551 IMPL.setElevation(view, elevation);
2560 return IMPL.getElevation(view);
2567 IMPL.setTranslationZ(view, translationZ);
2576 return IMPL.getTranslationZ(view);
2587 IMPL.setTransitionName(view, transitionName);
2601 return IMPL.getTransitionName(view);
2608 return IMPL.getWindowSystemUiVisibility(view);
2616 IMPL.requestApplyInsets(view);
2629 IMPL.setChildrenDrawingOrderEnabled(viewGroup, enabled);
2637 return IMPL.getFitsSystemWindows(v);
2647 IMPL.setFitsSystemWindows(view, fitSystemWindows);
2658 IMPL.jumpDrawablesToCurrentState(v);
2667 IMPL.setOnApplyWindowInsetsListener(v, listener);
2683 return IMPL.onApplyWindowInsets(view, insets);
2700 return IMPL.dispatchApplyWindowInsets(view, insets);
2711 IMPL.setSaveFromParentEnabled(v, enabled);
2724 IMPL.setActivated(view, activated);
2742 return IMPL.hasOverlappingRendering(view);
2752 return IMPL.isPaddingRelative(view);
2762 return IMPL.getBackgroundTintList(view);
2773 IMPL.setBackgroundTintList(view, tintList);
2784 return IMPL.getBackgroundTintMode(view);
2797 IMPL.setBackgroundTintMode(view, mode);
2815 IMPL.setNestedScrollingEnabled(view, enabled);
2831 return IMPL.isNestedScrollingEnabled(view);
2873 return IMPL.startNestedScroll(view, axes);
2884 IMPL.stopNestedScroll(view);
2896 return IMPL.hasNestedScrollingParent(view);
2924 return IMPL.dispatchNestedScroll(view, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed,
2949 return IMPL.dispatchNestedPreScroll(view, dx, dy, consumed, offsetInWindow);
2972 return IMPL.dispatchNestedFling(view, velocityX, velocityY, consumed);
3006 return IMPL.dispatchNestedPreFling(view, velocityX, velocityY);
3014 return IMPL.isLaidOut(view);
3025 return IMPL.getZ(view);
3067 IMPL.setClipBounds(view, clipBounds);
3079 return IMPL.getClipBounds(view);
3086 return IMPL.isAttachedToWindow(view);