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

123

/frameworks/support/compat/java/android/support/v4/animation/
H A DAnimatorCompatHelper.java31 private final static AnimatorProvider IMPL; field in class:AnimatorCompatHelper
35 IMPL = new HoneycombMr1AnimatorCompatProvider();
37 IMPL = new GingerbreadAnimatorCompatProvider();
42 return IMPL.emptyValueAnimator();
48 IMPL.clearInterpolator(view);
/frameworks/support/compat/java/android/support/v4/widget/
H A DPopupMenuCompat.java56 static final PopupMenuImpl IMPL; field in class:PopupMenuCompat
60 IMPL = new KitKatPopupMenuImpl();
62 IMPL = new BasePopupMenuImpl();
90 return IMPL.getDragToOpenListener(popupMenu);
H A DListPopupWindowCompat.java57 static final ListPopupWindowImpl IMPL; field in class:ListPopupWindowCompat
61 IMPL = new KitKatListPopupWindowImpl();
63 IMPL = new BaseListPopupWindowImpl();
97 return IMPL.createDragToOpenListener(listPopupWindow, src);
H A DEdgeEffectCompat.java34 private static final EdgeEffectImpl IMPL; field in class:EdgeEffectCompat
38 IMPL = new EdgeEffectLollipopImpl(); // Lollipop
40 IMPL = new EdgeEffectIcsImpl();
42 IMPL = new BaseEdgeEffectImpl();
169 mEdgeEffect = IMPL.newEdgeEffect(context);
179 IMPL.setSize(mEdgeEffect, width, height);
190 return IMPL.isFinished(mEdgeEffect);
198 IMPL.finish(mEdgeEffect);
215 return IMPL.onPull(mEdgeEffect, deltaDistance);
233 return IMPL
[all...]
H A DCompoundButtonCompat.java34 private static final CompoundButtonCompatImpl IMPL; field in class:CompoundButtonCompat
39 IMPL = new Api23CompoundButtonImpl();
41 IMPL = new LollipopCompoundButtonImpl();
43 IMPL = new BaseCompoundButtonCompat();
126 IMPL.setButtonTintList(button, tint);
136 return IMPL.getButtonTintList(button);
152 IMPL.setButtonTintMode(button, tintMode);
162 return IMPL.getButtonTintMode(button);
172 return IMPL.getButtonDrawable(button);
/frameworks/support/compat/java/android/support/v4/graphics/
H A DBitmapCompat.java79 static final BitmapImpl IMPL; field in class:BitmapCompat
83 IMPL = new KitKatBitmapCompatImpl();
85 IMPL = new JbMr2BitmapCompatImpl();
87 IMPL = new HcMr1BitmapCompatImpl();
89 IMPL = new BaseBitmapImpl();
94 return IMPL.hasMipMap(bitmap);
98 IMPL.setHasMipMap(bitmap, hasMipMap);
109 return IMPL.getAllocationByteCount(bitmap);
/frameworks/support/compat/java/android/support/v4/text/
H A DICUCompat.java50 private static final ICUCompatImpl IMPL; field in class:ICUCompat
55 IMPL = new ICUCompatImplLollipop();
57 IMPL = new ICUCompatImplIcs();
59 IMPL = new ICUCompatImplBase();
87 return IMPL.maximizeAndGetScript(locale);
/frameworks/support/compat/java/android/support/v4/view/
H A DScaleGestureDetectorCompat.java24 static final ScaleGestureDetectorImpl IMPL; field in class:ScaleGestureDetectorCompat
66 IMPL = new ScaleGestureDetectorCompatKitKatImpl();
68 IMPL = new BaseScaleGestureDetectorImpl();
81 IMPL.setQuickScaleEnabled(scaleGestureDetector, enabled);
89 return IMPL.isQuickScaleEnabled(scaleGestureDetector); // KitKat
H A DVelocityTrackerCompat.java65 static final VelocityTrackerVersionImpl IMPL; field in class:VelocityTrackerCompat
68 IMPL = new HoneycombVelocityTrackerVersionImpl();
70 IMPL = new BaseVelocityTrackerVersionImpl();
82 return IMPL.getXVelocity(tracker, pointerId);
91 return IMPL.getYVelocity(tracker, pointerId);
H A DViewConfigurationCompat.java68 static final ViewConfigurationVersionImpl IMPL; field in class:ViewConfigurationCompat
71 IMPL = new IcsViewConfigurationVersionImpl();
73 IMPL = new HoneycombViewConfigurationVersionImpl();
75 IMPL = new BaseViewConfigurationVersionImpl();
97 return IMPL.hasPermanentMenuKey(config);
H A DLayoutInflaterCompat.java59 static final LayoutInflaterCompatImpl IMPL; field in class:LayoutInflaterCompat
63 IMPL = new LayoutInflaterCompatImplV21();
65 IMPL = new LayoutInflaterCompatImplV11();
67 IMPL = new LayoutInflaterCompatImplBase();
85 IMPL.setFactory(inflater, factory);
99 return IMPL.getFactory(inflater);
H A DWindowInsetsCompat.java252 private static final WindowInsetsCompatImpl IMPL; field in class:WindowInsetsCompat
256 IMPL = new WindowInsetsCompatApi21Impl();
258 IMPL = new WindowInsetsCompatApi20Impl();
260 IMPL = new WindowInsetsCompatBaseImpl();
276 mInsets = src == null ? null : IMPL.getSourceWindowInsets(src.mInsets);
289 return IMPL.getSystemWindowInsetLeft(mInsets);
302 return IMPL.getSystemWindowInsetTop(mInsets);
315 return IMPL.getSystemWindowInsetRight(mInsets);
328 return IMPL.getSystemWindowInsetBottom(mInsets);
341 return IMPL
[all...]
H A DViewGroupCompat.java141 static final ViewGroupCompatImpl IMPL; field in class:ViewGroupCompat
145 IMPL = new ViewGroupCompatLollipopImpl();
147 IMPL = new ViewGroupCompatJellybeanMR2Impl();
149 IMPL = new ViewGroupCompatIcsImpl();
151 IMPL = new ViewGroupCompatHCImpl();
153 IMPL = new ViewGroupCompatStubImpl();
179 return IMPL.onRequestSendAccessibilityEvent(group, child, event);
199 IMPL.setMotionEventSplittingEnabled(group, split);
215 return IMPL.getLayoutMode(group);
228 IMPL
[all...]
H A DMarginLayoutParamsCompat.java125 static final MarginLayoutParamsCompatImpl IMPL; field in class:MarginLayoutParamsCompat
129 IMPL = new MarginLayoutParamsCompatImplJbMr1();
131 IMPL = new MarginLayoutParamsCompatImplBase();
147 return IMPL.getMarginStart(lp);
162 return IMPL.getMarginEnd(lp);
177 IMPL.setMarginStart(lp, marginStart);
192 IMPL.setMarginEnd(lp, marginEnd);
201 return IMPL.isMarginRelative(lp);
211 int result = IMPL.getLayoutDirection(lp);
229 IMPL
[all...]
/frameworks/support/compat/java/android/support/v4/content/res/
H A DConfigurationHelper.java29 private static final ConfigurationHelperImpl IMPL; field in class:ConfigurationHelper
34 IMPL = new JellybeanMr1Impl();
36 IMPL = new HoneycombMr2Impl();
38 IMPL = new GingerbreadImpl();
113 return IMPL.getScreenHeightDp(resources);
123 return IMPL.getScreenWidthDp(resources);
133 return IMPL.getSmallestScreenWidthDp(resources);
143 return IMPL.getDensityDpi(resources);
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityEventCompat.java139 private final static AccessibilityEventVersionImpl IMPL; field in class:AccessibilityEventCompat
143 IMPL = new AccessibilityEventKitKatImpl();
145 IMPL = new AccessibilityEventJellyBeanImpl();
147 IMPL = new AccessibilityEventIcsImpl();
149 IMPL = new AccessibilityEventStubImpl();
306 return IMPL.getRecordCount(event);
318 IMPL.appendRecord(event, record.getImpl());
328 return new AccessibilityRecordCompat(IMPL.getRecord(event, index));
357 IMPL.setContentChangeTypes(event, changeTypes);
374 return IMPL
[all...]
H A DAccessibilityWindowInfoCompat.java223 IMPL = new AccessibilityWindowInfoApi24Impl();
225 IMPL = new AccessibilityWindowInfoApi21Impl();
227 IMPL = new AccessibilityWindowInfoStubImpl();
231 private static final AccessibilityWindowInfoImpl IMPL; field in class:AccessibilityWindowInfoCompat
301 return IMPL.getType(mInfo);
311 return IMPL.getLayer(mInfo);
320 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getRoot(mInfo));
329 return wrapNonNullInstance(IMPL.getParent(mInfo));
338 return IMPL.getId(mInfo);
347 IMPL
[all...]
H A DAccessibilityRecordCompat.java553 IMPL = new AccessibilityRecordJellyBeanImpl();
555 IMPL = new AccessibilityRecordIcsMr1Impl();
557 IMPL = new AccessibilityRecordIcsImpl();
559 IMPL = new AccessibilityRecordStubImpl();
563 private static final AccessibilityRecordImpl IMPL; field in class:AccessibilityRecordCompat
598 return new AccessibilityRecordCompat(IMPL.obtain(record.mRecord));
608 return new AccessibilityRecordCompat(IMPL.obtain());
619 IMPL.setSource(mRecord, source);
637 IMPL.setSource(mRecord, root, virtualDescendantId);
653 return IMPL
[all...]
/frameworks/support/compat/java/android/support/v4/net/
H A DTrafficStatsCompat.java157 private static final TrafficStatsCompatImpl IMPL; field in class:TrafficStatsCompat
161 IMPL = new Api24TrafficStatsCompatImpl();
163 IMPL = new IcsTrafficStatsCompatImpl();
165 IMPL = new BaseTrafficStatsCompatImpl();
174 IMPL.clearThreadStatsTag();
183 return IMPL.getThreadStatsTag();
194 IMPL.incrementOperationCount(operationCount);
205 IMPL.incrementOperationCount(tag, operationCount);
220 IMPL.setThreadStatsTag(tag);
232 IMPL
[all...]
/frameworks/support/v13/java/android/support/v13/view/
H A DDragAndDropPermissionsCompat.java62 private static DragAndDropPermissionsCompatImpl IMPL; field in class:DragAndDropPermissionsCompat
65 IMPL = new Api24DragAndDropPermissionsCompatImpl();
67 IMPL = new BaseDragAndDropPermissionsCompatImpl();
80 Object dragAndDropPermissions = IMPL.request(activity, dragEvent);
91 IMPL.release(mDragAndDropPermissions);
H A DViewCompat.java78 static ViewCompatImpl IMPL; field in class:ViewCompat
81 IMPL = new Api24ViewCompatImpl();
83 IMPL = new BaseViewCompatImpl();
92 return IMPL.startDragAndDrop(v, data, shadowBuilder, localState, flags);
99 IMPL.cancelDragAndDrop(v);
106 IMPL.updateDragShadow(v, shadowBuilder);
/frameworks/support/compat/java/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompat.java133 IMPL = new AccessibilityServiceInfoJellyBeanMr2Impl();
135 IMPL = new AccessibilityServiceInfoJellyBeanImpl();
137 IMPL = new AccessibilityServiceInfoIcsImpl();
139 IMPL = new AccessibilityServiceInfoStubImpl();
145 private static final AccessibilityServiceInfoVersionImpl IMPL; field in class:AccessibilityServiceInfoCompat
315 return IMPL.getId(info);
328 return IMPL.getResolveInfo(info);
342 return IMPL.getSettingsActivityName(info);
356 return IMPL.getCanRetrieveWindowContent(info);
372 return IMPL
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DAppOpsManagerCompat.java87 private static final AppOpsManagerImpl IMPL; field in class:AppOpsManagerCompat
90 IMPL = new AppOpsManager23();
92 IMPL = new AppOpsManagerImpl();
105 return IMPL.permissionToOp(permission);
125 return IMPL.noteOp(context, op, uid, packageName);
146 return IMPL.noteProxyOp(context, op, proxiedPackageName);
H A DServiceCompat.java105 static final ServiceCompatImpl IMPL; field in class:ServiceCompat
108 IMPL = new Api24ServiceCompatImpl();
110 IMPL = new BaseServiceCompatImpl();
123 IMPL.stopForeground(service, flags);
/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 CardViewApi21();
85 IMPL = new CardViewJellybeanMr1();
87 IMPL = new CardViewGingerbread();
89 IMPL.initStatic();
162 IMPL.onCompatPaddingChanged(mCardViewDelegate);
184 IMPL.updatePadding(mCardViewDelegate);
189 if (!(IMPL instanceof CardViewApi21)) {
194 final int minWidth = (int) Math.ceil(IMPL.getMinWidth(mCardViewDelegate));
204 final int minHeight = (int) Math.ceil(IMPL
[all...]

Completed in 283 milliseconds

123