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

  /packages/apps/Calculator/src/com/android/calculator2/
PanelSwitcher.java 39 private TranslateAnimation outLeft;
103 outLeft = new TranslateAnimation(0, -mWidth, 0, 0);
109 outLeft.setDuration(ANIM_DURATION);
140 mChildren[mCurrentView].startAnimation(outLeft);
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
CharsetDecoderTest.java 826 int outLeft = out.remaining();
829 if (outLeft < inLeft) {
831 length = outLeft;
832 in.position(inPosition + outLeft);
CharsetEncoderTest.java     [all...]

Completed in 72 milliseconds