Skip to content

Commit

Permalink
doc: update2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Nov 15, 2022
1 parent 70e492e commit 0e84d23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ import java.io.InputStreamReader
import java.util.*
import kotlin.system.exitProcess

/**
* @see https://github.com/openstf/STFService.apk/blob/master/app/src/main/java/jp/co/cyberagent/stf/MinitouchAgent.java
*/
class SonicPluginTouchService(var width: Int = 0, var handler: Handler?) :
Thread() {
private val TAG = "SonicPluginTouchService"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ import android.view.KeyEvent
import java.lang.reflect.InvocationTargetException
import java.lang.reflect.Method

/**
* @see https://github.com/openstf/STFService.apk/blob/master/app/src/main/java/jp/co/cyberagent/stf/compat/InputManagerWrapper.java
*/
class InputManagerWrapper {
private var eventInjector: EventInjector

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ import android.os.RemoteException
import android.view.IRotationWatcher
import java.lang.reflect.InvocationTargetException

/**
* @see https://github.com/openstf/STFService.apk/blob/master/app/src/main/java/jp/co/cyberagent/stf/compat/WindowManagerWrapper.java
*/
class WindowManagerWrapper {
private var windowManager: Any? = null

Expand Down

0 comments on commit 0e84d23

Please sign in to comment.