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

  /frameworks/base/core/java/android/view/
MenuInflater.java 68 private final Object[] mActionViewConstructorArguments;
82 mActionViewConstructorArguments = new Object[] {context};
83 mActionProviderConstructorArguments = mActionViewConstructorArguments;
95 mActionViewConstructorArguments = new Object[] {context};
96 mActionProviderConstructorArguments = mActionViewConstructorArguments;
517 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
SupportMenuInflater.java 87 final Object[] mActionViewConstructorArguments;
102 mActionViewConstructorArguments = new Object[] {context};
103 mActionProviderConstructorArguments = mActionViewConstructorArguments;
497 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);

Completed in 74 milliseconds