Home
last modified time | relevance | path

Searched refs:mCursorIndex (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DTextRange.java31 private final int mCursorIndex; field in TextRange
37 return mCursorIndex - mWordAtCursorStartIndex; in getNumberOfCharsInWordBeforeCursor()
41 return mWordAtCursorEndIndex - mCursorIndex; in getNumberOfCharsInWordAfterCursor()
118 mCursorIndex = cursorIndex; in TextRange()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java58 private int mCursorIndex = 0; field in BluetoothMapMessageListingElement
61 return mCursorIndex; in getCursorIndex()
65 this.mCursorIndex = cursorIndex; in setCursorIndex()
H A DBluetoothMapConvoListingElement.java56 private int mCursorIndex = 0; field in BluetoothMapConvoListingElement
64 return mCursorIndex; in getCursorIndex()
68 this.mCursorIndex = cursorIndex; in setCursorIndex()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDisplay.cpp651 mCursorIndex(-1), in ExynosDisplay()
762 mCursorIndex = -1; in initDisplay()
4387 mCursorIndex = -1; in initializeValidateInfos()
4394 mCursorIndex = i; in initializeValidateInfos()
4848 if ((mCursorIndex >= 0) && (mCursorIndex < (int32_t)mLayers.size())) { in handleWindowUpdate()
4849 ExynosLayer *layer = mLayers[mCursorIndex]; in handleWindowUpdate()
H A DExynosDisplay.h516 int32_t mCursorIndex; variable