Home
last modified time | relevance | path

Searched refs:m_oldButtonsState (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_qt/keypad/
H A Dkeytest.cpp91 memset(m_oldButtonsState, 0, sizeof(m_oldButtonsState)); in Keytest()
138 bool oldState = m_oldButtonsState[i]; in keyEvent()
142 m_oldButtonsState[i] = isOn; in keyEvent()
153 if(m_oldButtonsState[i]) in paintEvent()
H A Dkeytest.h37 bool m_oldButtonsState[KEYMAXNUM]; variable
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/keypad/
H A Dkeytest.cpp91 memset(m_oldButtonsState, 0, sizeof(m_oldButtonsState)); in Keytest()
141 bool oldState = m_oldButtonsState[i]; in keyEvent()
145 m_oldButtonsState[i] = isOn; in keyEvent()
156 if(m_oldButtonsState[i]) in paintEvent()
H A Dkeytest.h38 bool m_oldButtonsState[KEYMAXNUM]; variable