Home
last modified time | relevance | path

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

12

/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
550 return new AccessibilityRecordCompat(IMPL.obtain(record.mRecord)); in obtain()
560 return new AccessibilityRecordCompat(IMPL.obtain()); in obtain()
571 IMPL.setSource(mRecord, source); in setSource()
589 IMPL.setSource(mRecord, root, virtualDescendantId); in setSource()
605 return IMPL.getSource(mRecord); in getSource()
[all …]
DAccessibilityNodeInfoCompat.java82 return new CollectionInfoCompat(IMPL.obtainCollectionInfo(rowCount, columnCount, in obtain()
91 return IMPL.getCollectionInfoColumnCount(mInfo); in getColumnCount()
95 return IMPL.getCollectionInfoRowCount(mInfo); in getRowCount()
99 return IMPL.isCollectionInfoHierarchical(mInfo); in isHierarchical()
114 return new CollectionItemInfoCompat(IMPL.obtainCollectionItemInfo(rowIndex, rowSpan, in obtain()
123 return IMPL.getCollectionItemColumnIndex(mInfo); in getColumnIndex()
127 return IMPL.getCollectionItemColumnSpan(mInfo); in getColumnSpan()
131 return IMPL.getCollectionItemRowIndex(mInfo); in getRowIndex()
135 return IMPL.getCollectionItemRowSpan(mInfo); in getRowSpan()
139 return IMPL.isCollectionItemHeading(mInfo); in isHeading()
[all …]
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);
DAccessibilityEventCompat.java70 private final static AccessibilityEventVersionImpl IMPL; field in AccessibilityEventCompat
74 IMPL = new AccessibilityEventIcsImpl();
76 IMPL = new AccessibilityEventStubImpl();
194 return IMPL.getRecordCount(event); in getRecordCount()
206 IMPL.appendRecord(event, record.getImpl()); in appendRecord()
216 return new AccessibilityRecordCompat(IMPL.getRecord(event, index)); in getRecord()
/frameworks/support/v4/java/android/support/v4/view/
DViewCompat.java1149 static final ViewCompatImpl IMPL; field in ViewCompat
1153 IMPL = new Api21ViewCompatImpl();
1155 IMPL = new KitKatViewCompatImpl();
1157 IMPL = new JbMr1ViewCompatImpl();
1159 IMPL = new JBViewCompatImpl();
1161 IMPL = new ICSViewCompatImpl();
1163 IMPL = new HCViewCompatImpl();
1165 IMPL = new GBViewCompatImpl();
1167 IMPL = new EclairMr1ViewCompatImpl();
1169 IMPL = new BaseViewCompatImpl();
[all …]
DViewGroupCompat.java126 static final ViewGroupCompatImpl IMPL; field in ViewGroupCompat
130 IMPL = new ViewGroupCompatApi21Impl();
132 IMPL = new ViewGroupCompatJellybeanMR2Impl();
134 IMPL = new ViewGroupCompatIcsImpl();
136 IMPL = new ViewGroupCompatHCImpl();
138 IMPL = new ViewGroupCompatStubImpl();
166 return IMPL.onRequestSendAccessibilityEvent(group, child, event); in onRequestSendAccessibilityEvent()
186 IMPL.setMotionEventSplittingEnabled(group, split); in setMotionEventSplittingEnabled()
202 return IMPL.getLayoutMode(group); in getLayoutMode()
215 IMPL.setLayoutMode(group, mode); in setLayoutMode()
[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()
DKeyEventCompat.java164 static final KeyEventVersionImpl IMPL; field in KeyEventCompat
167 IMPL = new HoneycombKeyEventVersionImpl();
169 IMPL = new BaseKeyEventVersionImpl();
176 return IMPL.normalizeMetaState(metaState); in normalizeMetaState()
180 return IMPL.metaStateHasModifiers(metaState, modifiers); in metaStateHasModifiers()
184 return IMPL.metaStateHasNoModifiers(metaState); in metaStateHasNoModifiers()
188 return IMPL.metaStateHasModifiers(event.getMetaState(), modifiers); in hasModifiers()
192 return IMPL.metaStateHasNoModifiers(event.getMetaState()); in hasNoModifiers()
196 IMPL.startTracking(event); in startTracking()
200 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 return IMPL.getLayoutDirection(lp); in getLayoutDirection()
222 IMPL.setLayoutDirection(lp, layoutDirection); in setLayoutDirection()
[all …]
DMotionEventCompat.java106 static final MotionEventVersionImpl IMPL; field in MotionEventCompat
109 IMPL = new EclairMotionEventVersionImpl();
111 IMPL = new BaseMotionEventVersionImpl();
201 return IMPL.findPointerIndex(event, pointerId); in findPointerIndex()
210 return IMPL.getPointerId(event, pointerIndex); in getPointerId()
219 return IMPL.getX(event, pointerIndex); in getX()
228 return IMPL.getY(event, pointerIndex); in getY()
236 return IMPL.getPointerCount(event); in getPointerCount()
DViewPropertyAnimatorCompat.java594 static final ViewPropertyAnimatorCompatImpl IMPL; field in ViewPropertyAnimatorCompat
598 IMPL = new KitKatViewPropertyAnimatorCompatImpl();
600 IMPL = new JBMr2ViewPropertyAnimatorCompatImpl();
602 IMPL = new JBViewPropertyAnimatorCompatImpl();
604 IMPL = new ICSViewPropertyAnimatorCompatImpl();
606 IMPL = new BaseViewPropertyAnimatorCompatImpl();
624 IMPL.setDuration(this, view, value); in setDuration()
641 IMPL.alpha(this, view, value); in alpha()
658 IMPL.alphaBy(this, view, value); in alphaBy()
675 IMPL.translationX(this, view, value); in translationX()
[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 …]
DScaleGestureDetectorCompat.java24 static final ScaleGestureDetectorImpl IMPL; field in ScaleGestureDetectorCompat
60 IMPL = new ScaleGestureDetectorCompatKitKatImpl();
62 IMPL = new BaseScaleGestureDetectorImpl();
75 IMPL.setQuickScaleEnabled(scaleGestureDetector, enabled); in setQuickScaleEnabled()
83 return IMPL.isQuickScaleEnabled(scaleGestureDetector); // KitKat in isQuickScaleEnabled()
DVelocityTrackerCompat.java65 static final VelocityTrackerVersionImpl IMPL; field in VelocityTrackerCompat
68 IMPL = new HoneycombVelocityTrackerVersionImpl();
70 IMPL = new BaseVelocityTrackerVersionImpl();
82 return IMPL.getXVelocity(tracker, pointerId); in getXVelocity()
91 return IMPL.getYVelocity(tracker, pointerId); in getYVelocity()
/frameworks/support/v7/cardview/src/android/support/v7/widget/
DCardView.java72 private static final CardViewImpl IMPL; field in CardView
76 IMPL = new CardViewApi21();
78 IMPL = new CardViewJellybeanMr1();
80 IMPL = new CardViewEclairMr1();
82 IMPL.initStatic(); in IMPL.initStatic()
150 IMPL.onCompatPaddingChanged(this); in setUseCompatPadding()
171 IMPL.updatePadding(this); in setContentPadding()
176 if (IMPL instanceof CardViewApi21 == false) { in onMeasure()
181 final int minWidth = (int) Math.ceil(IMPL.getMinWidth(this)); in onMeasure()
191 final int minHeight = (int) Math.ceil(IMPL.getMinHeight(this)); in onMeasure()
[all …]
/frameworks/support/v4/java/android/support/v4/widget/
DEdgeEffectCompat.java34 private static final EdgeEffectImpl IMPL; field in EdgeEffectCompat
38 IMPL = new EdgeEffectIcsImpl();
40 IMPL = new BaseEdgeEffectImpl();
133 mEdgeEffect = IMPL.newEdgeEffect(context); in EdgeEffectCompat()
143 IMPL.setSize(mEdgeEffect, width, height); in setSize()
154 return IMPL.isFinished(mEdgeEffect); in isFinished()
162 IMPL.finish(mEdgeEffect); in finish()
177 return IMPL.onPull(mEdgeEffect, deltaDistance); in onPull()
189 return IMPL.onRelease(mEdgeEffect); in onRelease()
204 return IMPL.onAbsorb(mEdgeEffect, velocity); in onAbsorb()
[all …]
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 …]
/frameworks/support/v4/java/android/support/v4/net/
DTrafficStatsCompat.java121 private static final TrafficStatsCompatImpl IMPL; field in TrafficStatsCompat
125 IMPL = new IcsTrafficStatsCompatImpl();
127 IMPL = new BaseTrafficStatsCompatImpl();
136 IMPL.clearThreadStatsTag(); in clearThreadStatsTag()
145 return IMPL.getThreadStatsTag(); in getThreadStatsTag()
156 IMPL.incrementOperationCount(operationCount); in incrementOperationCount()
167 IMPL.incrementOperationCount(tag, operationCount); in incrementOperationCount()
182 IMPL.setThreadStatsTag(tag); in setThreadStatsTag()
194 IMPL.tagSocket(socket); in tagSocket()
201 IMPL.untagSocket(socket); in untagSocket()
DConnectivityManagerCompat.java81 private static final ConnectivityManagerCompatImpl IMPL; field in ConnectivityManagerCompat
85 IMPL = new JellyBeanConnectivityManagerCompatImpl();
87 IMPL = new HoneycombMR2ConnectivityManagerCompatImpl();
89 IMPL = new GingerbreadConnectivityManagerCompatImpl();
91 IMPL = new BaseConnectivityManagerCompatImpl();
103 return IMPL.isActiveNetworkMetered(cm); in isActiveNetworkMetered()
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
DDrawableCompat.java139 static final DrawableImpl IMPL; field in DrawableCompat
143 IMPL = new LDrawableImpl();
145 IMPL = new KitKatDrawableImpl();
147 IMPL = new HoneycombDrawableImpl();
149 IMPL = new BaseDrawableImpl();
162 IMPL.jumpToCurrentState(drawable); in jumpToCurrentState()
178 IMPL.setAutoMirrored(drawable, mirrored); in setAutoMirrored()
193 return IMPL.isAutoMirrored(drawable); in isAutoMirrored()
204 IMPL.setHotspot(drawable, x, y); in setHotspot()
215 IMPL.setHotspotBounds(drawable, left, top, right, bottom); in setHotspotBounds()
[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/v13/java/android/support/v13/app/
DFragmentCompat.java52 static final FragmentCompatImpl IMPL; field in FragmentCompat
55 IMPL = new ICSMR1FragmentCompatImpl();
57 IMPL = new ICSFragmentCompatImpl();
59 IMPL = new BaseFragmentCompatImpl();
68 IMPL.setMenuVisibility(f, visible); in setMenuVisibility()
76 IMPL.setUserVisibleHint(f, deferStart); in setUserVisibleHint()
/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
293 return IMPL.getId(info); in getId()
305 return IMPL.getResolveInfo(info); in getResolveInfo()
318 return IMPL.getSettingsActivityName(info); in getSettingsActivityName()
331 return IMPL.getCanRetrieveWindowContent(info); in getCanRetrieveWindowContent()
344 return IMPL.getDescription(info); in getDescription()
426 return IMPL.getCapabilities(info); in getCapabilities()
/frameworks/support/v4/java/android/support/v4/content/
DIntentCompat.java83 private static final IntentCompatImpl IMPL; field in IntentCompat
87 IMPL = new IntentCompatImplIcsMr1();
89 IMPL = new IntentCompatImplHC();
91 IMPL = new IntentCompatImplBase();
221 return IMPL.makeMainActivity(mainActivity); in makeMainActivity()
249 return IMPL.makeMainSelectorActivity(selectorAction, selectorCategory); in makeMainSelectorActivity()
266 return IMPL.makeRestartActivityTask(mainActivity); in makeRestartActivityTask()
/frameworks/support/v4/java/android/support/v4/text/
DICUCompat.java52 private static final ICUCompatImpl IMPL; field in ICUCompat
57 IMPL = new ICUCompatImplIcs();
59 IMPL = new ICUCompatImplBase();
70 return IMPL.getScript(locale); in getScript()
96 return IMPL.addLikelySubtags(locale); in addLikelySubtags()

12