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 64 private final Object[] mActionViewConstructorArguments;
78 mActionViewConstructorArguments = new Object[] {context};
79 mActionProviderConstructorArguments = mActionViewConstructorArguments;
91 mActionViewConstructorArguments = new Object[] {context};
92 mActionProviderConstructorArguments = mActionViewConstructorArguments;
472 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 452 milliseconds