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

  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
RatingView.java 82 Bitmap toShow = mStarEmpty;
85 toShow = isFullStar ? mStarFull : mStarHalf;
87 canvas.drawBitmap(toShow, null, mDrawingRect, null);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java 62 public View toShow;
72 toShow = view;
304 * Animates swapping out the current View in the {@code infoBar} with {@code toShow} without
307 * @param toShow View representing the InfoBar's new contents.
309 public void swapInfoBarViews(InfoBar infoBar, View toShow) {
318 if (transition != null && transition.toShow == toShow) {
323 enqueueInfoBarAnimation(infoBar, toShow, AnimationHelper.ANIMATION_TYPE_SWAP);
365 private void enqueueInfoBarAnimation(InfoBar infoBar, View toShow, int animationType) {
366 InfoBarTransitionInfo info = new InfoBarTransitionInfo(infoBar, toShow, animationType)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 67 milliseconds