Searched refs:rootScrollY (Results 1 – 1 of 1) sorted by relevance
1540 int rootScrollY = mRootScrollY; in updateColorViewTranslations() local1542 mStatusColorViewState.view.setTranslationY(rootScrollY > 0 ? rootScrollY : 0); in updateColorViewTranslations()1545 mNavigationColorViewState.view.setTranslationY(rootScrollY < 0 ? rootScrollY : 0); in updateColorViewTranslations()1886 public void onRootViewScrollYChanged(int rootScrollY) { in onRootViewScrollYChanged() argument1887 mRootScrollY = rootScrollY; in onRootViewScrollYChanged()