Lines Matching refs:down

2154         final boolean down = event.getAction() == KeyEvent.ACTION_DOWN;
2158 Log.d(TAG, "interceptKeyTi keyCode=" + keyCode + " down=" + down + " repeatCount="
2163 // If we think we might have a volume down & power key chord on the way
2176 if (!down) {
2183 // Cancel any pending meta actions if we see any other keys being pressed between the down
2197 if (!down) {
2282 if (down && repeatCount == 0) {
2306 if (down) {
2321 if (down && repeatCount == 0) {
2323 } else if (!down) {
2329 if (down) {
2349 if (!down) {
2360 if (down && repeatCount == 0) {
2366 if (down) {
2402 if (down) {
2420 if (down && repeatCount == 0 && !keyguardOn) {
2441 if (down && repeatCount == 0 && !keyguardOn
2463 if (down && repeatCount == 0 && !keyguardOn) {
2480 if (down && repeatCount == 0 && keyCode == KeyEvent.KEYCODE_TAB) {
2489 } else if (!down && mRecentAppsHeldModifiers != 0
2496 if (down && repeatCount == 0
2504 if (mLanguageSwitchKeyPressed && !down
2527 // Note: This method is only called if the initial down was unhandled.
2804 // When the user taps down, we re-show the nav bar.
4225 final boolean down = event.getAction() == KeyEvent.ACTION_DOWN;
4265 if (isWakeKey && (!down || !isWakeKeyWhenScreenOff(keyCode))) {
4279 boolean useHapticFeedback = down
4289 if (down) {
4303 if (down) {
4315 if (down) {
4326 + " VOLUME key-down while ringing: Silence ringer!");
4362 if (down) {
4390 if (down) {
4487 if (down) {
4492 + " CALL key-down while ringing: Answer the call!");
4508 if ((result & ACTION_PASS_TO_USER) == 0 && !down) {
5696 // anyway, so just hang on in whatever state we're in until things settle down.