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

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java 52 public View toShow;
62 toShow = view;
260 * Animates swapping out the current View in the {@code infoBar} with {@code toShow} without
263 * @param toShow View representing the InfoBar's new contents.
265 public void swapInfoBarViews(InfoBar infoBar, View toShow) {
274 if (transition != null && transition.toShow == toShow) {
279 enqueueInfoBarAnimation(infoBar, toShow, AnimationHelper.ANIMATION_TYPE_SWAP);
321 private void enqueueInfoBarAnimation(InfoBar infoBar, View toShow, int animationType) {
322 InfoBarTransitionInfo info = new InfoBarTransitionInfo(infoBar, toShow, animationType)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 61 milliseconds