Searched refs:IMPL (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/support/transition/src/android/support/transition/
H A DViewGroupUtils.java28 private static final ViewGroupUtilsImpl IMPL; field in class:ViewGroupUtils
32 IMPL = new ViewGroupUtilsApi18();
34 IMPL = new ViewGroupUtilsApi14();
42 return IMPL.getOverlay(group);
49 IMPL.suppressLayout(group, suppress);
H A DAnimatorUtils.java26 private static final AnimatorUtilsImpl IMPL; field in class:AnimatorUtils
30 IMPL = new AnimatorUtilsApi19();
32 IMPL = new AnimatorUtilsApi14();
38 IMPL.addPauseListener(animator, listener);
42 IMPL.pause(animator);
46 IMPL.resume(animator);
H A DImageViewUtils.java26 private static final ImageViewUtilsImpl IMPL; field in class:ImageViewUtils
30 IMPL = new ImageViewUtilsApi21();
32 IMPL = new ImageViewUtilsApi14();
41 IMPL.startAnimateTransform(view);
48 IMPL.animateTransform(view, matrix);
56 IMPL.reserveEndAnimateTransform(view, animator);
H A DPropertyValuesHolderUtils.java27 private static final PropertyValuesHolderUtilsImpl IMPL; field in class:PropertyValuesHolderUtils
31 IMPL = new PropertyValuesHolderUtilsApi21();
33 IMPL = new PropertyValuesHolderUtilsApi14();
48 return IMPL.ofPointF(property, path);
H A DObjectAnimatorUtils.java27 private static final ObjectAnimatorUtilsImpl IMPL; field in class:ObjectAnimatorUtils
31 IMPL = new ObjectAnimatorUtilsApi21();
33 IMPL = new ObjectAnimatorUtilsApi14();
38 return IMPL.ofPointF(target, property, path);
H A DViewUtils.java36 private static final ViewUtilsImpl IMPL; field in class:ViewUtils
45 IMPL = new ViewUtilsApi22();
47 IMPL = new ViewUtilsApi21();
49 IMPL = new ViewUtilsApi19();
51 IMPL = new ViewUtilsApi18();
53 IMPL = new ViewUtilsApi14();
94 return IMPL.getOverlay(view);
101 return IMPL.getWindowId(view);
105 IMPL.setTransitionAlpha(view, alpha);
109 return IMPL
[all...]
/frameworks/support/compat/java/android/support/v4/graphics/
H A DBitmapCompat.java63 static final BitmapCompatBaseImpl IMPL; field in class:BitmapCompat
66 IMPL = new BitmapCompatApi19Impl();
68 IMPL = new BitmapCompatApi18Impl();
70 IMPL = new BitmapCompatBaseImpl();
75 return IMPL.hasMipMap(bitmap);
79 IMPL.setHasMipMap(bitmap, hasMipMap);
90 return IMPL.getAllocationByteCount(bitmap);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTooltipCompat.java50 private static final ViewCompatImpl IMPL; field in class:TooltipCompat
53 IMPL = new Api26ViewCompatImpl();
55 IMPL = new BaseViewCompatImpl();
69 IMPL.setTooltipText(view, tooltipText);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewGroupCompat.java108 static final ViewGroupCompatBaseImpl IMPL; field in class:ViewGroupCompat
111 IMPL = new ViewGroupCompatApi21Impl();
113 IMPL = new ViewGroupCompatApi18Impl();
115 IMPL = new ViewGroupCompatBaseImpl();
184 return IMPL.getLayoutMode(group);
197 IMPL.setLayoutMode(group, mode);
209 IMPL.setTransitionGroup(group, isTransitionGroup);
218 return IMPL.isTransitionGroup(group);
235 return IMPL.getNestedScrollAxes(group);
H A DViewCompat.java1634 static final ViewCompatBaseImpl IMPL; field in class:ViewCompat
1637 IMPL = new ViewCompatApi26Impl();
1639 IMPL = new ViewCompatApi24Impl();
1641 IMPL = new ViewCompatApi23Impl();
1643 IMPL = new ViewCompatApi21Impl();
1645 IMPL = new ViewCompatApi19Impl();
1647 IMPL = new ViewCompatApi18Impl();
1649 IMPL = new ViewCompatApi17Impl();
1651 IMPL = new ViewCompatApi16Impl();
1653 IMPL
[all...]
H A DMenuItemCompat.java274 static final MenuVersionImpl IMPL; field in class:MenuItemCompat
277 IMPL = new MenuItemCompatApi26Impl();
279 IMPL = new MenuItemCompatBaseImpl();
487 IMPL.setContentDescription(item, contentDescription);
500 return IMPL.getContentDescription(item);
513 IMPL.setTooltipText(item, tooltipText);
526 return IMPL.getTooltipText(item);
557 IMPL.setShortcut(item, numericChar, alphaChar, numericModifiers, alphaModifiers);
577 IMPL.setNumericShortcut(item, numericChar, numericModifiers);
595 return IMPL
[all...]
H A DLayoutInflaterCompat.java138 static final LayoutInflaterCompatBaseImpl IMPL; field in class:LayoutInflaterCompat
141 IMPL = new LayoutInflaterCompatApi21Impl();
143 IMPL = new LayoutInflaterCompatBaseImpl();
166 IMPL.setFactory(inflater, factory);
178 IMPL.setFactory2(inflater, factory);
196 return IMPL.getFactory(inflater);
H A DViewParentCompat.java190 static final ViewParentCompatBaseImpl IMPL; field in class:ViewParentCompat
193 IMPL = new ViewParentCompatApi21Impl();
195 IMPL = new ViewParentCompatApi19Impl();
197 IMPL = new ViewParentCompatBaseImpl();
347 return IMPL.onStartNestedScroll(parent, child, target, nestedScrollAxes);
377 IMPL.onNestedScrollAccepted(parent, child, target, nestedScrollAxes);
399 IMPL.onStopNestedScroll(parent, target);
433 IMPL.onNestedScroll(parent, target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed);
465 IMPL.onNestedPreScroll(parent, target, dx, dy, consumed);
490 return IMPL
[all...]
H A DAccessibilityDelegateCompat.java183 private static final AccessibilityDelegateBaseImpl IMPL; field in class:AccessibilityDelegateCompat
188 IMPL = new AccessibilityDelegateApi16Impl();
190 IMPL = new AccessibilityDelegateBaseImpl();
201 mBridge = IMPL.newAccessibilityDelegateBridge(this);
371 return IMPL.getAccessibilityNodeProvider(DEFAULT_DELEGATE, host);
391 return IMPL.performAccessibilityAction(DEFAULT_DELEGATE, host, action, args);
/frameworks/support/compat/java/android/support/v4/widget/
H A DEdgeEffectCompat.java35 private static final EdgeEffectBaseImpl IMPL; field in class:EdgeEffectCompat
39 IMPL = new EdgeEffectApi21Impl();
41 IMPL = new EdgeEffectBaseImpl();
152 IMPL.onPull(mEdgeEffect, deltaDistance, displacement);
174 IMPL.onPull(edgeEffect, deltaDistance, displacement);
H A DPopupWindowCompat.java183 static final PopupWindowCompatBaseImpl IMPL; field in class:PopupWindowCompat
186 IMPL = new PopupWindowCompatApi23Impl();
188 IMPL = new PopupWindowCompatApi21Impl();
190 IMPL = new PopupWindowCompatApi19Impl();
192 IMPL = new PopupWindowCompatBaseImpl();
218 IMPL.showAsDropDown(popup, anchor, xoff, yoff, gravity);
228 IMPL.setOverlapAnchor(popupWindow, overlapAnchor);
238 return IMPL.getOverlapAnchor(popupWindow);
251 IMPL.setWindowLayoutType(popupWindow, layoutType);
260 return IMPL
[all...]
H A DCompoundButtonCompat.java37 private static final CompoundButtonCompatBaseImpl IMPL; field in class:CompoundButtonCompat
41 IMPL = new CompoundButtonCompatApi23Impl();
43 IMPL = new CompoundButtonCompatApi21Impl();
45 IMPL = new CompoundButtonCompatBaseImpl();
150 IMPL.setButtonTintList(button, tint);
160 return IMPL.getButtonTintList(button);
176 IMPL.setButtonTintMode(button, tintMode);
186 return IMPL.getButtonTintMode(button);
196 return IMPL.getButtonDrawable(button);
H A DTextViewCompat.java367 static final TextViewCompatBaseImpl IMPL; field in class:TextViewCompat
371 IMPL = new TextViewCompatApi27Impl();
373 IMPL = new TextViewCompatApi23Impl();
375 IMPL = new TextViewCompatApi18Impl();
377 IMPL = new TextViewCompatApi17Impl();
379 IMPL = new TextViewCompatApi16Impl();
381 IMPL = new TextViewCompatBaseImpl();
403 IMPL.setCompoundDrawablesRelative(textView, start, top, end, bottom);
423 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom);
447 IMPL
[all...]
H A DImageViewCompat.java121 static final ImageViewCompatImpl IMPL; field in class:ImageViewCompat
124 IMPL = new LollipopViewCompatImpl();
126 IMPL = new BaseViewCompatImpl();
134 return IMPL.getImageTintList(view);
141 IMPL.setImageTintList(view, tintList);
148 return IMPL.getImageTintMode(view);
157 IMPL.setImageTintMode(view, mode);
/frameworks/support/v13/java/android/support/v13/view/
H A DDragAndDropPermissionsCompat.java65 private static DragAndDropPermissionsCompatImpl IMPL; field in class:DragAndDropPermissionsCompat
68 IMPL = new Api24DragAndDropPermissionsCompatImpl();
70 IMPL = new BaseDragAndDropPermissionsCompatImpl();
83 Object dragAndDropPermissions = IMPL.request(activity, dragEvent);
94 IMPL.release(mDragAndDropPermissions);
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java79 private static final CardViewImpl IMPL; field in class:CardView
83 IMPL = new CardViewApi21Impl();
85 IMPL = new CardViewApi17Impl();
87 IMPL = new CardViewBaseImpl();
89 IMPL.initStatic();
163 IMPL.onCompatPaddingChanged(mCardViewDelegate);
185 IMPL.updatePadding(mCardViewDelegate);
190 if (!(IMPL instanceof CardViewApi21Impl)) {
195 final int minWidth = (int) Math.ceil(IMPL.getMinWidth(mCardViewDelegate));
208 final int minHeight = (int) Math.ceil(IMPL
[all...]
/frameworks/support/v13/java/android/support/v13/view/inputmethod/
H A DEditorInfoCompat.java121 private static final EditorInfoCompatImpl IMPL; field in class:EditorInfoCompat
124 IMPL = new EditorInfoCompatApi25Impl();
126 IMPL = new EditorInfoCompatBaseImpl();
143 IMPL.setContentMimeTypes(editorInfo, contentMimeTypes);
158 return IMPL.getContentMimeTypes(editorInfo);
H A DInputConnectionCompat.java164 private static final InputConnectionCompatImpl IMPL; field in class:InputConnectionCompat
167 IMPL = new InputContentInfoCompatApi25Impl();
169 IMPL = new InputContentInfoCompatBaseImpl();
199 return IMPL.commitContent(inputConnection, inputContentInfo, flags, opts);
279 return IMPL.createWrapper(inputConnection, editorInfo, onCommitContentListener);
/frameworks/support/compat/java/android/support/v4/os/
H A DLocaleListCompat.java33 static final LocaleListInterface IMPL; field in class:LocaleListCompat
170 IMPL = new LocaleListCompatApi24Impl();
172 IMPL = new LocaleListCompatBaseImpl();
198 return IMPL.getLocaleList();
217 return IMPL.get(index);
227 return IMPL.isEmpty();
235 return IMPL.size();
248 return IMPL.indexOf(locale);
256 return IMPL.toLanguageTags();
267 return IMPL
[all...]
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentCompat.java107 static final FragmentCompatImpl IMPL; field in class:FragmentCompat
110 IMPL = new FragmentCompatApi24Impl();
112 IMPL = new FragmentCompatApi23Impl();
114 IMPL = new FragmentCompatApi15Impl();
116 IMPL = new FragmentCompatBaseImpl();
159 IMPL.setUserVisibleHint(f, deferStart);
215 IMPL.requestPermissions(fragment, permissions, requestCode);
241 return IMPL.shouldShowRequestPermissionRationale(fragment, permission);

Completed in 1711 milliseconds

12