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

  /frameworks/base/core/java/android/view/
MenuInflater.java 64 private static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class};
66 private static final Class<?>[] ACTION_PROVIDER_CONSTRUCTOR_SIGNATURE = ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
517 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/
SupportMenuInflater.java 82 static final Class<?>[] ACTION_VIEW_CONSTRUCTOR_SIGNATURE = new Class[] {Context.class};
85 ACTION_VIEW_CONSTRUCTOR_SIGNATURE;
497 ACTION_VIEW_CONSTRUCTOR_SIGNATURE, mActionViewConstructorArguments);

Completed in 49 milliseconds