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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java53 private HeaderElevationController mElevationController; field in class:AllAppsRecyclerView
86 mElevationController = elevationController;
164 if (mElevationController != null) {
165 mElevationController.reset();
H A DAllAppsContainerView.java156 private HeaderElevationController mElevationController; field in class:AllAppsContainerView
346 mElevationController = Utilities.ATLEAST_LOLLIPOP
356 mAppsRecyclerView.addOnScrollListener(mElevationController);
357 mAppsRecyclerView.setElevationController(mElevationController);
451 mElevationController.updateBackgroundPadding(bgPadding);

Completed in 69 milliseconds