Lines Matching defs:track

125      * Width required to draw the switch track and thumb. Includes padding and
126 * optical bounds for both the track and thumb.
131 * Height required to draw the switch track and thumb. Includes padding and
132 * optical bounds for both the track and thumb.
142 /** Left bound for drawing the switch track and thumb. */
145 /** Top bound for drawing the switch track and thumb. */
148 /** Right bound for drawing the switch track and thumb. */
151 /** Bottom bound for drawing the switch track and thumb. */
487 * Set the drawable used for the track that the switch slides within.
489 * @param track Track drawable
493 public void setTrackDrawable(Drawable track) {
497 mTrackDrawable = track;
498 if (track != null) {
499 track.setCallback(this);
505 * Set the drawable used for the track that the switch slides within.
507 * @param resId Resource ID of a track drawable
516 * Get the drawable used for the track that the switch slides within.
527 * Applies a tint to the track drawable. Does not modify the current
548 * @return the tint applied to the track drawable
559 * {@link #setTrackTintList(ColorStateList)}} to the track drawable.
576 * @return the blending mode used to apply the tint to the track
608 * can physically touch and drag along the track.
627 * can physically touch and drag along the track.
639 * can physically touch and drag along the track.
730 * Specifies whether the track should be split by the thumb. When true,
731 * the thumb's optical bounds will be clipped out of the track drawable,
734 * @param splitTrack Whether the track should be split by the thumb
744 * Returns whether the track should be split by the thumb.
1163 // Layout the track.
1167 // Adjust thumb position for track padding.
1301 * thumb scroll range. Accounts for both track and thumb padding.