Home | History | Annotate | Download | only in widget

Lines Matching defs:showing

71     /** Minimum number of pages to justify showing a fast scroll thumb. */
74 /** Scroll thumb and preview not showing. */
154 /** Whether the primary text is showing. */
184 * <li>{@link #STATE_VISIBLE}, showing track and thumb
185 * <li>{@link #STATE_DRAGGING}, visible and showing preview
1125 final TextView showing;
1128 showing = mPrimaryText;
1131 showing = mSecondaryText;
1146 final Animator hideShowing = animateAlpha(showing, 0f).setDuration(DURATION_CROSS_FADE);
1161 // The current preview size is unaffected by hidden or showing. It's
1177 // If showing is larger than target, shrink to target size.
1178 final int showingWidth = showing.getWidth();
1181 final Animator scaleAnim = animateScaleX(showing, scale).setDuration(DURATION_RESIZE);