OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastKey
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp
193
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) {
968
if ((mOptKernel == nullptr) || (
mLastKey
.key != key.key)) {
971
mLastKey
= key;
975
if ((mOptKernel == nullptr) || (
mLastKey
.key != key.key))
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java
197
private int
mLastKey
;
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
196
private int
mLastKey
;
[
all
...]
Completed in 49 milliseconds