Home | History | Annotate | Download | only in mock

Lines Matching refs:top

27     //public float top;

41 it.top = rhs.top;
47 public void $init(float left, float top, float right, float bottom) {
49 it.top = top;
64 it.top = it.top + dy;
69 public void offsetTo(float left, float top) {
72 it.bottom = top + height();
75 it.top = top;
82 return it.bottom - it.top;