Home
last modified time | relevance | path

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

/packages/apps/MusicFX/src/com/android/musicfx/
DSeekBarRotator.java79 int myheight = b - t; in onLayout() local
80 int childwidth = myheight; in onLayout()
83 child.layout(0, myheight, childwidth, myheight + childheight); in onLayout()