Searched refs:scrollToPanel (Results 1 – 1 of 1) sorted by relevance
885 View scrollToPanel = getView().findViewById(frameResIds[index]); in moveToPanel() local887 if (scrollToPanel == null || previewPanel == null) { in moveToPanel()890 View scrollToPanelHead = scrollToPanel.findViewById(R.id.decor_title_container); in moveToPanel()929 ObjectAnimator alphaAnim = ObjectAnimator.ofFloat(scrollToPanel, "alpha", in moveToPanel()930 scrollToPanel.getAlpha(), 1f); in moveToPanel()931 ObjectAnimator backgroundColorAnim = ObjectAnimator.ofObject(scrollToPanel, in moveToPanel()951 scrollToPanel.setAlpha(1f); in moveToPanel()952 scrollToPanel.setBackgroundColor(mainPanelColor); in moveToPanel()987 scrollToPanel.setAlpha(1f); in moveToPanel()988 scrollToPanel.setBackgroundColor(mainPanelColor); in moveToPanel()