- OBSERVER - Static variable in class edu.illinois.cs.cs125.spring2020.mp.logic.TeamID
-
An observer, not actually playing.
- onBind(Intent) - Method in class edu.illinois.cs.cs125.spring2020.mp.LocationListenerService
-
Called when a component tries to bind to the service for interprocess communication.
- onCreate(Bundle) - Method in class edu.illinois.cs.cs125.spring2020.mp.GameActivity
-
Called by the Android system when the activity is to be set up.
- onCreate() - Method in class edu.illinois.cs.cs125.spring2020.mp.LocationListenerService
-
Called when the service is created.
- onCreate(Bundle) - Method in class edu.illinois.cs.cs125.spring2020.mp.MainActivity
-
Called by the Android system when the activity is to be set up.
- onCreate(Bundle) - Method in class edu.illinois.cs.cs125.spring2020.mp.NewGameActivity
-
- onDestroy() - Method in class edu.illinois.cs.cs125.spring2020.mp.GameActivity
-
Called by the Android system when the activity is shut down and cannot be returned to.
- onDestroy() - Method in class edu.illinois.cs.cs125.spring2020.mp.LocationListenerService
-
Called when the service is fully shut down.
- onInterceptTouchEvent(MotionEvent) - Method in class edu.illinois.cs.cs125.spring2020.mp.MapEnabledScrollView
-
Called when a touch event is being sent down the view hierarchy.
- onLocationUpdate(double, double) - Method in class edu.illinois.cs.cs125.spring2020.mp.GameActivity
-
Called when a high-confidence location update is available.
- onRequestPermissionsResult(int, String[], int[]) - Method in class edu.illinois.cs.cs125.spring2020.mp.GameActivity
-
Called by the Android system when the user has responded to a permissions request.
- onStartCommand(Intent, int, int) - Method in class edu.illinois.cs.cs125.spring2020.mp.LocationListenerService
-
Called when the service is started.
- onTouchEvent(MotionEvent) - Method in class edu.illinois.cs.cs125.spring2020.mp.MapEnabledScrollView
-
Called when this view needs to handle a touch event.