Searched refs:reset (Results 226 - 250 of 431) sorted by relevance

1234567891011>>

/frameworks/base/keystore/java/android/security/
H A DKeyStore.java161 public boolean reset() { method in class:KeyStore
163 return mBinder.reset() == NO_ERROR;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
H A DDocumentInfo.java70 reset();
74 public void reset() { method in class:DocumentInfo
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java169 public void reset() { method in class:KeyguardPatternView
170 // reset lock pattern
282 reset();
H A DKeyguardSecurityViewFlipper.java94 public void reset() { method in class:KeyguardSecurityViewFlipper
97 ksv.reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java78 public void reset() { method in class:NotificationData.Entry
87 row.reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java221 mIconSwitcher.reset();
225 mTextSwitcher.reset();
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java141 mRotateMatrix.reset();
143 mInverseRotateMatrix.reset();
/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp198 ALOGE("Cannot reset %s: %s", name, strerror(errno));
314 static void reset(JNIEnv *env, jobject thiz, jstring jName) function in namespace:android
322 throwException(env, SYSTEM_ERROR, "Cannot reset interface");
357 {"jniReset", "(Ljava/lang/String;)V", (void *)reset},
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h224 void reset() { function in class:mcld::LinearAllocatorBase
240 reset();
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java410 reset();
422 public void reset() { method in class:RemoteViewsAdapter.RemoteViewsMetaData
774 public void reset() { method in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
775 // Note: We do not try and reset the meta data, since that information is still used by
960 // If we encounter a crash when updating, we should reset the metadata & cache and trigger
964 metaData.reset();
967 mCache.reset();
1267 mCache.reset();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java595 mp.reset();
647 mp.reset();
649 Log.v(TAG, "MediaPlayer.isLooping() returned true after reset()");
702 mMediaPlayer.reset();
711 public static boolean prepareAsyncCallback(String filePath, boolean reset) throws Exception { argument
714 if (reset){
759 mp.reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java150 void reset() { method in class:TaskStackView
167 tv.reset();
173 mStack.reset();
182 mStackScroller.reset();
264 // stack, we can just reset the transforms accordingly
266 taskTransforms.get(i).reset();
837 reset();
/frameworks/base/tools/apilint/
H A Dapilint.py34 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False):
38 if reset: codes.append("0")
208 _fail(clazz, detail, "%sWarning:%s %s" % (format(fg=YELLOW, bg=BLACK, bold=True), format(reset=True), msg))
211 _fail(clazz, detail, "%sError:%s %s" % (format(fg=RED, bg=BLACK, bold=True), format(reset=True), msg))
788 print "%s API compatibility issues %s\n" % ((format(fg=WHITE, bg=BLUE, bold=True), format(reset=True)))
794 print "%s API style issues %s\n" % ((format(fg=WHITE, bg=BLUE, bold=True), format(reset=True)))
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java99 public void reset() { method in class:Matrix_Delegate
100 reset(mValues);
232 reset(d.mValues);
535 reset(d.mValues);
731 private static void reset(float[] mtx) { method in class:Matrix_Delegate
814 reset();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DScreenMagnifier.java319 mMagnificationController.reset(true);
608 mMagnificationController.reset(true);
835 mMagnificationController.reset(true);
984 public void reset(boolean animate) { method in class:ScreenMagnifier.MagnificationController
1157 mMagnificationController.reset(false);
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java49 public void reset() {
267 * (deep) copy the src matrix into this matrix. If src is null, reset this
272 reset();
297 public void reset() { method in class:Matrix
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java62 * <p>When the last Activity is destroyed, the background state is reset.
275 reset();
278 private void reset() { method in class:BackgroundManager.BackgroundContinuityService
293 reset();
/frameworks/av/media/libmedia/
H A Dmediarecorder.cpp527 // stop and reset are semantically different.
535 status_t MediaRecorder::reset() function in class:android::MediaRecorder
537 ALOGV("reset");
592 status_t ret = mMediaRecorder->reset();
/frameworks/av/media/libmediaplayerservice/
H A DVideoFrameScheduler.cpp75 void VideoFrameScheduler::PLL::reset(float fps) { function in class:android::VideoFrameScheduler::PLL
81 // set up or reset video PLL
86 ALOGV("reset at %.1f fps", fps);
94 // reset PLL but keep previous period estimate
368 mPll.reset(videoFps);
/frameworks/av/services/audioflinger/
H A DAudioMixer.h235 void resetResampler() { if (resampler != NULL) resampler->reset(); }
280 virtual void reset();
288 // set the upstream buffer provider. Consider calling "reset" before this function.
/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp106 provider.reset();
109 /* this test will fail - API interface issue: reset() does not clear internal buffers */
110 resampler->reset();
/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();
H A DAnimationSet.java487 public void reset() { method in class:AnimationSet
488 super.reset();
/frameworks/base/libs/hwui/
H A DRenderProperties.h70 reset();
123 void reset();
H A DSkiaShader.cpp388 gradInfo.fColors = colorStorage.reset(gradInfo.fColorCount);
389 gradInfo.fColorOffsets = positionStorage.reset(gradInfo.fColorCount);

Completed in 569 milliseconds

1234567891011>>