Home
last modified time | relevance | path

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

12

/frameworks/support/transition/src/android/support/transition/
DViewUtils.java36 private static final ViewUtilsImpl IMPL; field in 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); in getOverlay()
101 return IMPL.getWindowId(view); in getWindowId()
105 IMPL.setTransitionAlpha(view, alpha); in setTransitionAlpha()
109 return IMPL.getTransitionAlpha(view); in getTransitionAlpha()
[all …]
DImageViewUtils.java26 private static final ImageViewUtilsImpl IMPL; field in ImageViewUtils
30 IMPL = new ImageViewUtilsApi21();
32 IMPL = new ImageViewUtilsApi14();
41 IMPL.startAnimateTransform(view); in startAnimateTransform()
48 IMPL.animateTransform(view, matrix); in animateTransform()
56 IMPL.reserveEndAnimateTransform(view, animator); in reserveEndAnimateTransform()
DAnimatorUtils.java26 private static final AnimatorUtilsImpl IMPL; field in AnimatorUtils
30 IMPL = new AnimatorUtilsApi19();
32 IMPL = new AnimatorUtilsApi14();
38 IMPL.addPauseListener(animator, listener); in addPauseListener()
42 IMPL.pause(animator); in pause()
46 IMPL.resume(animator); in resume()
DViewGroupUtils.java28 private static final ViewGroupUtilsImpl IMPL; field in ViewGroupUtils
32 IMPL = new ViewGroupUtilsApi18();
34 IMPL = new ViewGroupUtilsApi14();
42 return IMPL.getOverlay(group); in getOverlay()
49 IMPL.suppressLayout(group, suppress); in suppressLayout()
DPropertyValuesHolderUtils.java27 private static final PropertyValuesHolderUtilsImpl IMPL; field in PropertyValuesHolderUtils
31 IMPL = new PropertyValuesHolderUtilsApi21();
33 IMPL = new PropertyValuesHolderUtilsApi14();
48 return IMPL.ofPointF(property, path); in ofPointF()
DObjectAnimatorUtils.java27 private static final ObjectAnimatorUtilsImpl IMPL; field in ObjectAnimatorUtils
31 IMPL = new ObjectAnimatorUtilsApi21();
33 IMPL = new ObjectAnimatorUtilsApi14();
38 return IMPL.ofPointF(target, property, path); in ofPointF()
/frameworks/support/compat/java/android/support/v4/view/
DViewCompat.java1634 static final ViewCompatBaseImpl IMPL; field in 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 = new ViewCompatApi15Impl();
[all …]
DViewGroupCompat.java108 static final ViewGroupCompatBaseImpl IMPL; field in ViewGroupCompat
111 IMPL = new ViewGroupCompatApi21Impl();
113 IMPL = new ViewGroupCompatApi18Impl();
115 IMPL = new ViewGroupCompatBaseImpl();
184 return IMPL.getLayoutMode(group); in getLayoutMode()
197 IMPL.setLayoutMode(group, mode); in setLayoutMode()
209 IMPL.setTransitionGroup(group, isTransitionGroup); in setTransitionGroup()
218 return IMPL.isTransitionGroup(group); in isTransitionGroup()
235 return IMPL.getNestedScrollAxes(group); in getNestedScrollAxes()
DMenuItemCompat.java274 static final MenuVersionImpl IMPL; field in 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.getNumericModifiers(item);
[all …]
DViewParentCompat.java190 static final ViewParentCompatBaseImpl IMPL; field in ViewParentCompat
193 IMPL = new ViewParentCompatApi21Impl();
195 IMPL = new ViewParentCompatApi19Impl();
197 IMPL = new ViewParentCompatBaseImpl();
347 return IMPL.onStartNestedScroll(parent, child, target, nestedScrollAxes); in onStartNestedScroll()
377 IMPL.onNestedScrollAccepted(parent, child, target, nestedScrollAxes); in onNestedScrollAccepted()
399 IMPL.onStopNestedScroll(parent, target); in onStopNestedScroll()
433 IMPL.onNestedScroll(parent, target, dxConsumed, dyConsumed, dxUnconsumed, dyUnconsumed); in onNestedScroll()
465 IMPL.onNestedPreScroll(parent, target, dx, dy, consumed); in onNestedPreScroll()
490 return IMPL.onNestedFling(parent, target, velocityX, velocityY, consumed); in onNestedFling()
[all …]
DLayoutInflaterCompat.java138 static final LayoutInflaterCompatBaseImpl IMPL; field in LayoutInflaterCompat
141 IMPL = new LayoutInflaterCompatApi21Impl();
143 IMPL = new LayoutInflaterCompatBaseImpl();
166 IMPL.setFactory(inflater, factory); in setFactory()
178 IMPL.setFactory2(inflater, factory); in setFactory2()
196 return IMPL.getFactory(inflater); in getFactory()
DAccessibilityDelegateCompat.java183 private static final AccessibilityDelegateBaseImpl IMPL;
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/v7/cardview/src/android/support/v7/widget/
DCardView.java79 private static final CardViewImpl IMPL; field in CardView
83 IMPL = new CardViewApi21Impl();
85 IMPL = new CardViewApi17Impl();
87 IMPL = new CardViewBaseImpl();
89 IMPL.initStatic(); in IMPL.initStatic()
163 IMPL.onCompatPaddingChanged(mCardViewDelegate); in setUseCompatPadding()
185 IMPL.updatePadding(mCardViewDelegate); in setContentPadding()
190 if (!(IMPL instanceof CardViewApi21Impl)) { in onMeasure()
195 final int minWidth = (int) Math.ceil(IMPL.getMinWidth(mCardViewDelegate)); in onMeasure()
208 final int minHeight = (int) Math.ceil(IMPL.getMinHeight(mCardViewDelegate)); in onMeasure()
[all …]
/frameworks/support/compat/java/android/support/v4/os/
DLocaleListCompat.java33 static final LocaleListInterface IMPL; field in LocaleListCompat
170 IMPL = new LocaleListCompatApi24Impl();
172 IMPL = new LocaleListCompatBaseImpl();
198 return IMPL.getLocaleList(); in unwrap()
217 return IMPL.get(index); in get()
227 return IMPL.isEmpty(); in isEmpty()
235 return IMPL.size(); in size()
248 return IMPL.indexOf(locale); in indexOf()
256 return IMPL.toLanguageTags(); in toLanguageTags()
267 return IMPL.getFirstMatch(supportedLocales); in getFirstMatch()
[all …]
/frameworks/support/compat/java/android/support/v4/graphics/
DBitmapCompat.java63 static final BitmapCompatBaseImpl IMPL; field in BitmapCompat
66 IMPL = new BitmapCompatApi19Impl();
68 IMPL = new BitmapCompatApi18Impl();
70 IMPL = new BitmapCompatBaseImpl();
75 return IMPL.hasMipMap(bitmap); in hasMipMap()
79 IMPL.setHasMipMap(bitmap, hasMipMap); in setHasMipMap()
90 return IMPL.getAllocationByteCount(bitmap); in getAllocationByteCount()
/frameworks/support/compat/java/android/support/v4/widget/
DTextViewCompat.java367 static final TextViewCompatBaseImpl IMPL; field in 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); in setCompoundDrawablesRelative()
423 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
447 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
[all …]
DCompoundButtonCompat.java37 private static final CompoundButtonCompatBaseImpl IMPL; field in CompoundButtonCompat
41 IMPL = new CompoundButtonCompatApi23Impl();
43 IMPL = new CompoundButtonCompatApi21Impl();
45 IMPL = new CompoundButtonCompatBaseImpl();
150 IMPL.setButtonTintList(button, tint); in setButtonTintList()
160 return IMPL.getButtonTintList(button); in getButtonTintList()
176 IMPL.setButtonTintMode(button, tintMode); in setButtonTintMode()
186 return IMPL.getButtonTintMode(button); in getButtonTintMode()
196 return IMPL.getButtonDrawable(button); in getButtonDrawable()
DPopupWindowCompat.java183 static final PopupWindowCompatBaseImpl IMPL; field in 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); in showAsDropDown()
228 IMPL.setOverlapAnchor(popupWindow, overlapAnchor); in setOverlapAnchor()
238 return IMPL.getOverlapAnchor(popupWindow); in getOverlapAnchor()
251 IMPL.setWindowLayoutType(popupWindow, layoutType); in setWindowLayoutType()
260 return IMPL.getWindowLayoutType(popupWindow); in getWindowLayoutType()
DImageViewCompat.java121 static final ImageViewCompatImpl IMPL; field in ImageViewCompat
124 IMPL = new LollipopViewCompatImpl();
126 IMPL = new BaseViewCompatImpl();
134 return IMPL.getImageTintList(view); in getImageTintList()
141 IMPL.setImageTintList(view, tintList); in setImageTintList()
148 return IMPL.getImageTintMode(view); in getImageTintMode()
157 IMPL.setImageTintMode(view, mode); in setImageTintMode()
DEdgeEffectCompat.java35 private static final EdgeEffectBaseImpl IMPL; field in EdgeEffectCompat
39 IMPL = new EdgeEffectApi21Impl();
41 IMPL = new EdgeEffectBaseImpl();
152 IMPL.onPull(mEdgeEffect, deltaDistance, displacement); in onPull()
174 IMPL.onPull(edgeEffect, deltaDistance, displacement); in onPull()
/frameworks/support/v13/java/android/support/v13/app/
DFragmentCompat.java107 static final FragmentCompatImpl IMPL; field in FragmentCompat
110 IMPL = new FragmentCompatApi24Impl();
112 IMPL = new FragmentCompatApi23Impl();
114 IMPL = new FragmentCompatApi15Impl();
116 IMPL = new FragmentCompatBaseImpl();
159 IMPL.setUserVisibleHint(f, deferStart); in setUserVisibleHint()
215 IMPL.requestPermissions(fragment, permissions, requestCode); in requestPermissions()
241 return IMPL.shouldShowRequestPermissionRationale(fragment, permission); in shouldShowRequestPermissionRationale()
/frameworks/support/v13/java/android/support/v13/view/
DDragAndDropPermissionsCompat.java65 private static DragAndDropPermissionsCompatImpl IMPL; field in DragAndDropPermissionsCompat
68 IMPL = new Api24DragAndDropPermissionsCompatImpl();
70 IMPL = new BaseDragAndDropPermissionsCompatImpl();
83 Object dragAndDropPermissions = IMPL.request(activity, dragEvent); in request()
94 IMPL.release(mDragAndDropPermissions); in release()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTooltipCompat.java50 private static final ViewCompatImpl IMPL; field in TooltipCompat
53 IMPL = new Api26ViewCompatImpl();
55 IMPL = new BaseViewCompatImpl();
69 IMPL.setTooltipText(view, tooltipText); in setTooltipText()
/frameworks/support/v13/java/android/support/v13/view/inputmethod/
DEditorInfoCompat.java121 private static final EditorInfoCompatImpl IMPL; field in EditorInfoCompat
124 IMPL = new EditorInfoCompatApi25Impl();
126 IMPL = new EditorInfoCompatBaseImpl();
143 IMPL.setContentMimeTypes(editorInfo, contentMimeTypes); in setContentMimeTypes()
158 return IMPL.getContentMimeTypes(editorInfo); in getContentMimeTypes()
DInputConnectionCompat.java164 private static final InputConnectionCompatImpl IMPL;
167 IMPL = new InputContentInfoCompatApi25Impl();
169 IMPL = new InputContentInfoCompatBaseImpl();
199 return IMPL.commitContent(inputConnection, inputContentInfo, flags, opts);
279 return IMPL.createWrapper(inputConnection, editorInfo, onCommitContentListener);

12