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.java63 drawer.getLayoutParams().width = calculateDrawerWidth(activity); in create()
83 private static int calculateDrawerWidth(Activity activity) { in calculateDrawerWidth() method in DrawerController