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

123

/frameworks/support/v4/java/android/support/v4/animation/
H A DAnimatorCompatHelper.java27 private final static AnimatorProvider IMPL; field in class:AnimatorCompatHelper
31 IMPL = new HoneycombMr1AnimatorCompatProvider();
33 IMPL = new DonutAnimatorCompatProvider();
38 return IMPL.emptyValueAnimator();
44 IMPL.clearInterpolator(view);
/frameworks/support/v4/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();
150 mEdgeEffect = IMPL.newEdgeEffect(context);
160 IMPL.setSize(mEdgeEffect, width, height);
171 return IMPL.isFinished(mEdgeEffect);
179 IMPL.finish(mEdgeEffect);
196 return IMPL.onPull(mEdgeEffect, deltaDistance);
214 return IMPL
[all...]
H A DPopupWindowCompat.java143 static final PopupWindowImpl IMPL; field in class:PopupWindowCompat
147 IMPL = new Api23PopupWindowImpl();
149 IMPL = new Api21PopupWindowImpl();
151 IMPL = new KitKatPopupWindowImpl();
153 IMPL = new GingerbreadPopupWindowImpl();
155 IMPL = new BasePopupWindowImpl();
181 IMPL.showAsDropDown(popup, anchor, xoff, yoff, gravity);
191 IMPL.setOverlapAnchor(popupWindow, overlapAnchor);
201 return IMPL.getOverlapAnchor(popupWindow);
214 IMPL
[all...]
H A DSearchViewCompat.java252 private static final SearchViewCompatImpl IMPL; field in class:SearchViewCompat
256 IMPL = new SearchViewCompatIcsImpl();
258 IMPL = new SearchViewCompatHoneycombImpl();
260 IMPL = new SearchViewCompatStubImpl();
276 return IMPL.newSearchView(context);
290 IMPL.setSearchableInfo(searchView, searchableComponent);
303 IMPL.setImeOptions(searchView, imeOptions);
316 IMPL.setInputType(searchView, inputType);
327 IMPL.setOnQueryTextListener(searchView, listener.mListener);
337 mListener = IMPL
[all...]
/frameworks/support/v4/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/v4/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/v4/java/android/support/v4/view/
H A DScaleGestureDetectorCompat.java24 static final ScaleGestureDetectorImpl IMPL; field in class:ScaleGestureDetectorCompat
60 IMPL = new ScaleGestureDetectorCompatKitKatImpl();
62 IMPL = new BaseScaleGestureDetectorImpl();
75 IMPL.setQuickScaleEnabled(scaleGestureDetector, enabled);
83 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.java84 static final ViewConfigurationVersionImpl IMPL; field in class:ViewConfigurationCompat
87 IMPL = new IcsViewConfigurationVersionImpl();
89 IMPL = new HoneycombViewConfigurationVersionImpl();
91 IMPL = new FroyoViewConfigurationVersionImpl();
93 IMPL = new BaseViewConfigurationVersionImpl();
105 return IMPL.getScaledPagingTouchSlop(config);
113 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 DViewGroupCompat.java139 static final ViewGroupCompatImpl IMPL; field in class:ViewGroupCompat
143 IMPL = new ViewGroupCompatLollipopImpl();
145 IMPL = new ViewGroupCompatJellybeanMR2Impl();
147 IMPL = new ViewGroupCompatIcsImpl();
149 IMPL = new ViewGroupCompatHCImpl();
151 IMPL = new ViewGroupCompatStubImpl();
177 return IMPL.onRequestSendAccessibilityEvent(group, child, event);
197 IMPL.setMotionEventSplittingEnabled(group, split);
213 return IMPL.getLayoutMode(group);
226 IMPL
[all...]
H A DViewCompat.java1763 static final ViewCompatImpl IMPL; field in class:ViewCompat
1767 IMPL = new Api24ViewCompatImpl();
1769 IMPL = new MarshmallowViewCompatImpl();
1771 IMPL = new LollipopViewCompatImpl();
1773 IMPL = new KitKatViewCompatImpl();
1775 IMPL = new JbMr2ViewCompatImpl();
1777 IMPL = new JbMr1ViewCompatImpl();
1779 IMPL = new JBViewCompatImpl();
1781 IMPL = new ICSMr1ViewCompatImpl();
1783 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/v4/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 DonutImpl();
104 return IMPL.getScreenHeightDp(resources);
114 return IMPL.getScreenWidthDp(resources);
124 return IMPL.getSmallestScreenWidthDp(resources);
134 return IMPL.getDensityDpi(resources);
/frameworks/support/v4/java/android/support/v4/net/
H A DConnectivityManagerCompat.java81 private static final ConnectivityManagerCompatImpl IMPL; field in class:ConnectivityManagerCompat
85 IMPL = new JellyBeanConnectivityManagerCompatImpl();
87 IMPL = new HoneycombMR2ConnectivityManagerCompatImpl();
89 IMPL = new GingerbreadConnectivityManagerCompatImpl();
91 IMPL = new BaseConnectivityManagerCompatImpl();
103 return IMPL.isActiveNetworkMetered(cm);
H A DTrafficStatsCompat.java154 private static final TrafficStatsCompatImpl IMPL; field in class:TrafficStatsCompat
158 IMPL = new Api24TrafficStatsCompatImpl();
160 IMPL = new IcsTrafficStatsCompatImpl();
162 IMPL = new BaseTrafficStatsCompatImpl();
171 IMPL.clearThreadStatsTag();
180 return IMPL.getThreadStatsTag();
191 IMPL.incrementOperationCount(operationCount);
202 IMPL.incrementOperationCount(tag, operationCount);
217 IMPL.setThreadStatsTag(tag);
229 IMPL
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityEventCompat.java95 private final static AccessibilityEventVersionImpl IMPL; field in class:AccessibilityEventCompat
99 IMPL = new AccessibilityEventKitKatImpl();
101 IMPL = new AccessibilityEventIcsImpl();
103 IMPL = new AccessibilityEventStubImpl();
245 return IMPL.getRecordCount(event);
257 IMPL.appendRecord(event, record.getImpl());
267 return new AccessibilityRecordCompat(IMPL.getRecord(event, index));
296 IMPL.setContentChangeTypes(event, changeTypes);
313 return IMPL.getContentChangeTypes(event);
H A DAccessibilityManagerCompat.java126 IMPL = new AccessibilityManagerIcsImpl();
128 IMPL = new AccessibilityManagerStubImpl();
132 private static final AccessibilityManagerVersionImpl IMPL; field in class:AccessibilityManagerCompat
144 return IMPL.addAccessibilityStateChangeListener(manager, listener);
156 return IMPL.removeAccessibilityStateChangeListener(manager, listener);
167 return IMPL.getInstalledAccessibilityServiceList(manager);
186 return IMPL.getEnabledAccessibilityServiceList(manager, feedbackTypeFlags);
196 return IMPL.isTouchExplorationEnabled(manager);
206 mListener = IMPL.newAccessiblityStateChangeListener(this);
H A DAccessibilityWindowInfoCompat.java214 IMPL = new AccessibilityWindowInfoApi24Impl();
216 IMPL = new AccessibilityWindowInfoApi21Impl();
218 IMPL = new AccessibilityWindowInfoStubImpl();
222 private static final AccessibilityWindowInfoImpl IMPL; field in class:AccessibilityWindowInfoCompat
286 return IMPL.getType(mInfo);
296 return IMPL.getLayer(mInfo);
305 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getRoot(mInfo));
314 return wrapNonNullInstance(IMPL.getParent(mInfo));
323 return IMPL.getId(mInfo);
332 IMPL
[all...]
H A DAccessibilityRecordCompat.java507 IMPL = new AccessibilityRecordJellyBeanImpl();
509 IMPL = new AccessibilityRecordIcsMr1Impl();
511 IMPL = new AccessibilityRecordIcsImpl();
513 IMPL = new AccessibilityRecordStubImpl();
517 private static final AccessibilityRecordImpl IMPL; field in class:AccessibilityRecordCompat
552 return new AccessibilityRecordCompat(IMPL.obtain(record.mRecord));
562 return new AccessibilityRecordCompat(IMPL.obtain());
573 IMPL.setSource(mRecord, source);
591 IMPL.setSource(mRecord, root, virtualDescendantId);
607 return IMPL
[all...]
/frameworks/support/v13/java/android/support/v13/view/
H A DDragAndDropPermissionsCompat.java59 private static DragAndDropPermissionsCompatImpl IMPL; field in class:DragAndDropPermissionsCompat
62 IMPL = new Api24DragAndDropPermissionsCompatImpl();
64 IMPL = new BaseDragAndDropPermissionsCompatImpl();
76 Object dragAndDropPermissions = IMPL.request(activity, dragEvent);
87 IMPL.release(mDragAndDropPermissions);
H A DViewCompat.java72 static ViewCompatImpl IMPL; field in class:ViewCompat
75 IMPL = new Api24ViewCompatImpl();
77 IMPL = new BaseViewCompatImpl();
86 return IMPL.startDragAndDrop(v, data, shadowBuilder, localState, flags);
93 IMPL.cancelDragAndDrop(v);
100 IMPL.updateDragShadow(v, shadowBuilder);
/frameworks/support/v4/java/android/support/v4/app/
H A DAppOpsManagerCompat.java81 private static final AppOpsManagerImpl IMPL; field in class:AppOpsManagerCompat
84 IMPL = new AppOpsManager23();
86 IMPL = new AppOpsManagerImpl();
99 return IMPL.permissionToOp(permission);
119 return IMPL.noteOp(context, op, uid, packageName);
140 return IMPL.noteProxyOp(context, op, proxiedPackageName);

Completed in 2729 milliseconds

123