HomeSort by relevance Sort by last modified time
    Searched refs:HeaderElevationController (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
HeaderElevationController.java 19 public abstract class HeaderElevationController extends RecyclerView.OnScrollListener {
38 public static class ControllerV16 extends HeaderElevationController {
77 public static class ControllerVL extends HeaderElevationController {
AllAppsRecyclerView.java 56 private HeaderElevationController mElevationController;
88 public void setElevationController(HeaderElevationController elevationController) {
AllAppsContainerView.java 149 private HeaderElevationController mElevationController;
280 ? new HeaderElevationController.ControllerVL(mSearchContainer)
281 : new HeaderElevationController.ControllerV16(mSearchContainer);

Completed in 66 milliseconds