public int getBounce() {
   int result = mBounce ? 1 : 0;
   mBrwView.cbBounceState(result);
   return result;
 }
예제 #2
0
 public void getBounce() {
   mBrwView.cbBounceState(mBounce ? 1 : 0);
 }