Home | History | Annotate | Download | only in launcher2

Lines Matching full:mhasscrollindicator

179     private boolean mHasScrollIndicator = true;
1712 // We use mHasScrollIndicator to prevent future lookups if there is no sibling indicator
1714 if (mHasScrollIndicator && mScrollIndicator == null) {
1718 mHasScrollIndicator = mScrollIndicator != null;
1719 if (mHasScrollIndicator) {