Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DDrawerController.java53 public static DrawerController create(BaseActivity activity, ActivityConfig activityConfig) { in create() argument
72 return new RuntimeDrawerController(layout, drawer, toggle, toolbar, activityConfig, in create()
113 ActivityConfig activityConfig, in RuntimeDrawerController() argument
125 if (activityConfig.dragAndDropEnabled()) { in RuntimeDrawerController()