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.java50 public static DrawerController create(Activity activity, ActivityConfig activityConfig) { in create() argument
69 return new RuntimeDrawerController(layout, drawer, toggle, toolbar, activityConfig); in create()
108 ActivityConfig activityConfig) { in RuntimeDrawerController() argument
118 if (activityConfig.dragAndDropEnabled()) { in RuntimeDrawerController()