Home
last modified time | relevance | path

Searched refs:tmpSpot (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/EasterEgg/src/com/android/egg/paint/
DSpotFilter.kt25 val tmpSpot = MotionEvent.PointerCoords() constant
89 filterInto(tmpSpot, tool) in addInternal()
90 mPlotter.plot(tmpSpot) in addInternal()
102 evt.getHistoricalPointerCoords(0, i, tmpSpot) in add()
103 addInternal(tmpSpot, tool) in add()
105 evt.getPointerCoords(0, tmpSpot) in add()
106 addInternal(tmpSpot, tool) in add()
111 filterInto(tmpSpot, lastTool) in finish()
113 mPlotter.plot(tmpSpot) in finish()