Class android.widget.TabHost
Added interface android.view.ViewTreeObserver.OnTouchModeChangeListener
.
Removed Constructors
|
android.widget(Context, AttributeSet, Map)
|
|
Added Constructors
|
TabHost(Context, AttributeSet)
|
|
Changed Methods
|
void clearAllTabs()
|
Change in signature from boolean to void .
|
Removes all tabs from the tab widget associated with this tab host. |
boolean dispatchKeyEvent(KeyEvent )
|
Method was inherited from android.view.ViewGroup, but is now defined locally.
|
|
boolean dispatchUnhandledMove(View, int)
|
Method was locally defined, but is now inherited from ViewGroup.
|
{@inheritDoc} |
void onAttachedToWindow()
|
Method was inherited from android.view.View, but is now defined locally.
|
|
void onDetachedFromWindow()
|
Method was inherited from android.view.View, but is now defined locally.
|
|