Searched defs:IMPL (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/view/accessibility/
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
550 return new AccessibilityRecordCompat(IMPL.obtain(record.mRecord));
560 return new AccessibilityRecordCompat(IMPL.obtain());
571 IMPL.setSource(mRecord, source);
589 IMPL.setSource(mRecord, root, virtualDescendantId);
605 return IMPL
[all...]
H A DAccessibilityNodeInfoCompat.java732 IMPL = new AccessibilityNodeInfoJellybeanMr2Impl();
734 IMPL = new AccessibilityNodeInfoJellybeanImpl();
736 IMPL = new AccessibilityNodeInfoIcsImpl();
738 IMPL = new AccessibilityNodeInfoStubImpl();
742 private static final AccessibilityNodeInfoImpl IMPL; field in class:AccessibilityNodeInfoCompat
1072 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.obtain(source));
1087 IMPL.obtain(root, virtualDescendantId));
1096 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.obtain());
1107 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.obtain(info.mInfo));
1116 IMPL
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DActionBarDrawerToggle.java141 private static final ActionBarDrawerToggleImpl IMPL; field in class:ActionBarDrawerToggle
146 IMPL = new ActionBarDrawerToggleImplHC();
148 IMPL = new ActionBarDrawerToggleImplBase();
360 return IMPL.getThemeUpIndicator(mActivity);
368 mSetIndicatorInfo = IMPL
377 mSetIndicatorInfo = IMPL
H A DShareCompat.java148 private static ShareCompatImpl IMPL; field in class:ShareCompat
152 IMPL = new ShareCompatImplJB();
154 IMPL = new ShareCompatImplICS();
156 IMPL = new ShareCompatImplBase();
232 IMPL.configureMenuItem(item, shareIntent);
755 result = IMPL.escapeHtml(text);
H A DNotificationCompat.java79 private static final NotificationCompatImpl IMPL; field in class:NotificationCompat
154 IMPL = new NotificationCompatImplJellybean();
156 IMPL = new NotificationCompatImplIceCreamSandwich();
158 IMPL = new NotificationCompatImplHoneycomb();
160 IMPL = new NotificationCompatImplBase();
587 return (Notification) IMPL.build(this);
595 return (Notification) IMPL.build(this);
/frameworks/support/v4/java/android/support/v4/widget/
H A DSlidingPaneLayout.java189 static final SlidingPanelLayoutImpl IMPL; field in class:SlidingPaneLayout
194 IMPL = new SlidingPanelLayoutImplJBMR1();
196 IMPL = new SlidingPanelLayoutImplJB();
198 IMPL = new SlidingPanelLayoutImplBase();
984 IMPL.invalidateChildRegion(this, v);

Completed in 278 milliseconds

12