Home
last modified time | relevance | path

Searched refs:trigger (Results 1 – 25 of 92) sorted by relevance

1234

/frameworks/base/docs/html/ndk/reference/
Ddynsections.js6 var trigger = $('#'+base+'-trigger');
7 var src=$(trigger).attr('src');
12 $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
17 $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
/frameworks/base/data/keyboards/
DVendor_054c_Product_0268.kl54 # L2 trigger
57 # R2 trigger
60 # L1 trigger
63 # R1 trigger
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1510 RequestTrigger trigger[] = { in triggerAutofocus() local
1521 return mRequestThread->queueTrigger(trigger, in triggerAutofocus()
1522 sizeof(trigger)/sizeof(trigger[0])); in triggerAutofocus()
1531 RequestTrigger trigger[] = { in triggerCancelAutofocus() local
1542 return mRequestThread->queueTrigger(trigger, in triggerCancelAutofocus()
1543 sizeof(trigger)/sizeof(trigger[0])); in triggerCancelAutofocus()
1552 RequestTrigger trigger[] = { in triggerPrecaptureMetering() local
1563 return mRequestThread->queueTrigger(trigger, in triggerPrecaptureMetering()
1564 sizeof(trigger)/sizeof(trigger[0])); in triggerPrecaptureMetering()
2726 RequestTrigger trigger[], in queueTrigger() argument
[all …]
DCamera3Device.h493 status_t queueTrigger(RequestTrigger trigger[], size_t count);
535 status_t queueTriggerLocked(RequestTrigger trigger);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDrawerController.java68 abstract void setOpen(boolean open, @Trigger int trigger); in setOpen() argument
149 void setOpen(boolean open, @Trigger int trigger) { in setOpen() argument
152 mTrigger = trigger; in setOpen()
213 void setOpen(boolean open, @Trigger int trigger) {} in setOpen() argument
DMetrics.java375 public static void logDrawerOpened(Context context, @DrawerController.Trigger int trigger) { in logDrawerOpened() argument
376 if (trigger == DrawerController.OPENED_HAMBURGER) { in logDrawerOpened()
378 } else if (trigger == DrawerController.OPENED_SWIPE) { in logDrawerOpened()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java347 boolean trigger = false; in onQueryComplete()
352 trigger = true; in onQueryComplete()
366 trigger = true; in onQueryComplete()
389 if (trigger && mContactUri != null) { in onQueryComplete()
/frameworks/base/services/core/java/com/android/server/job/controllers/
DContentObserverController.java247 mInstance.trigger(); in run()
296 void trigger() { in trigger() method in ContentObserverController.JobInstance
384 JobInfo.TriggerContentUri trigger = mObservers.keyAt(i); in dumpControllerStateLocked() local
385 pw.print(trigger.getUri()); in dumpControllerStateLocked()
387 pw.print(Integer.toHexString(trigger.getFlags())); in dumpControllerStateLocked()
/frameworks/base/tests/SmokeTestApps/
DREADME2 to trigger the smoke tests to fail. They are otherwise not useful.
/frameworks/base/docs/html/training/swipe/
Dadd-swipe-interface.jd56 that users who may be unable to use the swipe gesture can trigger a manual
109 users who may not be able to perform a swipe gesture can still trigger a
110 manual update. For example, users with accessibility issues can trigger
Drespond-refresh-request.jd103 onOptionsItemSelected()}. In your override method, trigger the {@link
139 // User didn't trigger a refresh, let the superclass handle this action
Dindex.jd41 to trigger an update with a vertical swipe.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
DWaveTriggerFilter.java46 public synchronized void trigger() { in trigger() method in WaveTriggerFilter
DSmartCamera.java112 ((WaveTriggerFilter) mGraph.getFilter("snapEffect")).trigger(); in captureImages()
/frameworks/base/tests/utils/SleepUtils/
DREADME9 SleepHelper - a self instrumentation meant as a convenient way to trigger
/frameworks/base/docs/html/training/scheduling/
Dalarms.jd60 <li>They operate outside of your application, so you can use them to trigger events or
78 not be the best choice for your app, particularly if you need to trigger network
106 trigger as a result of a repeating alarm:
117 <li>Don't make your alarm's trigger time any more precise than it has to be.
135 <p>Repeating alarms that are based on a precise trigger time don't scale well.
151 <li>A trigger time. If the trigger time you specify is in the past, the alarm triggers
/frameworks/base/docs/html/preview/features/
Dbackground-optimization.jd215 To trigger jobs on content URI changes, Android N extends
225 Encapsulates parameters required to trigger a job on content URI changes.
242 trigger the job if any descendants of the given URI change. This flag
259 The following sample code schedules a job to trigger when the system reports
/frameworks/base/docs/html/guide/topics/media/jet/
Djetcreator_manual.jd446 currently selected or playing segment. You can trigger an event in this window
660 will use to trigger the event, therefore giving the content author a method for
672 can select the Play button. This will initiate playback. The trigger button
673 will send the trigger event when pressed. This is equivalent to selecting the
674 green trigger event in the timeline. </p>
680 the trigger segment. Therefore you should make sure the mute flag is set to
681 mute the track that a trigger event will be unmuting when receiving a trigger event.
687 below for details on how trigger events work and behave. </p>
819 other windows of JET Creator, you can mute, unmute, trigger event clips, etc.
991 lang=EN-IE>User actions can be compared to trigger events which are
[all …]
/frameworks/base/docs/html/training/sync-adapters/
Drunning-sync-adapter.jd98 server and device components you need to make this messaging system work. Using GCM to trigger
106 <strong>Note:</strong> If you use GCM to trigger your sync adapter via a broadcast to all
269 * and any of its subpaths trigger the observer.
309 same time every day, use a repeating alarm as a trigger. Repeating alarms are described in more
376 use other signals to trigger a sync or schedule them at regular intervals, without user input.
Dindex.jd133 Learn how to trigger and schedule data transfers using the sync adapter framework.
/frameworks/base/docs/html/training/wearables/
Dwearable-sounds.jd21 trigger a clock or timer alarm, complete with audio notification. Games on Wear become become more
/frameworks/base/docs/html/training/run-background-service/
Dsend-request.jd29 lesson shows you how to trigger the {@link android.app.IntentService} to run an operation by
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd91 <dd>An object that describes input from joystick and shoulder trigger
220 controllers also trigger the {@link android.view.KeyEvent#KEYCODE_DPAD_CENTER
625 <li><strong>Handle shoulder trigger presses (but provide alternative input
627 triggers. If these triggers are present, Android reports a left trigger press
629 right trigger press as an
635 {@link android.view.MotionEvent#AXIS_GAS}. Android reports all analog trigger
/frameworks/base/docs/html/training/snackbar/
Daction.jd40 next to the message text. The user can trigger your action by pressing the
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCamera2AgentImpl.java443 Camera2RequestSettingsSet trigger = in handleMessage() local
445 trigger.set(CaptureRequest.CONTROL_AF_TRIGGER, in handleMessage()
449 trigger.createRequest(mCamera, CameraDevice.TEMPLATE_PREVIEW, in handleMessage()

1234