Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DWindowDecorActionBar.java947 private final Context mActionModeContext; field in WindowDecorActionBar.ActionModeImpl
954 mActionModeContext = context; in ActionModeImpl()
963 return new SupportMenuInflater(mActionModeContext); in getMenuInflater()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java939 private final Context mActionModeContext; field in WindowDecorActionBar.ActionModeImpl
946 mActionModeContext = context; in ActionModeImpl()
955 return new MenuInflater(mActionModeContext); in getMenuInflater()