/frameworks/support/compat/java/android/support/v4/view/ |
D | KeyEventCompat.java | 181 public static Object getKeyDispatcherState(View view) { in getKeyDispatcherState() method in KeyEventCompat 182 return view.getKeyDispatcherState(); in getKeyDispatcherState()
|
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
D | MenuDialogHelper.java | 99 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState(); in onKey() 111 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState(); in onKey()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuDialogHelper.java | 97 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState(); in onKey() 109 KeyEvent.DispatcherState ds = decor.getKeyDispatcherState(); in onKey()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneFallbackEventHandler.java | 81 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState(); in onKeyDown() 208 final KeyEvent.DispatcherState dispatcher = mView.getKeyDispatcherState(); in onKeyUp()
|
D | PhoneWindow.java | 1844 mDecor != null ? mDecor.getKeyDispatcherState() : null; in onKeyDown() 1940 mDecor != null ? mDecor.getKeyDispatcherState() : null; in onKeyUp()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | AbstractInputMethodService.java | 177 public KeyEvent.DispatcherState getKeyDispatcherState() { in getKeyDispatcherState() method in AbstractInputMethodService
|
/frameworks/support/media-compat/java/android/support/v4/media/ |
D | TransportMediator.java | 164 mDispatcherState = mView.getKeyDispatcherState(); in TransportMediator()
|
/frameworks/base/core/java/android/widget/ |
D | AutoCompleteTextView.java | 764 KeyEvent.DispatcherState state = getKeyDispatcherState(); in onKeyPreIme() 770 KeyEvent.DispatcherState state = getKeyDispatcherState(); in onKeyPreIme()
|
D | ListPopupWindow.java | 1016 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme() 1022 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme()
|
D | PopupWindow.java | 2249 if (getKeyDispatcherState() == null) { 2254 final KeyEvent.DispatcherState state = getKeyDispatcherState(); 2260 final KeyEvent.DispatcherState state = getKeyDispatcherState();
|
D | ZoomButtonsController.java | 482 KeyEvent.DispatcherState ds = mOwnerView.getKeyDispatcherState(); in onContainerKey()
|
D | SearchView.java | 2018 KeyEvent.DispatcherState state = getKeyDispatcherState(); in onKeyPreIme() 2024 KeyEvent.DispatcherState state = getKeyDispatcherState(); in onKeyPreIme()
|
D | TextView.java | 6055 KeyEvent.DispatcherState state = getKeyDispatcherState(); in handleBackInTextActionModeIfNeeded() 6061 KeyEvent.DispatcherState state = getKeyDispatcherState(); in handleBackInTextActionModeIfNeeded()
|
D | AbsListView.java | 5776 KeyEvent.DispatcherState state = getKeyDispatcherState(); in sendToTextFilter()
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 1068 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme() 1074 KeyEvent.DispatcherState state = anchorView.getKeyDispatcherState(); in onKeyPreIme()
|
D | SearchView.java | 1977 KeyEvent.DispatcherState state = getKeyDispatcherState(); in onKeyPreIme() 1983 KeyEvent.DispatcherState state = getKeyDispatcherState(); in onKeyPreIme()
|
/frameworks/base/core/java/android/app/ |
D | Dialog.java | 774 ? mDecor.getKeyDispatcherState() : null, this); in dispatchKeyEvent()
|
D | Activity.java | 3030 ? decor.getKeyDispatcherState() : null, this); in dispatchKeyEvent()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 9919 public KeyEvent.DispatcherState getKeyDispatcherState() { in getKeyDispatcherState() method
|
/frameworks/support/api/ |
D | current.txt | 6029 method public static deprecated java.lang.Object getKeyDispatcherState(android.view.View);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13399 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState(); 33407 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState();
|
/frameworks/base/api/ |
D | current.txt | 18818 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState(); 42438 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState();
|
D | system-current.txt | 20028 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState(); 45615 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState();
|
D | test-current.txt | 18836 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState(); 42524 method public android.view.KeyEvent.DispatcherState getKeyDispatcherState();
|