Searched refs:mLastKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp157 Key_t mLastKey; member in class:android::renderscript::RsdCpuScriptIntrinsicColorMatrix
820 uint32_t vsin = cp->mLastKey.u.inVecSize;
821 uint32_t vsout = cp->mLastKey.u.outVecSize;
822 bool floatIn = !!cp->mLastKey.u.inType;
823 bool floatOut = !!cp->mLastKey.u.outType;
868 if ((mOptKernel == NULL) || (mLastKey.key != key.key)) {
874 mLastKey = key;
889 mLastKey.key = 0;
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java195 private int mLastKey; field in class:KeyboardView
1264 mLastKey = NOT_A_KEY;
1302 mLastKey = mCurrentKey;
1331 mLastKey = mCurrentKey;
1337 && mLastKey != NOT_A_KEY) {
1338 mCurrentKey = mLastKey;

Completed in 63 milliseconds