Searched defs:reset (Results 151 - 175 of 185) sorted by relevance

12345678

/frameworks/base/graphics/java/android/graphics/
H A DPath.java71 public void reset() { method in class:Path
H A DPaint.java371 public void reset() { method in class:Paint
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardHostView.java706 public void reset() { method in class:KeyguardHostView
834 // turns off we reset that behavior
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java531 public void reset() { method in class:LockPatternKeyguardView
534 if (DEBUG) Log.v(TAG, "reset()");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java119 ringingCall.reset();
127 ringingCall.reset();
353 void reset() { method in class:SipPhone.SipCall
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java49 * recorder.reset(); // You can reuse the object by going back to setAudioSource() step
713 public void reset() { method in class:MediaRecorder
H A DMediaPlayer.java85 * after {@link #reset()} is called, it is in the <em>Idle</em> state; and after
90 * MediaPlayer object and the MediaPlayer object after {@link #reset()}
102 * unchanged; but if these methods are called right after {@link #reset()},
141 * {@link #reset()} can be called to restore the object to its <em>Idle</em>
352 * <tr><td>reset </p></td>
356 * <td>After {@link #reset()}, the object is like being just created.</p></td></tr>
685 * but it is reset when the position is set.
1324 public void reset() { method in class:MediaPlayer
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp133 reset();
142 reset();
285 // Shutdown audio first, so that the respone to the reset request
289 // not be as responsive to a reset request.
1075 mNumberDecVideoFrames = 0; // reset counter
1566 void PreviewPlayer::reset() { function in class:android::PreviewPlayer
1598 // Shutdown audio first, so that the respone to the reset request
1602 // not be as responsive to a reset request.
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp76 int (* reset)(preproc_effect_t *fx); member in struct:preproc_ops_s
1432 if (effect->ops->reset) {
1433 effect->ops->reset(effect);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp530 // and reset the player. We assume the player will serialize
538 p->reset();
737 // Note that we must do the reset before disconnecting from the ANW.
740 reset();
938 status_t MediaPlayerService::Client::reset() function in class:android::MediaPlayerService::Client
940 ALOGV("[%d] reset", mConnId);
944 return p->reset();
1218 if (player != 0) player->reset();
1268 if (player != 0) player->reset();
2034 // reset th
[all...]
H A DStagefrightRecorder.cpp76 reset();
1640 status_t StagefrightRecorder::reset() { function in class:android::StagefrightRecorder
1641 ALOGV("reset");
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp216 reset();
224 reset();
466 void AwesomePlayer::reset() { function in class:android::AwesomePlayer
521 // Shutdown audio first, so that the respone to the reset request
525 // not be as responsive to a reset request.
H A DMPEG4Writer.cpp379 reset();
730 status_t MPEG4Writer::reset() { function in class:android::MPEG4Writer
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java569 public final void reset() throws IOException { method in class:AssetManager.AssetInputStream
/frameworks/base/core/java/android/text/
H A DLayout.java306 tabStops.reset(TAB_INCREMENT, spans);
1267 dest.reset();
1379 dest.reset();
1572 reset(increment, spans);
1575 void reset(int increment, Object[] spans) { method in class:Layout.TabStops
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java734 public void reset(boolean animate) { method in class:GlowPadView
741 Tweener.reset();
H A DMultiWaveView.java729 public void reset(boolean animate) { method in class:MultiWaveView
737 Tweener.reset();
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp84 static void reset(JNIEnv* env, jobject clazz, SkPaint* obj) { function in class:android::SkPaintGlue
85 obj->reset();
831 {"native_reset","(I)V", (void*) SkPaintGlue::reset},
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp189 void DisplayList::reset() { function in class:android::uirenderer::DisplayList
692 mTransformMatrix->reset();
711 mTransformMatrix->reset();
1357 reset();
1360 void DisplayListRenderer::reset() { function in class:android::uirenderer::DisplayListRenderer
1361 mWriter.reset();
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java503 mMagnificationController.reset(true);
732 mMagnificationController.reset(true);
882 mMagnificationController.reset(false);
1118 mMagnificationController.reset(true);
1291 public void reset(boolean animate) { method in class:ScreenMagnifier.MagnificationController
1295 mCurrentMagnificationSpec.reset();
1446 public void reset() { method in class:ScreenMagnifier.MagnificationController.MagnificationSpec
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java668 delegate.reset();
1103 reset();
1133 private void reset() { method in class:Paint_Delegate
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java144 reset();
153 synchronized void reset() throws SipException { method in class:SipSessionGroup
228 Log.d(TAG, " reset external addr on " + mSipStack);
589 private void reset() { method in class:SipSessionGroup.SipSessionImpl
882 reset();
1318 reset();
1368 reset();
1373 reset();
1378 reset();
1448 reset();
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java348 * The packet counts are initizlied and reset to -1 and
356 reset();
369 public void reset() { method in class:DataConnectionTracker.TxRxSum
1019 * TODO - needs to pass some notion of which connection is reset..
1280 // The implementation of hard reset recovery action is up to OEM product.
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1261 values[i].reset();
1296 spans[i].reset();
2060 reset();
2067 public void reset() { method in class:GridLayout.MutableInt
2188 reset();
2191 protected void reset() { method in class:GridLayout.Bounds
2679 protected void reset() {
2680 super.reset();
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1183 values[i].reset();
1218 spans[i].reset();
1993 reset();
2000 public void reset() { method in class:GridLayout.MutableInt
2121 reset();
2124 protected void reset() { method in class:GridLayout.Bounds
2603 protected void reset() {
2604 super.reset();

Completed in 4297 milliseconds

12345678