Home | History | Annotate | Download | only in widget

Lines Matching defs:TabWidget

51 public class TabWidget extends LinearLayout implements OnFocusChangeListener {
69 public TabWidget(Context context) {
73 public TabWidget(Context context, AttributeSet attrs) {
77 public TabWidget(Context context, AttributeSet attrs, int defStyleAttr) {
81 public TabWidget(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
85 attrs, com.android.internal.R.styleable.TabWidget, defStyleAttr, defStyleRes);
420 event.setClassName(TabWidget.class.getName());
439 info.setClassName(TabWidget.class.getName());
447 * for calling TabWidget.onFocusChanged(), but in the case where we
495 // TODO: detect this via geometry with a tabwidget listener rather