Home
last modified time | relevance | path

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

/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuaresActivity.kt214 tv.textRotation = 90f in loadPuzzle()
256 var textRotation: Float = 0f variable
278 this.textRotation = 0f in setRow()
285 this.textRotation = 90f in setColumn()
302 if (textRotation != 0f) { in onDraw()
303 canvas.rotate(textRotation, x, y) in onDraw()