Home
last modified time | relevance | path

Searched refs:mRemoveActionBarHideOffset (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java121 private final Runnable mRemoveActionBarHideOffset = new Runnable() { field in ActionBarOverlayLayout
625 removeCallbacks(mRemoveActionBarHideOffset);
637 postDelayed(mRemoveActionBarHideOffset, ACTION_BAR_ANIMATE_DELAY);
647 mRemoveActionBarHideOffset.run();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarOverlayLayout.java121 private final Runnable mRemoveActionBarHideOffset = new Runnable() { field in ActionBarOverlayLayout
634 removeCallbacks(mRemoveActionBarHideOffset); in haltActionBarHideOffsetAnimations()
646 postDelayed(mRemoveActionBarHideOffset, ACTION_BAR_ANIMATE_DELAY); in postRemoveActionBarHideOffset()
656 mRemoveActionBarHideOffset.run(); in removeActionBarHideOffset()