Home
last modified time | relevance | path

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

123

/frameworks/support/v4/java/android/support/v4/view/accessibility/
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 AccessibilityRecordCompat
552 return new AccessibilityRecordCompat(IMPL.obtain(record.mRecord)); in obtain()
562 return new AccessibilityRecordCompat(IMPL.obtain()); in obtain()
573 IMPL.setSource(mRecord, source); in setSource()
591 IMPL.setSource(mRecord, root, virtualDescendantId); in setSource()
607 return IMPL.getSource(mRecord); in getSource()
[all …]
DAccessibilityNodeInfoCompat.java346 this(IMPL.newAccessibilityAction(actionId, label)); in AccessibilityActionCompat()
359 return IMPL.getAccessibilityActionId(mAction); in getId()
369 return IMPL.getAccessibilityActionLabel(mAction); in getLabel()
392 return new CollectionInfoCompat(IMPL.obtainCollectionInfo(rowCount, columnCount, in obtain()
401 return IMPL.getCollectionInfoColumnCount(mInfo); in getColumnCount()
405 return IMPL.getCollectionInfoRowCount(mInfo); in getRowCount()
409 return IMPL.isCollectionInfoHierarchical(mInfo); in isHierarchical()
424 return new CollectionItemInfoCompat(IMPL.obtainCollectionItemInfo(rowIndex, rowSpan, in obtain()
433 return IMPL.getCollectionItemColumnIndex(mInfo); in getColumnIndex()
437 return IMPL.getCollectionItemColumnSpan(mInfo); in getColumnSpan()
[all …]
DAccessibilityWindowInfoCompat.java214 IMPL = new AccessibilityWindowInfoApi24Impl();
216 IMPL = new AccessibilityWindowInfoApi21Impl();
218 IMPL = new AccessibilityWindowInfoStubImpl();
222 private static final AccessibilityWindowInfoImpl IMPL; field in AccessibilityWindowInfoCompat
286 return IMPL.getType(mInfo); in getType()
296 return IMPL.getLayer(mInfo); in getLayer()
305 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getRoot(mInfo)); in getRoot()
314 return wrapNonNullInstance(IMPL.getParent(mInfo)); in getParent()
323 return IMPL.getId(mInfo); in getId()
332 IMPL.getBoundsInScreen(mInfo, outBounds); in getBoundsInScreen()
[all …]
DAccessibilityEventCompat.java95 private final static AccessibilityEventVersionImpl IMPL; field in AccessibilityEventCompat
99 IMPL = new AccessibilityEventKitKatImpl();
101 IMPL = new AccessibilityEventIcsImpl();
103 IMPL = new AccessibilityEventStubImpl();
245 return IMPL.getRecordCount(event); in getRecordCount()
257 IMPL.appendRecord(event, record.getImpl()); in appendRecord()
267 return new AccessibilityRecordCompat(IMPL.getRecord(event, index)); in getRecord()
296 IMPL.setContentChangeTypes(event, changeTypes); in setContentChangeTypes()
313 return IMPL.getContentChangeTypes(event); in getContentChangeTypes()
DAccessibilityManagerCompat.java126 IMPL = new AccessibilityManagerIcsImpl();
128 IMPL = new AccessibilityManagerStubImpl();
132 private static final AccessibilityManagerVersionImpl IMPL;
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);
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java1763 static final ViewCompatImpl IMPL; field in 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 = new ICSViewCompatImpl();
[all …]
DViewGroupCompat.java139 static final ViewGroupCompatImpl IMPL; field in 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); in onRequestSendAccessibilityEvent()
197 IMPL.setMotionEventSplittingEnabled(group, split); in setMotionEventSplittingEnabled()
213 return IMPL.getLayoutMode(group); in getLayoutMode()
226 IMPL.setLayoutMode(group, mode); in setLayoutMode()
[all …]
DMotionEventCompat.java168 static final MotionEventVersionImpl IMPL; field in MotionEventCompat
171 IMPL = new ICSMotionEventVersionImpl();
173 IMPL = new HoneycombMr1MotionEventVersionImpl();
175 IMPL = new GingerbreadMotionEventVersionImpl();
177 IMPL = new EclairMotionEventVersionImpl();
179 IMPL = new BaseMotionEventVersionImpl();
478 return IMPL.findPointerIndex(event, pointerId); in findPointerIndex()
487 return IMPL.getPointerId(event, pointerIndex); in getPointerId()
496 return IMPL.getX(event, pointerIndex); in getX()
505 return IMPL.getY(event, pointerIndex); in getY()
[all …]
DKeyEventCompat.java174 static final KeyEventVersionImpl IMPL; field in KeyEventCompat
177 IMPL = new HoneycombKeyEventVersionImpl();
179 IMPL = new BaseKeyEventVersionImpl();
186 return IMPL.normalizeMetaState(metaState); in normalizeMetaState()
190 return IMPL.metaStateHasModifiers(metaState, modifiers); in metaStateHasModifiers()
194 return IMPL.metaStateHasNoModifiers(metaState); in metaStateHasNoModifiers()
198 return IMPL.metaStateHasModifiers(event.getMetaState(), modifiers); in hasModifiers()
202 return IMPL.metaStateHasNoModifiers(event.getMetaState()); in hasNoModifiers()
206 IMPL.startTracking(event); in startTracking()
210 return IMPL.isTracking(event); in isTracking()
[all …]
DMarginLayoutParamsCompat.java125 static final MarginLayoutParamsCompatImpl IMPL; field in MarginLayoutParamsCompat
129 IMPL = new MarginLayoutParamsCompatImplJbMr1();
131 IMPL = new MarginLayoutParamsCompatImplBase();
147 return IMPL.getMarginStart(lp); in getMarginStart()
162 return IMPL.getMarginEnd(lp); in getMarginEnd()
177 IMPL.setMarginStart(lp, marginStart); in setMarginStart()
192 IMPL.setMarginEnd(lp, marginEnd); in setMarginEnd()
201 return IMPL.isMarginRelative(lp); in isMarginRelative()
211 int result = IMPL.getLayoutDirection(lp); in getLayoutDirection()
229 IMPL.setLayoutDirection(lp, layoutDirection); in setLayoutDirection()
[all …]
DViewConfigurationCompat.java84 static final ViewConfigurationVersionImpl IMPL; field in ViewConfigurationCompat
87 IMPL = new IcsViewConfigurationVersionImpl();
89 IMPL = new HoneycombViewConfigurationVersionImpl();
91 IMPL = new FroyoViewConfigurationVersionImpl();
93 IMPL = new BaseViewConfigurationVersionImpl();
105 return IMPL.getScaledPagingTouchSlop(config); in getScaledPagingTouchSlop()
113 return IMPL.hasPermanentMenuKey(config); in hasPermanentMenuKey()
DViewPropertyAnimatorCompat.java657 static final ViewPropertyAnimatorCompatImpl IMPL; field in ViewPropertyAnimatorCompat
661 IMPL = new LollipopViewPropertyAnimatorCompatImpl();
663 IMPL = new KitKatViewPropertyAnimatorCompatImpl();
665 IMPL = new JBMr2ViewPropertyAnimatorCompatImpl();
667 IMPL = new JBViewPropertyAnimatorCompatImpl();
669 IMPL = new ICSViewPropertyAnimatorCompatImpl();
671 IMPL = new BaseViewPropertyAnimatorCompatImpl();
689 IMPL.setDuration(this, view, value); in setDuration()
706 IMPL.alpha(this, view, value); in alpha()
723 IMPL.alphaBy(this, view, value); in alphaBy()
[all …]
DMenuItemCompat.java245 static final MenuVersionImpl IMPL;
249 IMPL = new IcsMenuVersionImpl();
251 IMPL = new HoneycombMenuVersionImpl();
253 IMPL = new BaseMenuVersionImpl();
271 IMPL.setShowAsAction(item, actionEnum);
290 return IMPL.setActionView(item, view);
312 return IMPL.setActionView(item, resId);
325 return IMPL.getActionView(item);
386 return IMPL.expandActionView(item);
405 return IMPL.collapseActionView(item);
[all …]
/frameworks/support/v4/java/android/support/v4/widget/
DSearchViewCompat.java252 private static final SearchViewCompatImpl IMPL;
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.newOnQueryTextListener(this);
[all …]
DEdgeEffectCompat.java34 private static final EdgeEffectImpl IMPL; field in EdgeEffectCompat
38 IMPL = new EdgeEffectLollipopImpl(); // Lollipop
40 IMPL = new EdgeEffectIcsImpl();
42 IMPL = new BaseEdgeEffectImpl();
150 mEdgeEffect = IMPL.newEdgeEffect(context); in EdgeEffectCompat()
160 IMPL.setSize(mEdgeEffect, width, height); in setSize()
171 return IMPL.isFinished(mEdgeEffect); in isFinished()
179 IMPL.finish(mEdgeEffect); in finish()
196 return IMPL.onPull(mEdgeEffect, deltaDistance); in onPull()
214 return IMPL.onPull(mEdgeEffect, deltaDistance, displacement); in onPull()
[all …]
DPopupWindowCompat.java143 static final PopupWindowImpl IMPL; field in 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); in showAsDropDown()
191 IMPL.setOverlapAnchor(popupWindow, overlapAnchor); in setOverlapAnchor()
201 return IMPL.getOverlapAnchor(popupWindow); in getOverlapAnchor()
214 IMPL.setWindowLayoutType(popupWindow, layoutType); in setWindowLayoutType()
[all …]
DCompoundButtonCompat.java36 private static final CompoundButtonCompatImpl IMPL; field in CompoundButtonCompat
41 IMPL = new Api23CompoundButtonImpl();
43 IMPL = new LollipopCompoundButtonImpl();
45 IMPL = new BaseCompoundButtonCompat();
128 IMPL.setButtonTintList(button, tint); in setButtonTintList()
138 return IMPL.getButtonTintList(button); in getButtonTintList()
154 IMPL.setButtonTintMode(button, tintMode); in setButtonTintMode()
164 return IMPL.getButtonTintMode(button); in getButtonTintMode()
174 return IMPL.getButtonDrawable(button); in getButtonDrawable()
/frameworks/support/v7/cardview/src/android/support/v7/widget/
DCardView.java79 private static final CardViewImpl IMPL; field in CardView
83 IMPL = new CardViewApi21();
85 IMPL = new CardViewJellybeanMr1();
87 IMPL = new CardViewEclairMr1();
89 IMPL.initStatic(); in IMPL.initStatic()
162 IMPL.onCompatPaddingChanged(mCardViewDelegate); in setUseCompatPadding()
184 IMPL.updatePadding(mCardViewDelegate); in setContentPadding()
189 if (!(IMPL instanceof CardViewApi21)) { in onMeasure()
194 final int minWidth = (int) Math.ceil(IMPL.getMinWidth(mCardViewDelegate)); in onMeasure()
204 final int minHeight = (int) Math.ceil(IMPL.getMinHeight(mCardViewDelegate)); in onMeasure()
[all …]
/frameworks/support/v4/java/android/support/v4/net/
DTrafficStatsCompat.java154 private static final TrafficStatsCompatImpl IMPL; field in TrafficStatsCompat
158 IMPL = new Api24TrafficStatsCompatImpl();
160 IMPL = new IcsTrafficStatsCompatImpl();
162 IMPL = new BaseTrafficStatsCompatImpl();
171 IMPL.clearThreadStatsTag(); in clearThreadStatsTag()
180 return IMPL.getThreadStatsTag(); in getThreadStatsTag()
191 IMPL.incrementOperationCount(operationCount); in incrementOperationCount()
202 IMPL.incrementOperationCount(tag, operationCount); in incrementOperationCount()
217 IMPL.setThreadStatsTag(tag); in setThreadStatsTag()
229 IMPL.tagSocket(socket); in tagSocket()
[all …]
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
DDrawableCompat.java289 static final DrawableImpl IMPL; field in DrawableCompat
293 IMPL = new MDrawableImpl();
295 IMPL = new LollipopDrawableImpl();
297 IMPL = new KitKatDrawableImpl();
299 IMPL = new JellybeanMr1DrawableImpl();
301 IMPL = new HoneycombDrawableImpl();
303 IMPL = new EclairDrawableImpl();
305 IMPL = new BaseDrawableImpl();
318 IMPL.jumpToCurrentState(drawable); in jumpToCurrentState()
334 IMPL.setAutoMirrored(drawable, mirrored); in setAutoMirrored()
[all …]
/frameworks/support/v4/java/android/support/v4/graphics/
DBitmapCompat.java79 static final BitmapImpl IMPL; field in BitmapCompat
83 IMPL = new KitKatBitmapCompatImpl();
85 IMPL = new JbMr2BitmapCompatImpl();
87 IMPL = new HcMr1BitmapCompatImpl();
89 IMPL = new BaseBitmapImpl();
94 return IMPL.hasMipMap(bitmap); in hasMipMap()
98 IMPL.setHasMipMap(bitmap, hasMipMap); in setHasMipMap()
109 return IMPL.getAllocationByteCount(bitmap); in getAllocationByteCount()
/frameworks/support/v4/java/android/support/v4/content/res/
DConfigurationHelper.java29 private static final ConfigurationHelperImpl IMPL; field in ConfigurationHelper
34 IMPL = new JellybeanMr1Impl();
36 IMPL = new HoneycombMr2Impl();
38 IMPL = new DonutImpl();
104 return IMPL.getScreenHeightDp(resources); in getScreenHeightDp()
114 return IMPL.getScreenWidthDp(resources); in getScreenWidthDp()
124 return IMPL.getSmallestScreenWidthDp(resources); in getSmallestScreenWidthDp()
134 return IMPL.getDensityDpi(resources); in getDensityDpi()
/frameworks/support/v13/java/android/support/v13/app/
DFragmentCompat.java112 static final FragmentCompatImpl IMPL; field in FragmentCompat
115 IMPL = new NFragmentCompatImpl();
117 IMPL = new MncFragmentCompatImpl();
119 IMPL = new ICSMR1FragmentCompatImpl();
121 IMPL = new ICSFragmentCompatImpl();
123 IMPL = new BaseFragmentCompatImpl();
155 IMPL.setMenuVisibility(f, visible); in setMenuVisibility()
163 IMPL.setUserVisibleHint(f, deferStart); in setUserVisibleHint()
219 IMPL.requestPermissions(fragment, permissions, requestCode); in requestPermissions()
245 return IMPL.shouldShowRequestPermissionRationale(fragment, permission); in shouldShowRequestPermissionRationale()
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
DAccessibilityServiceInfoCompat.java112 IMPL = new AccessibilityServiceInfoJellyBeanMr2();
114 IMPL = new AccessibilityServiceInfoIcsImpl();
116 IMPL = new AccessibilityServiceInfoStubImpl();
122 private static final AccessibilityServiceInfoVersionImpl IMPL; field in AccessibilityServiceInfoCompat
291 return IMPL.getId(info); in getId()
303 return IMPL.getResolveInfo(info); in getResolveInfo()
316 return IMPL.getSettingsActivityName(info); in getSettingsActivityName()
329 return IMPL.getCanRetrieveWindowContent(info); in getCanRetrieveWindowContent()
342 return IMPL.getDescription(info); in getDescription()
424 return IMPL.getCapabilities(info); in getCapabilities()
/frameworks/support/v4/java/android/support/v4/animation/
DAnimatorCompatHelper.java27 private final static AnimatorProvider IMPL; field in AnimatorCompatHelper
31 IMPL = new HoneycombMr1AnimatorCompatProvider();
33 IMPL = new DonutAnimatorCompatProvider();
38 return IMPL.emptyValueAnimator(); in emptyValueAnimator()
44 IMPL.clearInterpolator(view); in clearInterpolator()

123