Searched refs:shiftAmount (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Dutf8_utils.cpp98 const int shiftAmount = (trailingByteCount - i) * CODE_POINT_BIT_COUNT_IN_TRAILING_BYTE; local
99 const int value = (codePoint >> shiftAmount) & TRAILING_BYTE_CODE_POINT_BITS_MASK;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DInputPointersTests.java302 final int shiftAmount = 20;
310 src.shift(shiftAmount);
311 assertEquals("length after shift", src.getPointerSize(), limit - shiftAmount);
312 for (int i = 0; i < limit - shiftAmount; ++i) {
313 final int oldIndex = i + shiftAmount;
H A DResizableIntArrayTests.java365 final int shiftAmount = 20;
371 src.shift(shiftAmount);
372 for (int i = 0; i < limit - shiftAmount; ++i) {
373 final int oldValue = i + shiftAmount;
/packages/apps/Contacts/src/com/android/contacts/dialog/
H A DCallSubjectDialog.java515 int shiftAmount = dialogStartingBottom - mDialogView.getBottom();
518 if (shiftAmount != 0) {
520 mDialogView.setTranslationY(shiftAmount);
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
H A DCallSubjectDialog.java452 int shiftAmount = dialogStartingBottom - mDialogView.getBottom();
455 if (shiftAmount != 0) {
457 mDialogView.setTranslationY(shiftAmount);
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp75 sint32 shiftAmount = leftMargin * 3; local
79 toPtr = newStrip + shiftAmount + (i * scanLineWidth);

Completed in 492 milliseconds