- toScreenActivityOnClick(View) - Method in class com.amos.flyinn.MainActivity
-
- toString() - Method in class com.amos.shared.TouchEvent
-
Create String representation of TouchEvent.
- toStringTests() - Method in class com.amos.shared.TouchEventTest
-
Check that the string representation is as expected.
- totalRefresh() - Method in class com.amos.flyinn.wificonnector.WifiConnectorBase
-
Destroy wifi cache to get new network names.
- TouchEvent - Class in com.amos.shared
-
Serializable version of TouchEvents which contain enough information to
transfer touch inputs between different devices.
- TouchEvent(float, float, int, long) - Constructor for class com.amos.shared.TouchEvent
-
Create Single Touchpoint event.
- TouchEvent(MotionEvent) - Constructor for class com.amos.shared.TouchEvent
-
Create Single Touchpoint event directly from MotionEvent.
- TouchEvent(MotionEvent, Point) - Constructor for class com.amos.shared.TouchEvent
-
Rescale x and y with given screensize before assignment
- TouchEventTest - Class in com.amos.shared
-
- TouchEventTest() - Constructor for class com.amos.shared.TouchEventTest
-