Home
last modified time | relevance | path

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

123

/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.cpp1220 RequestTrigger trigger[] = { in triggerAutofocus() local
1231 return mRequestThread->queueTrigger(trigger, in triggerAutofocus()
1232 sizeof(trigger)/sizeof(trigger[0])); in triggerAutofocus()
1241 RequestTrigger trigger[] = { in triggerCancelAutofocus() local
1252 return mRequestThread->queueTrigger(trigger, in triggerCancelAutofocus()
1253 sizeof(trigger)/sizeof(trigger[0])); in triggerCancelAutofocus()
1262 RequestTrigger trigger[] = { in triggerPrecaptureMetering() local
1273 return mRequestThread->queueTrigger(trigger, in triggerPrecaptureMetering()
1274 sizeof(trigger)/sizeof(trigger[0])); in triggerPrecaptureMetering()
2421 RequestTrigger trigger[], in queueTrigger() argument
[all …]
DCamera3Device.h401 status_t queueTrigger(RequestTrigger trigger[], size_t count);
437 status_t queueTriggerLocked(RequestTrigger trigger);
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java338 boolean trigger = false; in onQueryComplete()
343 trigger = true; in onQueryComplete()
357 trigger = true; in onQueryComplete()
380 if (trigger && lookupUri != null) { in onQueryComplete()
/frameworks/base/docs/html/tools/help/uiautomator/
DUiObjectNotFoundException.jd112 …Inherited(this, null)" id="inherited-methods-java.lang.Throwable" class="jd-expando-trigger closed"
113 ><img id="inherited-methods-java.lang.Throwable-trigger"
115 class="jd-expando-trigger-img" /></a>
314 …gleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
315 ><img id="inherited-methods-java.lang.Object-trigger"
317 class="jd-expando-trigger-img" /></a>
DUiAutomatorTestCase.jd167 …ited(this, null)" id="inherited-methods-junit.framework.TestCase" class="jd-expando-trigger closed"
168 ><img id="inherited-methods-junit.framework.TestCase-trigger"
170 class="jd-expando-trigger-img" /></a>
305 …erited(this, null)" id="inherited-methods-junit.framework.Assert" class="jd-expando-trigger closed"
306 ><img id="inherited-methods-junit.framework.Assert-trigger"
308 class="jd-expando-trigger-img" /></a>
939 …gleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
940 ><img id="inherited-methods-java.lang.Object-trigger"
942 class="jd-expando-trigger-img" /></a>
1109 …nherited(this, null)" id="inherited-methods-junit.framework.Test" class="jd-expando-trigger closed"
[all …]
DUiCollection.jd162 …ll)" id="inherited-methods-com.android.uiautomator.core.UiObject" class="jd-expando-trigger closed"
163 ><img id="inherited-methods-com.android.uiautomator.core.UiObject-trigger"
165 class="jd-expando-trigger-img" /></a>
827 …gleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
828 ><img id="inherited-methods-java.lang.Object-trigger"
830 class="jd-expando-trigger-img" /></a>
DUiScrollable.jd39 …)" id="inherited-constants-com.android.uiautomator.core.UiObject" class="jd-expando-trigger closed"
40 ><img id="inherited-constants-com.android.uiautomator.core.UiObject-trigger"
42 class="jd-expando-trigger-img" /></a>From class
697 … id="inherited-methods-com.android.uiautomator.core.UiCollection" class="jd-expando-trigger closed"
698 ><img id="inherited-methods-com.android.uiautomator.core.UiCollection-trigger"
700 class="jd-expando-trigger-img" /></a>
799 …ll)" id="inherited-methods-com.android.uiautomator.core.UiObject" class="jd-expando-trigger closed"
800 ><img id="inherited-methods-com.android.uiautomator.core.UiObject-trigger"
802 class="jd-expando-trigger-img" /></a>
1607 …gleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
[all …]
DConfigurator.jd282 …gleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed"
283 ><img id="inherited-methods-java.lang.Object-trigger"
285 class="jd-expando-trigger-img" /></a>
/frameworks/base/tests/SmokeTestApps/
DREADME2 to trigger the smoke tests to fail. They are otherwise not useful.
/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/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/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/sync-adapters/
Drunning-sync-adapter.jd108 server and device components you need to make this messaging system work. Using GCM to trigger
116 <strong>Note:</strong> If you use GCM to trigger your sync adapter via a broadcast to all
278 * and any of its subpaths trigger the observer.
372 same time every day, use a repeating alarm as a trigger. Repeating alarms are described in more
439 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/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/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()
/frameworks/base/docs/html/training/system-ui/
Dimmersive.jd71 "sticky" version of the flag doesn't trigger any listeners, as system bars temporarily
117 hide again. The act of swiping doesn't clear any flags, nor does it trigger your
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dwifi-direct.jd239 // peers, trigger an update.
276 trigger a request for an updated peer list. </p>
/frameworks/base/docs/html/training/gestures/
Dscroll.jd215 // Invalidates to trigger computeScroll()
234 to trigger an invalidate on the view:</p>
/frameworks/base/docs/html/google/play/
Dfilters.jd109 (although not everything in the manifest file can trigger filtering).
110 Table 1 lists the manifest elements that you should use to trigger
114 trigger filtering on Google Play.</p>
330 <p>These manifest elements and the filtering they trigger are for exceptional use-cases
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd63 <p>If several alarms are scheduled to trigger at similar times, this phase-shifting will cause them…

123