Home | History | Annotate | Download | only in widget

Lines Matching defs:showing

67     /** Minimum number of pages to justify showing a fast scroll thumb. */
70 /** Scroll thumb and preview not showing. */
139 /** Whether the primary text is showing. */
169 * <li>{@link #STATE_VISIBLE}, showing track and thumb
170 * <li>{@link #STATE_DRAGGING}, visible and showing preview
1069 final TextView showing;
1072 showing = mPrimaryText;
1075 showing = mSecondaryText;
1090 final Animator hideShowing = animateAlpha(showing, 0f).setDuration(DURATION_CROSS_FADE);
1105 // The current preview size is unaffected by hidden or showing. It's
1121 // If showing is larger than target, shrink to target size.
1122 final int showingWidth = showing.getWidth();
1125 final Animator scaleAnim = animateScaleX(showing, scale).setDuration(DURATION_RESIZE);