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 120 private final Runnable mRemoveActionBarHideOffset = new Runnable() {
624 removeCallbacks(mRemoveActionBarHideOffset);
636 postDelayed(mRemoveActionBarHideOffset, ACTION_BAR_ANIMATE_DELAY);
646 mRemoveActionBarHideOffset.run();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 107 private final Runnable mRemoveActionBarHideOffset = new Runnable() {
573 removeCallbacks(mRemoveActionBarHideOffset);
582 postDelayed(mRemoveActionBarHideOffset, ACTION_BAR_ANIMATE_DELAY);
592 mRemoveActionBarHideOffset.run();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 48 milliseconds