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

12

/frameworks/support/v4/java/android/support/v4/view/
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 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 DPagerTitleStrip.java98 private static final PagerTitleStripImpl IMPL; field in class:PagerTitleStrip
101 IMPL = new PagerTitleStripImplIcs();
103 IMPL = new PagerTitleStripImplBase();
108 IMPL.setSingleLineAllCaps(text);
/frameworks/support/v4/java/android/support/v4/view/accessibility/
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/app/
H A DNavUtils.java132 private static final NavUtilsImpl IMPL; field in class:NavUtils
137 IMPL = new NavUtilsImplJB();
139 IMPL = new NavUtilsImplBase();
158 return IMPL.shouldUpRecreateTask(sourceActivity, targetIntent);
201 IMPL.navigateUpTo(sourceActivity, upIntent);
215 return IMPL.getParentActivityIntent(sourceActivity);
299 String parentActivity = IMPL.getParentActivityName(context, info);
H A DActionBarDrawerToggle.java140 private static final ActionBarDrawerToggleImpl IMPL; field in class:ActionBarDrawerToggle
145 IMPL = new ActionBarDrawerToggleImplHC();
147 IMPL = new ActionBarDrawerToggleImplBase();
363 return IMPL.getThemeUpIndicator(mActivity);
371 mSetIndicatorInfo = IMPL
380 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 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);
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);
/frameworks/rs/cpu_ref/linkloader/include/
H A DELFTypes.h68 #define ELF_TYPE_WRAPPER(TYPE, IMPL) \
70 IMPL value; \
73 TYPE(IMPL val) : value(val) { } \
76 TYPE &operator=(IMPL val) { value = val; return *this; } \
78 operator IMPL() const { return value; } \
/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();
991 IMPL.invalidateChildRegion(this, v);

Completed in 240 milliseconds

12