Searched defs:mActionViewConstructorArguments (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DMenuInflater.java63 private final Object[] mActionViewConstructorArguments; field in class:MenuInflater
78 mActionViewConstructorArguments = new Object[] {context};
79 mActionProviderConstructorArguments = mActionViewConstructorArguments;
91 mActionViewConstructorArguments = new Object[] {context};
92 mActionProviderConstructorArguments = mActionViewConstructorArguments;
431 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);

Completed in 41 milliseconds