Searched refs:IMPL (Results 26 - 50 of 52) sorted by relevance

123

/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityWindowInfoCompat.java190 IMPL = new AccessibilityWindowInfoApi21Impl();
192 IMPL = new AccessibilityWindowInfoStubImpl();
196 private static final AccessibilityWindowInfoImpl IMPL; field in class:AccessibilityWindowInfoCompat
260 return IMPL.getType(mInfo);
270 return IMPL.getLayer(mInfo);
279 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getRoot(mInfo));
288 return wrapNonNullInstance(IMPL.getParent(mInfo));
297 return IMPL.getId(mInfo);
306 IMPL.getBoundsInScreen(mInfo, outBounds);
317 return IMPL
[all...]
H A DAccessibilityNodeInfoCompat.java345 this(IMPL.newAccessibilityAction(actionId, label));
358 return IMPL.getAccessibilityActionId(mAction);
368 return IMPL.getAccessibilityActionLabel(mAction);
391 return new CollectionInfoCompat(IMPL.obtainCollectionInfo(rowCount, columnCount,
400 return IMPL.getCollectionInfoColumnCount(mInfo);
404 return IMPL.getCollectionInfoRowCount(mInfo);
408 return IMPL.isCollectionInfoHierarchical(mInfo);
423 return new CollectionItemInfoCompat(IMPL.obtainCollectionItemInfo(rowIndex, rowSpan,
432 return IMPL.getCollectionItemColumnIndex(mInfo);
436 return IMPL
1896 private static final AccessibilityNodeInfoImpl IMPL; field in class:AccessibilityNodeInfoCompat
[all...]
H A DAccessibilityNodeProviderCompat.java134 private static final AccessibilityNodeProviderImpl IMPL; field in class:AccessibilityNodeProviderCompat
140 IMPL = new AccessibilityNodeProviderKitKatImpl();
142 IMPL = new AccessibilityNodeProviderJellyBeanImpl();
144 IMPL = new AccessibilityNodeProviderStubImpl();
152 mProvider = IMPL.newAccessibilityNodeProviderBridge(this);
/frameworks/support/v4/java/android/support/v4/widget/
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...]
H A DCompoundButtonCompat.java36 private static final CompoundButtonCompatImpl IMPL; field in class:CompoundButtonCompat
41 IMPL = new Api23CompoundButtonImpl();
43 IMPL = new LollipopCompoundButtonImpl();
45 IMPL = new BaseCompoundButtonCompat();
128 IMPL.setButtonTintList(button, tint);
138 return IMPL.getButtonTintList(button);
154 IMPL.setButtonTintMode(button, tintMode);
164 return IMPL.getButtonTintMode(button);
174 return IMPL.getButtonDrawable(button);
H A DTextViewCompat.java126 static final TextViewCompatImpl IMPL; field in class:TextViewCompat
131 IMPL = new JbMr2TextViewCompatImpl();
133 IMPL = new JbMr1TextViewCompatImpl();
135 IMPL = new BaseTextViewCompatImpl();
157 IMPL.setCompoundDrawablesRelative(textView, start, top, end, bottom);
177 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom);
200 IMPL.setCompoundDrawablesRelativeWithIntrinsicBounds(textView, start, top, end, bottom);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java1532 static final ViewCompatImpl IMPL; field in class:ViewCompat
1536 IMPL = new LollipopViewCompatImpl();
1538 IMPL = new KitKatViewCompatImpl();
1540 IMPL = new JbMr1ViewCompatImpl();
1542 IMPL = new JBViewCompatImpl();
1544 IMPL = new ICSViewCompatImpl();
1546 IMPL = new HCViewCompatImpl();
1548 IMPL = new GBViewCompatImpl();
1550 IMPL = new EclairMr1ViewCompatImpl();
1552 IMPL
[all...]
H A DMenuItemCompat.java245 static final MenuVersionImpl IMPL; field in class:MenuItemCompat
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
[all...]
H A DAccessibilityDelegateCompat.java291 private static final AccessibilityDelegateImpl IMPL; field in class:AccessibilityDelegateCompat
296 IMPL = new AccessibilityDelegateJellyBeanImpl();
298 IMPL = new AccessibilityDelegateIcsImpl();
300 IMPL = new AccessibilityDelegateStubImpl();
302 DEFAULT_DELEGATE = IMPL.newAccessiblityDelegateDefaultImpl();
311 mBridge = IMPL.newAccessiblityDelegateBridge(this);
336 IMPL.sendAccessibilityEvent(DEFAULT_DELEGATE, host, eventType);
358 IMPL.sendAccessibilityEventUnchecked(DEFAULT_DELEGATE, host, event);
379 return IMPL.dispatchPopulateAccessibilityEvent(DEFAULT_DELEGATE, host, event);
399 IMPL
[all...]
H A DViewPropertyAnimatorCompat.java643 static final ViewPropertyAnimatorCompatImpl IMPL; field in class:ViewPropertyAnimatorCompat
647 IMPL = new LollipopViewPropertyAnimatorCompatImpl();
649 IMPL = new KitKatViewPropertyAnimatorCompatImpl();
651 IMPL = new JBMr2ViewPropertyAnimatorCompatImpl();
653 IMPL = new JBViewPropertyAnimatorCompatImpl();
655 IMPL = new ICSViewPropertyAnimatorCompatImpl();
657 IMPL = new BaseViewPropertyAnimatorCompatImpl();
675 IMPL.setDuration(this, view, value);
692 IMPL.alpha(this, view, value);
709 IMPL
[all...]
H A DGravityCompat.java87 static final GravityCompatImpl IMPL; field in class:GravityCompat
91 IMPL = new GravityCompatImplJellybeanMr1();
93 IMPL = new GravityCompatImplBase();
132 IMPL.apply(gravity, w, h, container, outRect, layoutDirection);
162 IMPL.apply(gravity, w, h, container, xAdj, yAdj, outRect, layoutDirection);
186 IMPL.applyDisplay(gravity, display, inoutObj, layoutDirection);
201 return IMPL.getAbsoluteGravity(gravity, layoutDirection);
H A DViewParentCompat.java201 static final ViewParentCompatImpl IMPL; field in class:ViewParentCompat
205 IMPL = new ViewParentCompatLollipopImpl();
207 IMPL = new ViewParentCompatKitKatImpl();
209 IMPL = new ViewParentCompatICSImpl();
211 IMPL = new ViewParentCompatStubImpl();
241 return IMPL.requestSendAccessibilityEvent(parent, child, event);
268 return IMPL.onStartNestedScroll(parent, child, target, nestedScrollAxes);
289 IMPL.onNestedScrollAccepted(parent, child, target, nestedScrollAxes);
304 IMPL.onStopNestedScroll(parent, target);
330 IMPL
[all...]
H A DPagerTitleStrip.java100 private static final PagerTitleStripImpl IMPL; field in class:PagerTitleStrip
103 IMPL = new PagerTitleStripImplIcs();
105 IMPL = new PagerTitleStripImplBase();
110 IMPL.setSingleLineAllCaps(text);
/frameworks/support/design/src/android/support/design/widget/
H A DViewGroupUtils.java44 private static final ViewGroupUtilsImpl IMPL; field in class:ViewGroupUtils
49 IMPL = new ViewGroupUtilsImplHoneycomb();
51 IMPL = new ViewGroupUtilsImplBase();
65 IMPL.offsetDescendantRect(parent, descendant, rect);
/frameworks/support/v4/java/android/support/v4/accessibilityservice/
H A DAccessibilityServiceInfoCompat.java112 IMPL = new AccessibilityServiceInfoJellyBeanMr2();
114 IMPL = new AccessibilityServiceInfoIcsImpl();
116 IMPL = new AccessibilityServiceInfoStubImpl();
122 private static final AccessibilityServiceInfoVersionImpl IMPL; field in class:AccessibilityServiceInfoCompat
293 return IMPL.getId(info);
305 return IMPL.getResolveInfo(info);
318 return IMPL.getSettingsActivityName(info);
331 return IMPL.getCanRetrieveWindowContent(info);
344 return IMPL.getDescription(info);
426 return IMPL
[all...]
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentCompat.java104 static final FragmentCompatImpl IMPL; field in class:FragmentCompat
107 IMPL = new MncFragmentCompatImpl();
109 IMPL = new ICSMR1FragmentCompatImpl();
111 IMPL = new ICSFragmentCompatImpl();
113 IMPL = new BaseFragmentCompatImpl();
145 IMPL.setMenuVisibility(f, visible);
153 IMPL.setUserVisibleHint(f, deferStart);
209 IMPL.requestPermissions(fragment, permissions, requestCode);
235 return IMPL.shouldShowRequestPermissionRationale(fragment, permission);
/frameworks/support/v4/java/android/support/v4/content/
H A DContentResolverCompat.java74 private static final ContentResolverCompatImpl IMPL; field in class:ContentResolverCompat
78 IMPL = new ContentResolverCompatImplJB();
80 IMPL = new ContentResolverCompatImplBase();
125 return IMPL.query(resolver, uri, projection, selection, selectionArgs,
/frameworks/support/v4/java/android/support/v4/app/
H A DRemoteInput.java188 return IMPL.getResultsFromIntent(intent);
204 IMPL.addResultsToIntent(remoteInputs, intent, results);
207 private static final Impl IMPL; field in class:RemoteInput
254 IMPL = new ImplApi20();
256 IMPL = new ImplJellybean();
258 IMPL = new ImplBase();
H A DNavUtils.java133 private static final NavUtilsImpl IMPL; field in class:NavUtils
138 IMPL = new NavUtilsImplJB();
140 IMPL = new NavUtilsImplBase();
159 return IMPL.shouldUpRecreateTask(sourceActivity, targetIntent);
202 IMPL.navigateUpTo(sourceActivity, upIntent);
216 return IMPL.getParentActivityIntent(sourceActivity);
302 String parentActivity = IMPL.getParentActivityName(context, info);
H A DActionBarDrawerToggle.java173 private static final ActionBarDrawerToggleImpl IMPL; field in class:ActionBarDrawerToggle
178 IMPL = new ActionBarDrawerToggleImplJellybeanMR2();
180 IMPL = new ActionBarDrawerToggleImplHC();
182 IMPL = new ActionBarDrawerToggleImplBase();
480 return IMPL.getThemeUpIndicator(mActivity);
488 mSetIndicatorInfo = IMPL
497 mSetIndicatorInfo = IMPL
H A DTaskStackBuilder.java112 private static final TaskStackBuilderImpl IMPL; field in class:TaskStackBuilder
116 IMPL = new TaskStackBuilderImplHoneycomb();
118 IMPL = new TaskStackBuilderImplBase();
371 return IMPL.getPendingIntent(mSourceContext, intents, requestCode, flags, options);
H A DNotificationManagerCompat.java112 private static final Impl IMPL; field in class:NotificationManagerCompat
166 IMPL = new ImplIceCreamSandwich();
168 IMPL = new ImplEclair();
170 IMPL = new ImplBase();
172 SIDE_CHANNEL_BIND_FLAGS = IMPL.getSideChannelBindFlags();
189 IMPL.cancelNotification(mNotificationManager, tag, id);
223 IMPL.cancelNotification(mNotificationManager, tag, id);
225 IMPL.postNotification(mNotificationManager, tag, id, notification);
H A DNotificationCompat.java444 private static final NotificationCompatImpl IMPL; field in class:NotificationCompat
831 IMPL = new NotificationCompatImplApi21();
833 IMPL = new NotificationCompatImplApi20();
835 IMPL = new NotificationCompatImplKitKat();
837 IMPL = new NotificationCompatImplJellybean();
839 IMPL = new NotificationCompatImplIceCreamSandwich();
841 IMPL = new NotificationCompatImplHoneycomb();
843 IMPL = new NotificationCompatImplGingerbread();
845 IMPL = new NotificationCompatImplBase();
1561 return IMPL
[all...]
H A DShareCompat.java149 private static ShareCompatImpl IMPL; field in class:ShareCompat
153 IMPL = new ShareCompatImplJB();
155 IMPL = new ShareCompatImplICS();
157 IMPL = new ShareCompatImplBase();
233 IMPL.configureMenuItem(item, shareIntent);
756 result = IMPL.escapeHtml(text);
/frameworks/support/v4/java/android/support/v4/hardware/fingerprint/
H A DFingerprintManagerCompat.java50 static final FingerprintManagerCompatImpl IMPL; field in class:FingerprintManagerCompat
54 IMPL = new Api23FingerprintManagerCompatImpl();
56 IMPL = new LegacyFingerprintManagerCompatImpl();
66 return IMPL.hasEnrolledFingerprints(mContext);
75 return IMPL.isHardwareDetected(mContext);
95 IMPL.authenticate(mContext, crypto, flags, cancel, callback, handler);

Completed in 1740 milliseconds

123