Searched refs:handler (Results 251 - 267 of 267) sorted by relevance

<<11

/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp194 m_InputBuilder.createNode<InputTree::Positional>("file handler",
200 m_InputBuilder.setMemory(*input, pFileHandle.handler(), FileHandle::ReadOnly);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java312 // FIXME This state is shared between the input reader and handler thread.
317 // handler thread. We'll need to resolve this someday by teaching the input dispatcher
647 SettingsObserver(Handler handler) { argument
648 super(handler);
694 MyWakeGestureListener(Context context, Handler handler) { argument
695 super(context, handler);
710 MyOrientationListener(Context context, Handler handler) { argument
711 super(context, handler);
3038 * Input handler used while nav bar is hidden. Captures any touch on the screen,
5055 // do the same here. We cannot post this work to a handler becaus
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java497 // on background handler thread, and PACKAGE_ADDED is protected
517 // on background handler thread, and UID_REMOVED is protected
535 // on background handler thread, and USER_ADDED and USER_REMOVED
559 // on background handler thread, and verified
577 // on background handler thread, and verified MANAGE_NETWORK_POLICY
591 // on background handler thread, and verified MANAGE_NETWORK_POLICY
605 // on background handler thread, and verified CONNECTIVITY_INTERNAL
632 // on background handler thread, and verified CONNECTIVITY_INTERNAL
963 // on background handler thread, and verified CONNECTIVITY_INTERNAL
2245 public void addIdleHandler(IdleHandler handler) { argument
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java1520 private void handleUserActivityTimeout() { // runs on handler thread
1659 private void handleSandman() { // runs on handler thread
1675 // We only control the dream on the handler thread, so we don't need to worry about
2279 private void handleScreenBrightnessBoostTimeout() { // runs on handler thread
2589 public SettingsObserver(Handler handler) { argument
2590 super(handler);
/frameworks/base/services/core/java/com/android/server/
H A DConnectivityService.java2884 SettingsObserver(Handler handler, int what) { argument
2885 super(handler);
2886 mHandler = handler;
H A DInputMethodManagerService.java407 SettingsObserver(Handler handler) { argument
408 super(handler);
H A DMountService.java333 // OBB action handler messages
557 // This method must be run on the main (handler) thread,
769 * unmounted, so send a message to the handler to let it know to
2158 Slog.i(TAG, "Send to OBB handler: " + action.toString());
2179 Slog.i(TAG, "Send to OBB handler: " + action.toString());
2781 public void execute(ObbActionHandler handler) { argument
/frameworks/base/core/java/android/app/
H A DFragmentManager.java1491 boolean popBackStackState(Handler handler, String name, int id, int flags) { argument
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2680 // from the queue by the handler on the service thread and the latter is
3825 public AccessibilityContentObserver(Handler handler) { argument
3826 super(handler);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java802 SettingsObserver(Handler handler) { argument
803 super(handler);
2556 // work on the worker handler. Hence, we also schedule the cancel on this
2557 // handler to avoid a scenario where an add notification call followed by a
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java1538 boolean popBackStackState(Handler handler, String name, int id, int flags) { argument
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6687 void executeActions(Handler handler) { argument
6694 handler.postDelayed(handlerAction.action, handlerAction.delay);
H A DView.java4009 + getContext().getClass() + " for onClick handler"
12018 * @return A handler associated with the thread running the View. This
12019 * handler can be used to pump events in the UI events queue.
18426 * {@link android.view.View#onDragEvent(DragEvent) onDragEvent()} drag event handler
20026 * to call its {@link #onDragEvent(DragEvent) onDragEvent()} handler.
20476 * handler can be used to pump events in the UI events queue.
20557 * events handler and thread.
20559 * @param handler the events handler the view must use
20562 ViewRootImpl viewRootImpl, Handler handler, Callback
20561 AttachInfo(IWindowSession session, IWindow window, Display display, ViewRootImpl viewRootImpl, Handler handler, Callbacks effectPlayer) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java6060 * @param handler The OnClickHandler to use when inflating RemoteViews.
6064 public void setRemoteViewsOnClickHandler(OnClickHandler handler) { argument
6068 mRemoteAdapter.setRemoteViewsOnClickHandler(handler);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5446 public SetupContentObserver(Handler handler) { argument
5447 super(handler);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6399 public BatteryStatsImpl(File systemDir, Handler handler) { argument
6407 mHandler = new MyHandler(handler.getLooper());
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java366 public ProvisionedObserver(Handler handler) { argument
367 super(handler);
647 // ----- Asynchronous backup/restore handler thread -----
961 // spin up the backup/restore handler thread
2341 // and reposting the next chunk to the primary backup handler thread.
2518 // agent, or a timeout message on the main handler. either way, we're
2622 // handler in case it doesn't get back to us.
3741 Slog.e(TAG, "Unable to find shared-storage backup handler");
8915 // The completion callback, if any, is invoked on the handler
9205 // Posted to the handler t
[all...]

Completed in 1373 milliseconds

<<11