Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/view/
DSupportMenuInflater.java81 static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class}; field in SupportMenuInflater
84 ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
496 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments); in setItem()
/frameworks/base/core/java/android/view/
DMenuInflater.java64 private static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class}; field in MenuInflater
66 … static final Class<?>[] ACTION_PROVIDER_CONSTRUCTOR_SIGNATURE = ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
517 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments); in setItem()