Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DWindowDecorActionBar.java987 private final Context mActionModeContext; field in WindowDecorActionBar.ActionModeImpl
994 mActionModeContext = context; in ActionModeImpl()
1003 return new SupportMenuInflater(mActionModeContext); in getMenuInflater()
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java974 private final Context mActionModeContext; field in WindowDecorActionBar.ActionModeImpl
982 mActionModeContext = context; in ActionModeImpl()
991 return new MenuInflater(mActionModeContext); in getMenuInflater()