HomeSort by relevance Sort by last modified time
    Searched defs:mActivityImpl (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v4/java/android/support/v4/app/
ActionBarDrawerToggle.java 158 private final Delegate mActivityImpl;
196 mActivityImpl = ((DelegateProvider) activity).getDrawerToggleDelegate();
198 mActivityImpl = null;
360 if (mActivityImpl != null) {
361 return mActivityImpl.getThemeUpIndicator();
367 if (mActivityImpl != null) {
368 mActivityImpl.setActionBarUpIndicator(upDrawable, contentDescRes);
376 if (mActivityImpl != null) {
377 mActivityImpl.setActionBarDescription(contentDescRes);
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 25 milliseconds