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

/frameworks/base/core/java/android/view/
H A DMenuInflater.java61 private static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class}; field in class:MenuInflater
63 private static final Class<?>[] ACTION_PROVIDER_CONSTRUCTOR_SIGNATURE = ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
473 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportMenuInflater.java72 private static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class}; field in class:SupportMenuInflater
75 ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
459 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);

Completed in 163 milliseconds