HomeSort by relevance Sort by last modified time
    Searched full:invoked (Results 501 - 525 of 3054) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2mTest.java 286 * Assertion: must return the same value if invoked
305 * Assertion: must return the same value if invoked
324 * Assertion: must return the same value if invoked
335 * Assertion: must return the same value if invoked
346 * Assertion: must return the same value if invoked
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 164 * Register a callback to be invoked when a new image frame becomes available to the
179 * Register a callback to be invoked when a new image frame becomes available to the
182 * If a handler is specified, the callback will be invoked on that handler's thread.
189 * @param handler The handler on which the listener should be invoked, or null
368 * This method is invoked from native code only.
  /frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
CameraTooActivity.java 207 * Callbacks invoked upon state changes in our {@code SurfaceView}.
284 // This is the second time the method is being invoked: our size change is complete
305 * Calledbacks invoked upon state changes in our {@code CameraDevice}. <p>These are run on
337 * Callbacks invoked upon state changes in our {@code CameraCaptureSession}. <p>These are run on
383 * Callback invoked when we've received a JPEG image from the camera.
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 145 * @param listener the listener invoked for all the callbacks, this must
188 * @param onDoubleTapListener the listener invoked for all the callbacks, or
497 * @param listener the listener invoked for all the callbacks, this must
510 * @param listener the listener invoked for all the callbacks, this must
558 * @param listener the listener invoked for all the callbacks, or
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceManager.java 406 * Sets the callback to be invoked when a {@link Preference} in the
409 * @param listener The callback to be invoked.
420 * Sets the callback to be invoked when a {@link PreferenceScreen} in the hierarchy rooted at
423 * @param listener The callback to be invoked.
437 * Interface definition for a callback to be invoked when a
  /libcore/luni/src/test/java/tests/security/spec/
ECFieldF2mTest.java 320 * Assertion: must return the same value if invoked
339 * Assertion: must return the same value if invoked
358 * Assertion: must return the same value if invoked
369 * Assertion: must return the same value if invoked
380 * Assertion: must return the same value if invoked
  /frameworks/base/telecomm/java/android/telecom/
