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

12

/frameworks/rs/driver/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/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 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/support/v4/java/android/support/v4/view/
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/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 2111 milliseconds

12