Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/
DDrawerController.java60 drawer.getLayoutParams().width = calculateDrawerWidth(activity); in create()
79 private static int calculateDrawerWidth(Activity activity) { in calculateDrawerWidth() method in DrawerController