Searched refs:shiftAmount (Results 1 – 6 of 6) sorted by relevance
302 final int shiftAmount = 20; in testShift() local310 src.shift(shiftAmount); in testShift()311 assertEquals("length after shift", src.getPointerSize(), limit - shiftAmount); in testShift()312 for (int i = 0; i < limit - shiftAmount; ++i) { in testShift()313 final int oldIndex = i + shiftAmount; in testShift()
365 final int shiftAmount = 20; in testShift() local371 src.shift(shiftAmount); in testShift()372 for (int i = 0; i < limit - shiftAmount; ++i) { in testShift()373 final int oldValue = i + shiftAmount; in testShift()
98 const int shiftAmount = (trailingByteCount - i) * CODE_POINT_BIT_COUNT_IN_TRAILING_BYTE; in getUtf8String() local99 const int value = (codePoint >> shiftAmount) & TRAILING_BYTE_CODE_POINT_BITS_MASK; in getUtf8String()
452 int shiftAmount = dialogStartingBottom - mDialogView.getBottom(); in showCallHistory()455 if (shiftAmount != 0) { in showCallHistory()457 mDialogView.setTranslationY(shiftAmount); in showCallHistory()
515 int shiftAmount = dialogStartingBottom - mDialogView.getBottom(); in showCallHistory()518 if (shiftAmount != 0) { in showCallHistory()520 mDialogView.setTranslationY(shiftAmount); in showCallHistory()
75 sint32 shiftAmount = leftMargin * 3; in shiftStripByLeftMargin() local79 toPtr = newStrip + shiftAmount + (i * scanLineWidth); in shiftStripByLeftMargin()