HomeSort by relevance Sort by last modified time
    Searched defs:IMPL (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /frameworks/support/transition/src/android/support/transition/
AnimatorUtils.java 26 private static final AnimatorUtilsImpl IMPL;
30 IMPL = new AnimatorUtilsApi19();
32 IMPL = new AnimatorUtilsApi14();
38 IMPL.addPauseListener(animator, listener);
42 IMPL.pause(animator);
46 IMPL.resume(animator);
ViewGroupUtils.java 28 private static final ViewGroupUtilsImpl IMPL;
32 IMPL = new ViewGroupUtilsApi18();
34 IMPL = new ViewGroupUtilsApi14();
42 return IMPL.getOverlay(group);
49 IMPL.suppressLayout(group, suppress);
ImageViewUtils.java 26 private static final ImageViewUtilsImpl IMPL;
30 IMPL = new ImageViewUtilsApi21();
32 IMPL = new ImageViewUtilsApi14();
41 IMPL.startAnimateTransform(view);
48 IMPL.animateTransform(view, matrix);
56 IMPL.reserveEndAnimateTransform(view, animator);
ViewUtils.java 36 private static final ViewUtilsImpl IMPL;
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.getTransitionAlpha(view)
    [all...]
ObjectAnimatorUtils.java 27 private static final ObjectAnimatorUtilsImpl IMPL;
31 IMPL = new ObjectAnimatorUtilsApi21();
33 IMPL = new ObjectAnimatorUtilsApi14();
38 return IMPL.ofPointF(target, property, path);
PropertyValuesHolderUtils.java 27 private static final PropertyValuesHolderUtilsImpl IMPL;
31 IMPL = new PropertyValuesHolderUtilsApi21();
33 IMPL = new PropertyValuesHolderUtilsApi14();
48 return IMPL.ofPointF(property, path);
  /frameworks/support/compat/java/android/support/v4/view/
ViewParentCompat.java 190 static final ViewParentCompatBaseImpl IMPL;
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.onNestedFling(parent, target, velocityX, velocityY, consumed)
    [all...]
ViewGroupCompat.java 108 static final ViewGroupCompatBaseImpl IMPL;
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);
ViewCompat.java     [all...]
LayoutInflaterCompat.java 138 static final LayoutInflaterCompatBaseImpl IMPL;
141 IMPL = new LayoutInflaterCompatApi21Impl();
143 IMPL = new LayoutInflaterCompatBaseImpl();
166 IMPL.setFactory(inflater, factory);
178 IMPL.setFactory2(inflater, factory);
196 return IMPL.getFactory(inflater);
  /frameworks/support/compat/java/android/support/v4/graphics/
BitmapCompat.java 63 static final BitmapCompatBaseImpl IMPL;
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/
TooltipCompat.java 50 private static final ViewCompatImpl IMPL;
53 IMPL = new Api26ViewCompatImpl();
55 IMPL = new BaseViewCompatImpl();
69 IMPL.setTooltipText(view, tooltipText);
  /frameworks/support/compat/java/android/support/v4/widget/
CompoundButtonCompat.java 37 private static final CompoundButtonCompatBaseImpl IMPL;
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);
ImageViewCompat.java 121 static final ImageViewCompatImpl IMPL;
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);
PopupWindowCompat.java 183 static final PopupWindowCompatBaseImpl IMPL;
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.getWindowLayoutType(popupWindow)
    [all...]
TextViewCompat.java 367 static final TextViewCompatBaseImpl IMPL;
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.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom)
    [all...]
EdgeEffectCompat.java 35 private static final EdgeEffectBaseImpl IMPL;
39 IMPL = new EdgeEffectApi21Impl();
41 IMPL = new EdgeEffectBaseImpl();
152 IMPL.onPull(mEdgeEffect, deltaDistance, displacement);
174 IMPL.onPull(edgeEffect, deltaDistance, displacement);
  /frameworks/support/v13/java/android/support/v13/app/
FragmentCompat.java 107 static final FragmentCompatImpl IMPL;
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);
  /frameworks/support/v7/cardview/src/android/support/v7/widget/
CardView.java 79 private static final CardViewImpl IMPL;
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.getMinHeight(mCardViewDelegate))
    [all...]
  /frameworks/support/v13/java/android/support/v13/view/inputmethod/
EditorInfoCompat.java 121 private static final EditorInfoCompatImpl IMPL;
124 IMPL = new EditorInfoCompatApi25Impl();
126 IMPL = new EditorInfoCompatBaseImpl();
143 IMPL.setContentMimeTypes(editorInfo, contentMimeTypes);
158 return IMPL.getContentMimeTypes(editorInfo);
  /frameworks/support/v13/java/android/support/v13/view/
DragAndDropPermissionsCompat.java 65 private static DragAndDropPermissionsCompatImpl IMPL;
68 IMPL = new Api24DragAndDropPermissionsCompatImpl();
70 IMPL = new BaseDragAndDropPermissionsCompatImpl();
83 Object dragAndDropPermissions = IMPL.request(activity, dragEvent);
94 IMPL.release(mDragAndDropPermissions);
  /external/libmojo/base/android/java/src/org/chromium/base/
SystemMessageHandler.java 85 IMPL.setAsynchronous(message, async);
95 static final MessageWrapperImpl IMPL;
98 IMPL = new LollipopMr1MessageWrapperImpl();
100 IMPL = new LegacyMessageWrapperImpl();
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 56 #define IMPL(class, member, pointer) ( (class *)( ((uint32)pointer) - offsetof(class, member) ) )
  /frameworks/support/compat/java/android/support/v4/os/
LocaleListCompat.java 33 static final LocaleListInterface IMPL;
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.getFirstMatch(supportedLocales)
    [all...]
  /frameworks/support/core-utils/java/android/support/v4/app/
TaskStackBuilder.java 96 private static final TaskStackBuilderBaseImpl IMPL;
100 IMPL = new TaskStackBuilderApi16Impl();
102 IMPL = new TaskStackBuilderBaseImpl();
357 return IMPL.getPendingIntent(mSourceContext, intents, requestCode, flags, options);

Completed in 1335 milliseconds

1 2 3 4 5 6