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

  /external/chromium_org/cc/input/
top_controls_manager.cc 194 AnimationDirection show_controls = NO_ANIMATION; local
198 show_controls = SHOWING_CONTROLS;
201 show_controls = HIDING_CONTROLS;
206 show_controls = current_scroll_delta_ <= 0.f ?
210 if (show_controls != NO_ANIMATION)
211 SetupAnimation(show_controls);
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 364 mShowString = res.getString(R.string.show_controls);
    [all...]

Completed in 169 milliseconds