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

  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 318 ObjectAnimator trans2 = null; local
328 trans2 = ObjectAnimator.ofInt(this, "gap", 0, translate);
332 if (trans2 != null) {
334 set2.playTogether(scroll1, trans2);
342 if (trans2 != null) {
343 trans2.setDuration(duration2);
344 mAnimator.playSequentially(set1, trans2);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 443 milliseconds