| Public Methods |
|
void
|
addOnButtonLongClickListener(View.OnLongClickListener onLongClickListener)
|
|
void
|
addOnMenuItemClickListener(Toolbar.OnMenuItemClickListener onMenuItemClickListener)
|
|
void
|
addToolbarActionsLeftOptionalContainer(View view)
|
|
void
|
addToolbarActionsRightOptionalContainer(View view)
|
|
void
|
addToolbarLeftOptionalContainer(View view)
|
|
void
|
addToolbarOverlay(View view)
|
|
void
|
clearOptionContainers()
|
|
void
|
clearPreviousToolbarBuilder()
|
|
void
|
clearToolbarOverlayView()
|
|
void
|
deselectAllToolbarButtons()
|
|
void
|
disableAllItems()
|
|
ActionToolbar
|
getActionToolbar()
|
|
Context
|
getContext()
|
|
int
|
getHeight()
|
|
FrameLayout
|
getPresetContainer()
|
|
PdfViewCtrlTabHostFragment2.AnnotationToolbarPosition
|
getToolbarPosition()
|
|
void
|
hide(boolean animate)
|
|
void
|
inflateWithBuilder(AnnotationToolbarBuilder builder)
|
|
boolean
|
isShown()
|
|
boolean
|
isVertical()
|
|
void
|
scrollToToolButton(int buttonId)
Attempts to scroll the scrollable tool region to the specified tool button if the button
is not visible.
|
|
void
|
selectToolbarButtonIfAvailable(int buttonId)
|
|
void
|
setAlwaysShowIconHighlightColor(int id, boolean alwaysShowIconHighlightColor, int color)
|
|
void
|
setCompactMode(boolean compactMode)
|
|
void
|
setEmptyToolText(int emptyText)
|
|
void
|
setEmptyToolTextOnClickListener(View.OnClickListener listener)
|
|
void
|
setEmptyToolTextVisible(boolean visible)
|
|
void
|
setIconColor(int buttonId, int iconColor)
|
|
void
|
setItemAppearanceEnabled(int buttonId, boolean isAppearanceEnabled)
|
|
void
|
setItemEnabled(int buttonId, boolean isEnabled)
|
|
void
|
setItemVisibility(int buttonId, boolean isVisible)
|
|
void
|
setNavigationIcon(int icon)
|
|
void
|
setNavigationIconProperty(int paddingLeft, int minWidth)
|
|
void
|
setNavigationIconVisible(boolean visible)
|
|
void
|
setSelectedIconColor(int buttonId, int iconColor)
|
|
void
|
setToolRegionVisible(boolean visible)
|
|
void
|
setToolbarHeight(int size)
|
|
void
|
setToolbarItemGravity(int layoutGravity)
|
|
void
|
setToolbarSwitcherVisible(boolean visible)
|
|
void
|
setVerticalLayout(ViewGroup parent, PdfViewCtrlTabHostFragment2.AnnotationToolbarPosition position)
|
|
void
|
show(boolean animate)
|
|
void
|
toggleToolbarButtons(ToolbarItem toolbarItem)
|
|
void
|
updateAccentButton(int buttonId, int color, int alpha)
|
|
void
|
updateTheme()
|