You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: stubs and fixes for Compose Stopwatch and LibreSudoku
This commit is contained in:
@@ -62,4 +62,12 @@ public class ViewConfiguration {
|
||||
public float getScaledVerticalScrollFactor() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
public static int getScrollBarFadeDuration() {
|
||||
return 100;
|
||||
}
|
||||
|
||||
public static int getScrollDefaultDelay() {
|
||||
return 16;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user