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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 121 private final Runnable mRemoveActionBarHideOffset = new Runnable() {
625 removeCallbacks(mRemoveActionBarHideOffset);
637 postDelayed(mRemoveActionBarHideOffset, ACTION_BAR_ANIMATE_DELAY);
647 mRemoveActionBarHideOffset.run();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 121 private final Runnable mRemoveActionBarHideOffset = new Runnable() {
634 removeCallbacks(mRemoveActionBarHideOffset);
646 postDelayed(mRemoveActionBarHideOffset, ACTION_BAR_ANIMATE_DELAY);
656 mRemoveActionBarHideOffset.run();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 31 milliseconds