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

  /frameworks/base/core/java/android/view/
MenuInflater.java 65 private final Object[] mActionViewConstructorArguments;
79 mActionViewConstructorArguments = new Object[] {context};
80 mActionProviderConstructorArguments = mActionViewConstructorArguments;
92 mActionViewConstructorArguments = new Object[] {context};
93 mActionProviderConstructorArguments = mActionViewConstructorArguments;
473 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
SupportMenuInflater.java 77 private final Object[] mActionViewConstructorArguments;
92 mActionViewConstructorArguments = new Object[] {context};
93 mActionProviderConstructorArguments = mActionViewConstructorArguments;
459 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 49 milliseconds