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/infobar/
InfoBarContainer.java 54 public View toShow;
64 toShow = view;
243 * Animates swapping out the current View in the {@code infoBar} with {@code toShow} without
246 * @param toShow View representing the InfoBar's new contents.
248 public void swapInfoBarViews(InfoBar infoBar, View toShow) {
257 if (transition != null && transition.toShow == toShow) {
262 enqueueInfoBarAnimation(infoBar, toShow, AnimationHelper.ANIMATION_TYPE_SWAP);
304 private void enqueueInfoBarAnimation(InfoBar infoBar, View toShow, int animationType) {
305 InfoBarTransitionInfo info = new InfoBarTransitionInfo(infoBar, toShow, animationType)
    [all...]
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 89 milliseconds