Searched refs:mDrawerElevation (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java185 private float mDrawerElevation; field in class:DrawerLayout
404 mDrawerElevation = DRAWER_ELEVATION * density;
416 mDrawerElevation = elevation;
420 ViewCompat.setElevation(child, mDrawerElevation);
434 return mDrawerElevation;
1081 if (ViewCompat.getElevation(child) != mDrawerElevation) {
1082 ViewCompat.setElevation(child, mDrawerElevation);

Completed in 257 milliseconds