FileDocCategorySizeDatePackage
Toolbar.javaAPI DocAndroid 5.1 API7219Sat Mar 14 14:09:42 GMT 2015android.widget

Toolbar

public class Toolbar extends android.view.ViewGroup

Fields Summary
Constructors Summary
public Toolbar(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public Toolbar(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public Toolbar(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public Toolbar(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
protected booleancheckLayoutParams(android.view.ViewGroup.LayoutParams p)

 throw new RuntimeException("Stub!"); 
public voidcollapseActionView()

 throw new RuntimeException("Stub!"); 
public voiddismissPopupMenus()

 throw new RuntimeException("Stub!"); 
protected android.widget.Toolbar$LayoutParamsgenerateDefaultLayoutParams()

 throw new RuntimeException("Stub!"); 
public android.widget.Toolbar$LayoutParamsgenerateLayoutParams(android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
protected android.widget.Toolbar$LayoutParamsgenerateLayoutParams(android.view.ViewGroup.LayoutParams p)

 throw new RuntimeException("Stub!"); 
public intgetContentInsetEnd()

 throw new RuntimeException("Stub!"); 
public intgetContentInsetLeft()

 throw new RuntimeException("Stub!"); 
public intgetContentInsetRight()

 throw new RuntimeException("Stub!"); 
public intgetContentInsetStart()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetLogo()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetLogoDescription()

 throw new RuntimeException("Stub!"); 
public android.view.MenugetMenu()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetNavigationContentDescription()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetNavigationIcon()

 throw new RuntimeException("Stub!"); 
public intgetPopupTheme()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetSubtitle()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetTitle()

 throw new RuntimeException("Stub!"); 
public booleanhasExpandedActionView()

 throw new RuntimeException("Stub!"); 
public booleanhideOverflowMenu()

 throw new RuntimeException("Stub!"); 
public voidinflateMenu(int resId)

 throw new RuntimeException("Stub!"); 
public booleanisOverflowMenuShowing()

 throw new RuntimeException("Stub!"); 
protected voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
protected voidonLayout(boolean changed, int l, int t, int r, int b)

 throw new RuntimeException("Stub!"); 
protected voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
protected voidonRestoreInstanceState(android.os.Parcelable state)

 throw new RuntimeException("Stub!"); 
public voidonRtlPropertiesChanged(int layoutDirection)

 throw new RuntimeException("Stub!"); 
protected android.os.ParcelableonSaveInstanceState()

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
public voidsetContentInsetsAbsolute(int contentInsetLeft, int contentInsetRight)

 throw new RuntimeException("Stub!"); 
public voidsetContentInsetsRelative(int contentInsetStart, int contentInsetEnd)

 throw new RuntimeException("Stub!"); 
public voidsetLogo(android.graphics.drawable.Drawable drawable)

 throw new RuntimeException("Stub!"); 
public voidsetLogo(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetLogoDescription(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetLogoDescription(java.lang.CharSequence description)

 throw new RuntimeException("Stub!"); 
public voidsetNavigationContentDescription(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetNavigationContentDescription(java.lang.CharSequence description)

 throw new RuntimeException("Stub!"); 
public voidsetNavigationIcon(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetNavigationIcon(android.graphics.drawable.Drawable icon)

 throw new RuntimeException("Stub!"); 
public voidsetNavigationOnClickListener(android.view.View.OnClickListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetOnMenuItemClickListener(android.widget.Toolbar$OnMenuItemClickListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetPopupTheme(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetSubtitle(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetSubtitle(java.lang.CharSequence subtitle)

 throw new RuntimeException("Stub!"); 
public voidsetSubtitleTextAppearance(android.content.Context context, int resId)

 throw new RuntimeException("Stub!"); 
public voidsetSubtitleTextColor(int color)

 throw new RuntimeException("Stub!"); 
public voidsetTitle(int resId)

 throw new RuntimeException("Stub!"); 
public voidsetTitle(java.lang.CharSequence title)

 throw new RuntimeException("Stub!"); 
public voidsetTitleTextAppearance(android.content.Context context, int resId)

 throw new RuntimeException("Stub!"); 
public voidsetTitleTextColor(int color)

 throw new RuntimeException("Stub!"); 
public booleanshowOverflowMenu()

 throw new RuntimeException("Stub!");