コード例 #1
0
 public void execute(View lastFocus, View nextFocus, boolean animation) {
   if (lastFocus == null || nextFocus == null) return;
   synchronized (control) {
     control.transformAnimation(mBackImageView, lastFocus, nextFocus, mContext, animation, true);
   }
   nextFocus.requestFocus();
 }