DateSelector.smali
.class public interface abstract Lcom/google/android/material/datepicker/DateSelector;
.super Ljava/lang/Object;
.source "DateSelector.java"
# interfaces
.implements Landroid/os/Parcelable;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<S:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;",
"Landroid/os/Parcelable;"
}
.end annotation
# virtual methods
.method public abstract getDefaultThemeResId(Landroid/content/Context;)I
.end method
.method public abstract getDefaultTitleResId()I
.end method
.method public abstract getSelectedDays()Ljava/util/Collection;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Collection<",
"Ljava/lang/Long;",
">;"
}
.end annotation
.end method
.method public abstract getSelectedRanges()Ljava/util/Collection;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Collection<",
"Landroidx/core/util/Pair<",
"Ljava/lang/Long;",
"Ljava/lang/Long;",
">;>;"
}
.end annotation
.end method
.method public abstract getSelection()Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"()TS;"
}
.end annotation
.end method
.method public abstract getSelectionDisplayString(Landroid/content/Context;)Ljava/lang/String;
.end method
.method public abstract isSelectionComplete()Z
.end method
.method public abstract onCreateTextInputView(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;Lcom/google/android/material/datepicker/CalendarConstraints;Lcom/google/android/material/datepicker/OnSelectionChangedListener;)Landroid/view/View;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/view/LayoutInflater;",
"Landroid/view/ViewGroup;",
"Landroid/os/Bundle;",
"Lcom/google/android/material/datepicker/CalendarConstraints;",
"Lcom/google/android/material/datepicker/OnSelectionChangedListener<",
"TS;>;)",
"Landroid/view/View;"
}
.end annotation
.end method
.method public abstract select(J)V
.end method
.method public abstract setSelection(Ljava/lang/Object;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(TS;)V"
}
.end annotation
.end method