Searched refs:mFeatureId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1807 private final int mFeatureId; field in class:PhoneWindow.DecorView
1830 mFeatureId = featureId;
1860 final boolean handled = cb != null && mFeatureId < 0 ? cb.dispatchKeyEvent(event)
1867 return isDown ? PhoneWindow.this.onKeyDown(mFeatureId, event.getKeyCode(), event)
1868 : PhoneWindow.this.onKeyUp(mFeatureId, event.getKeyCode(), event);
1888 handled = cb != null && !isDestroyed() && mFeatureId < 0
1914 return cb != null && !isDestroyed() && mFeatureId < 0 ? cb.dispatchTouchEvent(ev)
1921 return cb != null && !isDestroyed() && mFeatureId < 0 ? cb.dispatchTrackballEvent(ev)
1928 return cb != null && !isDestroyed() && mFeatureId < 0 ? cb.dispatchGenericMotionEvent(ev)
1990 if (mFeatureId >
3605 private int mFeatureId; field in class:PhoneWindow.DialogMenuCallback
[all...]

Completed in 32 milliseconds