HomeSort by relevance Sort by last modified time
    Searched full:callbacks (Results 1851 - 1875 of 3607) sorted by null

<<71727374757677787980>>

  /frameworks/base/core/java/android/printservice/
PrinterDiscoverySession.java 76 * <strong>Note: </strong> All callbacks in this class are executed on the main
448 * will return true and you will also no longer receive callbacks.
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 126 interface contains callbacks used by Android to alert your application of the
192 setting up a discovery listener with the relevant callbacks, and making a single asynchronous
  /frameworks/base/docs/html/training/custom-views/
making-interactive.jd 60 trigger callbacks, and you can override the callbacks to customize how your application responds
  /frameworks/base/docs/html/training/implementing-navigation/
nav-drawer.jd 217 {@link android.support.v4.widget.DrawerLayout.DrawerListener}. This interface provides callbacks
228 callbacks, but it also facilitates the proper
  /frameworks/base/docs/html/training/monetization/
ads-and-ux.jd 225 <p>Where available, you should consider implementing ad event listeners, which provide callbacks on
232 <p>For example, here are some event callbacks available from AdMob's {@code AdListener}
  /frameworks/base/location/java/android/location/
LocationManager.java 471 * implement the callback mechanism, or null to make callbacks on the calling
503 * implement the callback mechanism, or null to make callbacks on the calling
560 * callbacks, or by broadcast intents to a supplied {@link PendingIntent}.
621 * then callbacks are made on the supplied Looper thread.
660 * implement the callback mechanism, or null to make callbacks on the calling
689 * implement the callback mechanism, or null to make callbacks on the calling
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 59 // ref-counted object for callbacks
86 // The reference is only used as a proxy for callbacks.
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 72 NativeDaemonConnector(INativeDaemonConnectorCallbacks callbacks, String socket,
74 mCallbacks = callbacks;
  /frameworks/base/services/java/com/android/server/print/
RemotePrintService.java 101 RemotePrintSpooler spooler, PrintServiceCallbacks callbacks) {
103 mCallbacks = callbacks;
RemotePrintSpooler.java 95 PrintSpoolerCallbacks callbacks) {
98 mCallbacks = callbacks;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/
AutoFocusStateMachine.java 190 * state as before, and not issue any callbacks by {@link AutoFocusStateListener}.
252 * <li>Active - The lens goes back to a default position (no callbacks)</li>
  /frameworks/support/v4/java/android/support/v4/widget/
SearchViewCompat.java 323 * @param listener the listener object that receives callbacks when the user performs
331 * Callbacks for changes to the query text.
  /hardware/libhardware/include/hardware/
camera_common.h 66 * This camera module version adds support for asynchronous callbacks to the
359 int (*set_callbacks)(const camera_module_callbacks_t *callbacks);
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 164 // menu handling callbacks
232 // action mode callbacks
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
ApiServiceListener.java 28 * Interface for API service listener. This interface declares various callbacks that
30 * service actions. Clients should extend this interface and override interested callbacks.
  /system/core/libutils/
Looper.cpp 281 // Invoke pending message callbacks.
318 // Invoke all response callbacks.
  /bootable/recovery/
ui.cpp 41 // There's only (at most) one of these objects, and global callbacks
  /developers/build/prebuilts/gradle/HorizontalPaging/HorizontalPagingSample/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 42 * to receive callbacks when the user swipes between pages in the ViewPager.
  /developers/samples/android/ui/views/HorizontalPaging/HorizontalPagingSample/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 42 * to receive callbacks when the user swipes between pages in the ViewPager.
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiServiceDiscoveryActivity.java 164 * Register listeners for DNS-SD services. These are callbacks invoked
  /development/samples/browseable/HorizontalPaging/src/com.example.android.horizontalpaging/
MainActivity.java 42 * to receive callbacks when the user swipes between pages in the ViewPager.
  /external/aac/libMpegTPDec/src/
tpdec_latm.h 155 * \param pTpDecCallbacks Call back structure for configuration callbacks
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_rfc.c 41 /* each scb has its own rfcomm callbacks */
  /external/ceres-solver/include/ceres/
iteration_callback.h 152 // Interface for specifying callbacks that are executed at the end of
  /external/chromium/base/
bind_helpers.h 47 // its bound callbacks.

Completed in 1139 milliseconds

<<71727374757677787980>>