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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 196 Key_t mLastKey;
892 uint32_t vsin = cp->mLastKey.u.inVecSize;
893 uint32_t vsout = cp->mLastKey.u.outVecSize;
894 bool floatIn = !!cp->mLastKey.u.inType;
895 bool floatOut = !!cp->mLastKey.u.outType;
915 if (cp->mLastKey.u.inType == RS_TYPE_FLOAT_32 || cp->mLastKey.u.outType == RS_TYPE_FLOAT_32) {
964 if ((mOptKernel == NULL) || (mLastKey.key != key.key)) {
967 mLastKey = key;
971 if ((mOptKernel == NULL) || (mLastKey.key != key.key))
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 196 private int mLastKey;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 197 private int mLastKey;
    [all...]

Completed in 137 milliseconds