public static interface Window.Callback
boolean dispatchKeyEvent(KeyEvent event)
boolean dispatchKeyShortcutEvent(KeyEvent event)
boolean dispatchTouchEvent(MotionEvent event)
boolean dispatchTrackballEvent(MotionEvent event)
boolean dispatchGenericMotionEvent(MotionEvent event)
boolean dispatchPopulateAccessibilityEvent(AccessibilityEvent event)
View onCreatePanelView(int featureId)
boolean onCreatePanelMenu(int featureId,
Menu menu)
boolean onMenuOpened(int featureId,
Menu menu)
boolean onMenuItemSelected(int featureId,
MenuItem item)
void onWindowAttributesChanged(WindowManager.LayoutParams attrs)
void onContentChanged()
void onWindowFocusChanged(boolean hasFocus)
void onAttachedToWindow()
void onDetachedFromWindow()
void onPanelClosed(int featureId,
Menu menu)
boolean onSearchRequested()
ActionMode onWindowStartingActionMode(ActionMode.Callback callback)
void onActionModeStarted(ActionMode mode)
void onActionModeFinished(ActionMode mode)
Copyright © 2008-2013. All Rights Reserved.