Searched refs:mActionViewConstructorArguments (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMenuInflater.java65 private final Object[] mActionViewConstructorArguments; field in class:MenuInflater
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/
H A DSupportMenuInflater.java77 private final Object[] mActionViewConstructorArguments; field in class:SupportMenuInflater
92 mActionViewConstructorArguments = new Object[] {context};
93 mActionProviderConstructorArguments = mActionViewConstructorArguments;
459 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);

Completed in 44 milliseconds