Home | History | Annotate | Download | only in com.example.android.basicmultitouch

Lines Matching defs:this

5  * you may not use this file except in compliance with the License.
32 * View that shows touch events and their history. This view demonstrates the
91 this.x = x;
92 this.y = y;
93 this.pressure = pressure;
97 this.historyIndex = 0;
98 this.historyCount = 0;
99 sPool.release(this);
149 * the pointer identifier of this touch from the first index
178 * extract the index at which the data for this particular event
190 * this pointer can change over multiple events, but this
191 * pointer is always identified by the same identifier for this
228 * extract the index at which the data for this particular event
249 * Loop through all active pointers contained within this event.
251 * (starting from 0 up to the number of active pointers). This
256 * This identifier is used to keep track of a pointer across
260 // get pointer id for data stored at this index
263 // get the data stored externally about this pointer.
278 this.postInvalidate();
301 // get the pointer id and associated data for this index
340 * Sets up the required {@link android.graphics.Paint} objects for the screen density of this