Home | History | Annotate | Download | only in android

Lines Matching refs:PlatformWidget

39 Widget::Widget(PlatformWidget widget)
52 if (!platformWidget())
54 return platformWidget()->getBounds();
65 if (!platformWidget())
67 platformWidget()->draw(ctx, r);
72 Release(platformWidget());
77 Retain(platformWidget());
98 // platformWidget() is 0 when called from Scrollbar
99 if (!platformWidget())
101 platformWidget()->setLocation(rect.x(), rect.y());
102 platformWidget()->setSize(rect.width(), rect.height());