Home | History | Annotate | Download | only in controllersample

Lines Matching defs:this

5  * you may not use this file except in compliance with the License.
107 mInputManager = InputManagerCompat.Factory.getInputManager(this.getContext());
108 mInputManager.registerInputDeviceListener(this, null);
254 // do we know something about this ship already?
270 // do we already have a ship with this color?
274 // we won't store this value either --- if the first
372 // Check for collisions between the ship and obstacles --- this could
584 final int width = GameView.this.getWidth();
585 final int height = GameView.this.getHeight();
591 final int width = GameView.this.getWidth();
592 final int height = GameView.this.getHeight();
785 * is not present, but we don't choose to do it in this case.
848 GameView.this.step(historyPos < 0 ? event.getEventTime() : event
877 * platform as being from -1.0 (left) to 1.0 (right). This function is
890 * platform as being from -1.0 (top) to 1.0 (bottom). This function is
985 * of the ship. In theory, this should be scaled according to the
1136 * This is an unusual case. Input devices don't typically change, but they
1138 * this to make sure that the ship has an up-to-date InputDevice.