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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 334 View scaleUp = (View)inflater.inflate(R.layout.candidate_scale_up, null);
335 mViewScaleUp = scaleUp;
338 Button b = (Button)scaleUp.findViewById(R.id.candidate_select);
346 b = (Button)scaleUp.findViewById(R.id.candidate_cancel);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 421 ObjectAnimator scaleUp = ObjectAnimator.ofFloat(this, "hoverScale", onDropScale);
422 scaleUp.setDuration(res.getInteger(R.integer.config_screenOnDropScaleUpDuration));
431 bouncer.play(scaleUp).before(scaleDown);
432 bouncer.play(scaleUp).with(alphaFadeOut);
    [all...]

Completed in 48 milliseconds