mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-08 15:58:40 +01:00
Static-ize some inner classes
This commit is contained in:
parent
5bc9d6770e
commit
bd2e9150e9
@ -132,7 +132,7 @@ public class MouseScrollDirectionDecider {
|
||||
}
|
||||
|
||||
@SuppressLint("ViewConstructor")
|
||||
private class InternalHorizontalScrollView extends HorizontalScrollView {
|
||||
private static class InternalHorizontalScrollView extends HorizontalScrollView {
|
||||
|
||||
private final int factor;
|
||||
private final MouseScrollDirectionDecider decider;
|
||||
|
@ -113,7 +113,7 @@ public class NotificationManagerWrapper {
|
||||
|
||||
}
|
||||
|
||||
private class PostedNotification {
|
||||
private static class PostedNotification {
|
||||
private final String tag;
|
||||
private final int id;
|
||||
|
||||
|
@ -325,7 +325,7 @@ public class SwipeDismissListViewTouchListener implements View.OnTouchListener {
|
||||
return false;
|
||||
}
|
||||
|
||||
class PendingDismissData implements Comparable<PendingDismissData> {
|
||||
static class PendingDismissData implements Comparable<PendingDismissData> {
|
||||
public int position;
|
||||
public View view;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user