HomeSort by relevance Sort by last modified time
    Searched defs:BaseTransientBottomBar (Results 1 - 2 of 2) sorted by null

  /frameworks/support/design/src/android/support/design/widget/
BaseTransientBottomBar.java 61 public abstract class BaseTransientBottomBar<B extends BaseTransientBottomBar<B>> {
63 * Base class for {@link BaseTransientBottomBar} callbacks.
66 * @see BaseTransientBottomBar#addCallback(BaseCallback)
88 * Called when the given {@link BaseTransientBottomBar} has been dismissed, either
97 * @see BaseTransientBottomBar#dismiss()
104 * Called when the given {@link BaseTransientBottomBar} is visible.
107 * @see BaseTransientBottomBar#show()
185 ((BaseTransientBottomBar) message.obj).showView();
188 ((BaseTransientBottomBar) message.obj).hideView(message.arg1)
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 1126 milliseconds