mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
67 lines
3.2 KiB
Java
67 lines
3.2 KiB
Java
|
package androidx.recyclerview;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class R {
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class attr {
|
||
|
public static int fastScrollEnabled = 0x7f0301d8;
|
||
|
public static int fastScrollHorizontalThumbDrawable = 0x7f0301d9;
|
||
|
public static int fastScrollHorizontalTrackDrawable = 0x7f0301da;
|
||
|
public static int fastScrollVerticalThumbDrawable = 0x7f0301db;
|
||
|
public static int fastScrollVerticalTrackDrawable = 0x7f0301dc;
|
||
|
public static int layoutManager = 0x7f03026f;
|
||
|
public static int recyclerViewStyle = 0x7f0303a2;
|
||
|
public static int reverseLayout = 0x7f0303a9;
|
||
|
public static int spanCount = 0x7f0303e1;
|
||
|
public static int stackFromEnd = 0x7f0303ee;
|
||
|
|
||
|
private attr() {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class dimen {
|
||
|
public static int fastscroll_default_thickness = 0x7f060090;
|
||
|
public static int fastscroll_margin = 0x7f060091;
|
||
|
public static int fastscroll_minimum_range = 0x7f060092;
|
||
|
public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f06009a;
|
||
|
public static int item_touch_helper_swipe_escape_max_velocity = 0x7f06009b;
|
||
|
public static int item_touch_helper_swipe_escape_velocity = 0x7f06009c;
|
||
|
|
||
|
private dimen() {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class id {
|
||
|
public static int item_touch_helper_previous_elevation = 0x7f0900f9;
|
||
|
|
||
|
private id() {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class styleable {
|
||
|
public static int[] RecyclerView = {android.R.attr.orientation, android.R.attr.clipToPadding, android.R.attr.descendantFocusability, tech.rabbit.r1launcher.r1.R.attr.fastScrollEnabled, tech.rabbit.r1launcher.r1.R.attr.fastScrollHorizontalThumbDrawable, tech.rabbit.r1launcher.r1.R.attr.fastScrollHorizontalTrackDrawable, tech.rabbit.r1launcher.r1.R.attr.fastScrollVerticalThumbDrawable, tech.rabbit.r1launcher.r1.R.attr.fastScrollVerticalTrackDrawable, tech.rabbit.r1launcher.r1.R.attr.layoutManager, tech.rabbit.r1launcher.r1.R.attr.reverseLayout, tech.rabbit.r1launcher.r1.R.attr.spanCount, tech.rabbit.r1launcher.r1.R.attr.stackFromEnd};
|
||
|
public static int RecyclerView_android_clipToPadding = 0x00000001;
|
||
|
public static int RecyclerView_android_descendantFocusability = 0x00000002;
|
||
|
public static int RecyclerView_android_orientation = 0x00000000;
|
||
|
public static int RecyclerView_fastScrollEnabled = 0x00000003;
|
||
|
public static int RecyclerView_fastScrollHorizontalThumbDrawable = 0x00000004;
|
||
|
public static int RecyclerView_fastScrollHorizontalTrackDrawable = 0x00000005;
|
||
|
public static int RecyclerView_fastScrollVerticalThumbDrawable = 0x00000006;
|
||
|
public static int RecyclerView_fastScrollVerticalTrackDrawable = 0x00000007;
|
||
|
public static int RecyclerView_layoutManager = 0x00000008;
|
||
|
public static int RecyclerView_reverseLayout = 0x00000009;
|
||
|
public static int RecyclerView_spanCount = 0x0000000a;
|
||
|
public static int RecyclerView_stackFromEnd = 0x0000000b;
|
||
|
|
||
|
private styleable() {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private R() {
|
||
|
}
|
||
|
}
|