Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DKeyboardConfigDialogPreference.java41 private int mListeningId = 0; field in KeyboardConfigDialogPreference
127 mListeningId = 0; in onBindDialogView()
152 if (mListeningId != 0) { in selectId()
154 View border = getConfigViewById(mListeningId); in selectId()
158 if (id == mListeningId || id == 0) { in selectId()
159 mListeningId = 0; // toggle off and end. in selectId()
164 mListeningId = id; in selectId()
213 if (mListeningId != 0) { in onKey()
215 switch (mListeningId) { in onKey()