Searched refs:isKeydown (Results 1 – 3 of 3) sorted by relevance
35 bool InputSource::kevent::isKeydown() const { in isKeydown() function in InputSource::kevent67 mFilePath.c_str(), evt.code, evt.isKeydown() ? "true" : "false"); in read()68 return com::android::car::keventreader::KeypressEvent(mFilePath, evt.code, evt.isKeydown()); in read()
40 bool isKeydown() const;
585 public final boolean isKeydown; field in KeypressEvent601 isKeydown = (in.readInt() != 0); in KeypressEvent()613 dest.writeInt(isKeydown ? 1 : 0); in writeToParcel()622 other.isKeydown == isKeydown; in equals()629 return Objects.hash(source, keycode, isKeydown); in hashCode()635 ", isKeydown = " + isKeydown + "}"; in toString()