Searched refs:Callback (Results 76 - 93 of 93) sorted by relevance

1234

/frameworks/base/core/java/android/view/
H A DLayoutInflater.java884 mHandler = new Handler(new Handler.Callback() {
H A DView.java671 public class View implements Drawable.Callback, KeyEvent.Callback,
4292 * @param callback Callback that will control the lifecycle of the action mode
4297 public ActionMode startActionMode(ActionMode.Callback callback) {
7706 * Default implementation of {@link KeyEvent.Callback#onKeyDown(int, KeyEvent)
7707 * KeyEvent.Callback.onKeyDown()}: perform press of the view
7743 * Default implementation of {@link KeyEvent.Callback#onKeyLongPress(int, KeyEvent)
7744 * KeyEvent.Callback.onKeyLongPress()}: always returns false (doesn't handle
7755 * Default implementation of {@link KeyEvent.Callback#onKeyUp(int, KeyEvent)
7756 * KeyEvent.Callback
[all...]
H A DViewGroup.java622 public ActionMode startActionModeForChild(View originalView, ActionMode.Callback callback) {
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialogFragment.java582 class MediaRouterCallback extends MediaRouter.Callback {
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java644 private class PopupPresenterCallback implements MenuPresenter.Callback {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java32 public class DrawableContainer extends Drawable implements Drawable.Callback {
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java254 GeolocationPermissions.Callback callback) {
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java1203 private Handler.Callback mHandlerCallback = new Handler.Callback() {
H A DNetworkPolicyManagerService.java1833 private Handler.Callback mHandlerCallback = new Handler.Callback() {
/frameworks/base/core/java/android/widget/
H A DEditor.java66 import android.view.ActionMode.Callback;
176 Callback mCustomSelectionActionModeCallback;
1484 ActionMode.Callback actionModeCallback = new SelectionActionModeCallback();
2650 * An ActionMode Callback class that is used to provide actions while in text selection mode.
2655 private class SelectionActionModeCallback implements ActionMode.Callback {
H A DRemoteViewsAdapter.java49 public class RemoteViewsAdapter extends BaseAdapter implements Handler.Callback {
H A DTextView.java7984 * If provided, this ActionMode.Callback will be used to create the ActionMode when text
7991 * {@link android.view.ActionMode.Callback#onPrepareActionMode(ActionMode, Menu)} method. The
7997 * {@link android.view.ActionMode.Callback#onCreateActionMode(ActionMode, Menu)} will prevent
8001 * {@link android.view.ActionMode.Callback#onActionItemClicked(ActionMode, MenuItem)}.
8007 public void setCustomSelectionActionModeCallback(ActionMode.Callback actionModeCallback) {
8017 public ActionMode.Callback getCustomSelectionActionModeCallback() {
H A DAbsListView.java710 * Callback method to be invoked while the list view or grid view is being scrolled. If the
723 * Callback method to be invoked when the list or grid has been scrolled. This will be
5975 * It acts as the {@link ActionMode.Callback} for the selection mode and also receives
5979 public interface MultiChoiceModeListener extends ActionMode.Callback {
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java751 GeolocationPermissions.Callback callback) {
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java163 public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
240 // Install a SurfaceHolder.Callback so we get notified when the
519 * This method is part of the SurfaceHolder.Callback interface, and is
527 * This method is part of the SurfaceHolder.Callback interface, and is
536 * This method is part of the SurfaceHolder.Callback interface, and is
813 // notified via SurfaceHolder.Callback.surfaceDestroyed.
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java59 import android.view.ActionMode.Callback;
97 OnItemClickListener, Callback, RecipientAlternatesAdapter.OnCheckedItemChangedListener,
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java128 implements ServiceConnection, Handler.Callback {
602 mCaller = new HandlerCaller(context, new HandlerCaller.Callback() {
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java506 new GeolocationPermissions.Callback() {
559 * Callback to notify that a JavaScript execution timeout has occured.

Completed in 424 milliseconds

1234