-
public class MLSTimeBar.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerDEFAULT_BAR_HEIGHT_DPprivate final IntegerDEFAULT_TOUCH_TARGET_HEIGHT_DPprivate final IntegerDEFAULT_AD_MARKER_WIDTH_DPprivate final IntegerDEFAULT_SCRUBBER_ENABLED_SIZE_DPprivate final IntegerDEFAULT_SCRUBBER_DISABLED_SIZE_DPprivate final IntegerDEFAULT_SCRUBBER_DRAGGED_SIZE_DPprivate final IntegerDEFAULT_PLAYED_COLORprivate final IntegerDEFAULT_UNPLAYED_COLORprivate final IntegerDEFAULT_BUFFERED_COLORprivate final IntegerDEFAULT_SCRUBBER_COLORprivate final IntegerDEFAULT_AD_MARKER_COLORprivate final IntegerDEFAULT_PLAYED_AD_MARKER_COLORpublic final static MLSTimeBar.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetDEFAULT_BAR_HEIGHT_DP()Default height for the time bar, in dp. final IntegergetDEFAULT_TOUCH_TARGET_HEIGHT_DP()Default height for the touch target, in dp. final IntegergetDEFAULT_AD_MARKER_WIDTH_DP()Default width for ad markers, in dp. final IntegergetDEFAULT_SCRUBBER_ENABLED_SIZE_DP()Default diameter for the scrubber when enabled, in dp. final IntegergetDEFAULT_SCRUBBER_DISABLED_SIZE_DP()Default diameter for the scrubber when disabled, in dp. final IntegergetDEFAULT_SCRUBBER_DRAGGED_SIZE_DP()Default diameter for the scrubber when dragged, in dp. final IntegergetDEFAULT_PLAYED_COLOR()Default color for the played portion of the time bar. final IntegergetDEFAULT_UNPLAYED_COLOR()Default color for the unplayed portion of the time bar. final IntegergetDEFAULT_BUFFERED_COLOR()Default color for the buffered portion of the time bar. final IntegergetDEFAULT_SCRUBBER_COLOR()Default color for the scrubber handle. final IntegergetDEFAULT_AD_MARKER_COLOR()Default color for ad markers. final IntegergetDEFAULT_PLAYED_AD_MARKER_COLOR()Default color for played ad markers. -
-
Method Detail
-
getDEFAULT_BAR_HEIGHT_DP
final Integer getDEFAULT_BAR_HEIGHT_DP()
Default height for the time bar, in dp.
-
getDEFAULT_TOUCH_TARGET_HEIGHT_DP
final Integer getDEFAULT_TOUCH_TARGET_HEIGHT_DP()
Default height for the touch target, in dp.
-
getDEFAULT_AD_MARKER_WIDTH_DP
final Integer getDEFAULT_AD_MARKER_WIDTH_DP()
Default width for ad markers, in dp.
-
getDEFAULT_SCRUBBER_ENABLED_SIZE_DP
final Integer getDEFAULT_SCRUBBER_ENABLED_SIZE_DP()
Default diameter for the scrubber when enabled, in dp.
-
getDEFAULT_SCRUBBER_DISABLED_SIZE_DP
final Integer getDEFAULT_SCRUBBER_DISABLED_SIZE_DP()
Default diameter for the scrubber when disabled, in dp.
-
getDEFAULT_SCRUBBER_DRAGGED_SIZE_DP
final Integer getDEFAULT_SCRUBBER_DRAGGED_SIZE_DP()
Default diameter for the scrubber when dragged, in dp.
-
getDEFAULT_PLAYED_COLOR
final Integer getDEFAULT_PLAYED_COLOR()
Default color for the played portion of the time bar.
-
getDEFAULT_UNPLAYED_COLOR
final Integer getDEFAULT_UNPLAYED_COLOR()
Default color for the unplayed portion of the time bar.
-
getDEFAULT_BUFFERED_COLOR
final Integer getDEFAULT_BUFFERED_COLOR()
Default color for the buffered portion of the time bar.
-
getDEFAULT_SCRUBBER_COLOR
final Integer getDEFAULT_SCRUBBER_COLOR()
Default color for the scrubber handle.
-
getDEFAULT_AD_MARKER_COLOR
final Integer getDEFAULT_AD_MARKER_COLOR()
Default color for ad markers.
-
getDEFAULT_PLAYED_AD_MARKER_COLOR
final Integer getDEFAULT_PLAYED_AD_MARKER_COLOR()
Default color for played ad markers.
-
-
-
-