Logo
Explore Help
Sign In
atl/android_translation_layer
0
0
Fork 0
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
Code Issues Packages Projects Releases Wiki Activity
Files
ebd16f01dcc55f69275c8f9272debad1fe2bfb87
android_translation_layer/src/api-impl/android/gesture/GestureStore.java

10 lines
134 B
Java
Raw Normal View History

stub some APIs for Flappy Bird, mostly webview related
2023-06-18 11:03:43 +02:00
package android.gesture;
import java.io.InputStream;
public class GestureStore {
src/api-impl: fix up code style, mainly for code imported from AOSP used the following (plus manual edits): `clang-format --style="{BasedOnStyle: LLVM, IndentWidth: 8, UseTab: Always, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: true, ColumnLimit: 0}`
2023-06-22 11:45:46 +02:00
public void load(InputStream inputStream) {
}
stub some APIs for Flappy Bird, mostly webview related
2023-06-18 11:03:43 +02:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 83ms Template: 4ms
English
English
Licenses API