Home
last modified time | relevance | path

Searched refs:mScrollIndicator (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java176 private View mScrollIndicator; field in PagedView
1779 if (mHasScrollIndicator && mScrollIndicator == null) { in getScrollingIndicator()
1782 mScrollIndicator = (View) (parent.findViewById(R.id.paged_view_indicator)); in getScrollingIndicator()
1783 mHasScrollIndicator = mScrollIndicator != null; in getScrollingIndicator()
1785 mScrollIndicator.setVisibility(View.VISIBLE); in getScrollingIndicator()
1789 return mScrollIndicator; in getScrollingIndicator()
1816 if (mScrollIndicator != null) { in showScrollingIndicator()
1819 mScrollIndicator.setVisibility(View.VISIBLE); in showScrollingIndicator()
1822 mScrollIndicator.setAlpha(1f); in showScrollingIndicator()
1824 mScrollIndicatorAnimator = LauncherAnimUtils.ofFloat(mScrollIndicator, "alpha", 1f); in showScrollingIndicator()
[all …]