Call.java 575 * Invoked when the state of this {@code Call} has changed. See {@link #getState()}.
583 * Invoked when the parent of this {@code Call} has changed. See {@link #getParent()}.
591 * Invoked when the children of this {@code Call} have changed. See {@link #getChildren()}.
599 * Invoked when the details of this {@code Call} have changed. See {@link #getDetails()}.
607 * Invoked when the text messages that can be used as responses to the incoming
617 * Invoked when the post-dial sequence in the outgoing {@code Call} has reached a pause
628 * Invoked when the {@code Call.VideoCall} of the {@code Call} has changed.
636 * Invoked when the {@code Call} is destroyed. Clients should refrain from cleaning
640 * clients should wait for this method to be invoked.
647 * Invoked upon changes to the set of {@code Call}s with which this {@code Call} can b
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
SimpleRegression.java 265 * invoked before a model can be estimated, <code>Double,NaN</code> is
287 * invoked before a model can be estimated, <code>Double,NaN</code> is
307 * invoked before a model can be estimated, <code>Double.NaN</code> is
346 * invoked before a model can be estimated, <code>Double,NaN</code> is
406 * invoked before a model can be estimated, <code>Double.NaN</code> is
441 * invoked before a model can be estimated, <code>Double,NaN</code> is
464 * invoked before a model can be estimated, <code>Double,NaN</code> is
  /frameworks/base/core/java/android/view/
GestureDetector.java 318 * @param listener the listener invoked for all the callbacks, this must
338 * @param listener the listener invoked for all the callbacks, this must
357 * @param listener the listener invoked for all the callbacks, this must
372 * @param listener the listener invoked for all the callbacks, this must
400 * @param listener the listener invoked for all the callbacks, this must
445 * @param onDoubleTapListener the listener invoked for all the callbacks, or
455 * @param onContextClickListener the listener invoked for all the callbacks, or null to stop
TextureView.java 84 * // Invoked every time there's a new Camera preview frame
93 * been invoked.) It is therefore highly recommended you use a listener to
783 * Invoked when a {@link TextureView}'s SurfaceTexture is ready for use.
793 * Invoked when the {@link SurfaceTexture}'s buffers size changed.
803 * Invoked when the specified {@link SurfaceTexture} is about to be destroyed.
805 * is invoked. If returns false, the client needs to call {@link SurfaceTexture#release()}.
813 * Invoked when the specified {@link SurfaceTexture} is updated through
  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 145 * Callback invoked when the drawer is opened.
149 * Invoked when the drawer becomes fully open.
155 * Callback invoked when the drawer is closed.
159 * Invoked when the drawer becomes fully closed.
165 * Callback invoked when the drawer is scrolled.
169 * Invoked when the user starts dragging/flinging the drawer's handle.
174 * Invoked when the user stops dragging/flinging the drawer's handle.
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConference.java 311 * Invoked when the Conference and all its {@link Connection}s should be disconnected.
336 * Invoked when the specified {@link android.telecom.Connection} should be separated from the
349 * Invoked when the specified {@link android.telecom.Connection} should be merged into the
367 * Invoked when the conference should be put on hold.
378 * Invoked when the conference should be moved from hold to active.
389 * Invoked to play a DTMF tone.
402 * Invoked to stop playing a DTMF tone.
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 135 * Prepares the renderer to draw a frame. This method must be invoked
148 * Prepares the renderer to draw a frame. This method must be invoked
149 * at the beginning of each frame. When this method is invoked, the
161 * Indicates the end of a frame. This method must be invoked whenever
559 * This method needs to be invoked every time getTargetFbo() is
566 * This method needs to be invoked every time getTargetFbo() is
653 * This method MUST be invoked before any drawing operation.
826 * Should be invoked every time the glScissor is modified.
855 // List of rectangles to clear after saveLayer() is invoked
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertDialog.java 199 * Set a listener to be invoked when the positive button of the dialog is pressed.
392 * Set a listener to be invoked when the positive button of the dialog is pressed.
405 * Set a listener to be invoked when the positive button of the dialog is pressed.
418 * Set a listener to be invoked when the negative button of the dialog is pressed.
431 * Set a listener to be invoked when the negative button of the dialog is pressed.
444 * Set a listener to be invoked when the neutral button of the dialog is pressed.
457 * Set a listener to be invoked when the neutral button of the dialog is pressed.
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 334 /** Invoked by the button "Add new..." */
340 /** Invoked by the button Select / mSelectLocaleButton */
349 * Invoked by the button Remove / mRemoveLocaleButton.
  /development/ndk/platforms/android-9/include/android/
looper.h 169 * the timeout expired and no callbacks were invoked and no other file
172 * Returns ALOOPER_POLL_CALLBACK if one or more callbacks were invoked.
241 * by returning 0 or by calling this method, then it can be guaranteed to not be invoked
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 186 * This is invoked from an imaginary node ref on right side of a
198 * This is invoked from an imaginary node ref on right side of a
210 * This is invoked from an imaginary node ref on right side of a
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCallTemplate.java 51 * it has a required name attribute that identifies the template to be invoked.
59 * it has a required name attribute that identifies the template to be invoked.
71 * it has a required name attribute that identifies the template to be invoked.
  /external/clang/utils/
clang-completion-mode.el 190 ;; Invoked when the user types an alphanumeric character or "_" to
198 ;; Invoked when the user types the backspace key to update the filter
205 ;; Invoked when the user types the delete key to update the filter
  /external/javassist/src/main/javassist/tools/reflect/
ClassMetaobject.java 157 * Is invoked when <code>static</code> fields of the base-level
177 * Is invoked when <code>static</code> fields of the base-level
223 * Is invoked when <code>static</code> methods of the base-level
  /external/llvm/include/llvm/Support/
SourceMgr.h 45 /// It gets called each time PrintMessage is invoked.
87 /// Specify a diagnostic handler to be invoked every time PrintMessage is
88 /// called. \p Ctx is passed into the handler when it is invoked.
  /external/valgrind/coregrind/
pub_core_gdbserver.h 97 /* Entry point invoked by vgdb when it uses ptrace to cause a gdbserver
122 /* Entry point invoked by scheduler.c to execute the request
192 // address at which gdbserver can be invoked
  /frameworks/base/core/java/android/app/
AlertDialog.java 312 * Set a listener to be invoked when the positive button of the dialog is pressed.
353 * Set a listener to be invoked when button 1 of the dialog is pressed.
367 * Set a listener to be invoked when button 2 of the dialog is pressed.
380 * Set a listener to be invoked when button 3 of the dialog is pressed.
603 * Set a listener to be invoked when the positive button of the dialog is pressed.
616 * Set a listener to be invoked when the positive button of the dialog is pressed.
629 * Set a listener to be invoked when the negative button of the dialog is pressed.
642 * Set a listener to be invoked when the negative button of the dialog is pressed.
655 * Set a listener to be invoked when the neutral button of the dialog is pressed.
668 * Set a listener to be invoked when the neutral button of the dialog is pressed
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraManager.java 120 * callbacks will be invoked independently of the general activity lifecycle and independently
124 * @param handler The handler on which the callback should be invoked, or {@code null} to use
168 * callbacks will be invoked independently of the general activity lifecycle and independently
172 * @param handler The handler on which the callback should be invoked, or {@code null} to use
398 * be invoked with the newly opened {@link CameraDevice}. The camera device can then be set up
421 * The callback which is invoked once the camera is opened
423 * The handler on which the callback should be invoked, or
471 * {@link CameraManager.TorchCallback#onTorchModeChanged} will be invoked.
476 * {@link CameraManager.TorchCallback#onTorchModeUnavailable} will be invoked). Also,
478 * {@link CameraManager.TorchCallback#onTorchModeChanged} will be invoked). If the lates
    [all...]
  /frameworks/base/docs/html/training/wearables/ui/
lists.jd 229 // (invoked by the WearableListView's layout manager)
239 // (invoked by the WearableListView's layout manager)
253 // (invoked by the WearableListView's layout manager)

Completed in 273 milliseconds

<<21222324252627282930>>