Searched refs:mFeatureId (Results 1 – 1 of 1) sorted by relevance
2171 private final int mFeatureId; field in PhoneWindow.DecorView2227 mFeatureId = featureId; in DecorView()2276 final boolean handled = cb != null && mFeatureId < 0 ? cb.dispatchKeyEvent(event) in dispatchKeyEvent()2283 return isDown ? PhoneWindow.this.onKeyDown(mFeatureId, event.getKeyCode(), event) in dispatchKeyEvent()2284 : PhoneWindow.this.onKeyUp(mFeatureId, event.getKeyCode(), event); in dispatchKeyEvent()2304 handled = cb != null && !isDestroyed() && mFeatureId < 02330 return cb != null && !isDestroyed() && mFeatureId < 0 ? cb.dispatchTouchEvent(ev)2337 return cb != null && !isDestroyed() && mFeatureId < 0 ? cb.dispatchTrackballEvent(ev)2344 … return cb != null && !isDestroyed() && mFeatureId < 0 ? cb.dispatchGenericMotionEvent(ev)2408 if (mFeatureId >= 0) {[all …]