Searched defs:reset (Results 126 - 150 of 185) sorted by relevance

12345678

/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp195 status_t reset() function in class:android::BpMediaPlayer
442 reply->writeInt32(reset());
H A Dmediaplayer.cpp461 status_t ret = mPlayer->reset();
463 ALOGE("reset() failed with return code (%d)", ret);
491 status_t MediaPlayer::reset() function in class:android::MediaPlayer
493 ALOGV("reset");
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp560 reset();
666 status_t CameraSource::reset() { function in class:android::CameraSource
667 ALOGD("reset: E");
704 ALOGD("reset: X");
H A DMPEG2TSWriter.cpp527 reset();
578 status_t MPEG2TSWriter::reset() { function in class:android::MPEG2TSWriter
/frameworks/base/core/java/android/view/
H A DGLES20DisplayList.java90 public void reset() { method in class:GLES20DisplayList
H A DViewTreeObserver.java205 void reset() { method in class:ViewTreeObserver.InternalInsetsInfo
H A DWindowOrientationListener.java253 // If the acceleration samples are further apart than this amount in time, we reset the
366 reset();
405 reset();
640 private void reset() { method in class:WindowOrientationListener.SensorEventListenerImpl
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java314 mArrowMatrix.reset();
514 reset();
597 reset();
636 reset();
660 private void reset() { method in class:RotarySelector
H A DWaveView.java67 private static final long RESET_TIMEOUT = 3000; // elapsed time of inactivity before we reset
417 // reset lock after inactivity
422 // for prototype, reset after successful unlock
653 public void reset() { method in class:WaveView
654 if (DBG) Log.v(TAG, "reset() : resets state to STATE_RESET_LOCK");
H A DSlidingTab.java90 * Listener used to reset the view when the current animation completes.
291 void reset(boolean animate) { method in class:SlidingTab.Slider
560 public void reset(boolean animate) { method in class:SlidingTab
561 mLeftSlider.reset(animate);
562 mRightSlider.reset(animate);
572 reset(false);
627 mCurrentSlider.reset(false);
718 mLeftSlider.reset(false);
719 mRightSlider.reset(false);
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp43 obj->reset();
55 static void reset(JNIEnv* env, jobject clazz, SkMatrix* obj) { function in class:android::SkMatrixGlue
56 obj->reset();
366 {"native_reset","(I)V", (void*) SkMatrixGlue::reset},
H A DPath.cpp54 static void reset(JNIEnv* env, jobject clazz, SkPath* obj) { function in class:android::SkPathGlue
55 obj->reset();
271 {"native_reset","(I)V", (void*) SkPathGlue::reset},
/frameworks/base/libs/hwui/
H A DProgram.h116 reset();
161 * Resets this description. All fields are reset back to the default
164 void reset() { function in struct:android::uirenderer::ProgramDescription
/frameworks/base/location/java/android/location/
H A DLocation.java148 public void reset() { method in class:Location
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockScreen.java118 public void reset(boolean animate); method in interface:LockScreen.UnlockWidgetCommonMethods
186 public void reset(boolean animate) { method in class:LockScreen.SlidingTabMethods
187 mSlidingTab.reset(animate);
236 public void reset(boolean animate) { method in class:LockScreen.WaveViewMethods
237 mWaveView.reset();
376 public void reset(boolean animate) { method in class:LockScreen.GlowPadViewMethods
377 mGlowPadView.reset(animate);
592 mUnlockWidgetMethods.reset(false);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java343 public void reset(WebView webView) { method in class:EventSenderImpl
H A DLayoutTestsExecutor.java91 * This is a number of currently running test. It is 0-based and doesn't reset after
97 /** The total number of tests to run, doesn't reset after crash */
195 /** TODO: The quota should also probably be reset somehow for every test? */
308 private void reset() { method in class:LayoutTestsExecutor
327 mEventSender.reset(mCurrentWebView);
331 Log.d(LOG_TAG + "::reset", "previousWebView != null");
396 // We only send the reset message in the former case.
446 reset();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java99 public void reset() { method in class:Matrix_Delegate
100 reset(mValues);
222 reset(d.mValues);
590 reset(d.mValues);
786 private static void reset(float[] mtx) { method in class:Matrix_Delegate
869 reset();
H A DPath_Delegate.java75 mPath.reset();
79 public void reset() { method in class:Path_Delegate
80 mPath.reset();
84 mPath.reset();
119 pathDelegate.mPath.reset();
124 // call out to reset since there's nothing to optimize in
485 mPath.reset();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java324 protected void reset(FrameFormat newFormat) { method in class:GLFrame
326 throw new RuntimeException("Could not reset GLFrame texture parameters!");
328 super.reset(newFormat);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.cpp41 reset();
154 status_t VideoEditorPlayer::reset() { function in class:android::VideoEditorPlayer
155 ALOGV("reset");
156 mPlayer->reset();
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp95 void reset();
197 mBlockIter.reset();
221 reset();
297 void BlockIterator::reset() { function in class:android::BlockIterator
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java276 public void reset() { method in class:Animation
291 * If you cancel an animation manually, you must call {@link #reset()}
294 * @see #reset()
346 reset();
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java373 reset();
385 public void reset() { method in class:RemoteViewsAdapter.RemoteViewsMetaData
737 public void reset() { method in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
738 // Note: We do not try and reset the meta data, since that information is still used by
896 // If we encounter a crash when updating, we should reset the metadata & cache and trigger
900 metaData.reset();
903 mCache.reset();
1199 mCache.reset();
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java25 * using either reset() - to construct an identity matrix, or one of the set..()
52 public void reset() {
260 * (deep) copy the src matrix into this matrix. If src is null, reset this
265 reset();
280 public void reset() { method in class:Matrix

Completed in 432 milliseconds

12345678