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

12345678910

/frameworks/base/core/java/android/security/
H A DIKeystoreService.java164 public int reset() throws RemoteException { method in class:IKeystoreService.Stub.Proxy
621 public int reset() throws RemoteException; method in interface:IKeystoreService
/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java241 mAddNodeInfosForViewId.reset();
1178 public void reset() { method in class:AccessibilityInteractionController.AddNodeInfosForViewId
H A DViewTreeObserver.java257 void reset() { method in class:ViewTreeObserver.InternalInsetsInfo
/frameworks/base/core/java/com/android/internal/widget/
H A DRotarySelector.java321 mArrowMatrix.reset();
521 reset();
604 reset();
643 reset();
667 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
422 // reset lock after inactivity
427 // for prototype, reset after successful unlock
658 public void reset() { method in class:WaveView
659 if (DBG) Log.v(TAG, "reset() : resets state to STATE_RESET_LOCK");
H A DSlidingTab.java96 * Listener used to reset the view when the current animation completes.
297 void reset(boolean animate) { method in class:SlidingTab.Slider
566 public void reset(boolean animate) { method in class:SlidingTab
567 mLeftSlider.reset(animate);
568 mRightSlider.reset(animate);
578 reset(false);
633 mCurrentSlider.reset(false);
724 mLeftSlider.reset(false);
725 mRightSlider.reset(false);
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp45 obj->reset();
64 static void reset(JNIEnv* env, jobject clazz, jlong objHandle) { function in class:android::SkMatrixGlue
66 obj->reset();
315 {"native_reset","!(J)V", (void*) SkMatrixGlue::reset},
H A DPath.cpp59 static void reset(JNIEnv* env, jobject clazz, jlong objHandle) { function in class:android::SkPathGlue
61 obj->reset();
484 {"native_reset","(J)V", (void*) SkPathGlue::reset},
/frameworks/base/libs/hwui/
H A DProgram.h118 reset();
166 * Resets this description. All fields are reset back to the default
169 void reset() { function in struct:android::uirenderer::ProgramDescription
/frameworks/base/location/java/android/location/
H A DLocation.java151 public void reset() { method in class:Location
/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/base/packages/Keyguard/src/com/android/keyguard/
H A DCameraWidgetFrame.java347 reset();
381 reset();
417 reset();
434 reset();
437 private void reset() { method in class:CameraWidgetFrame
438 if (DEBUG) Log.d(TAG, "reset at " + SystemClock.uptimeMillis());
H A DPasswordTextView.java235 charState.reset();
241 public void reset(boolean animated) { method in class:PasswordTextView
364 reset();
448 void reset() { method in class:PasswordTextView.CharState
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelCircleView.java486 public void reset() { method in class:SearchPanelCircleView
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java116 void reset() { method in class:TaskView
204 TaskViewTransform.reset(this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java144 public void reset() { method in class:ExpandableNotificationRow
145 super.reset();
157 mPublicLayout.reset(mIsHeadsUp);
158 mPrivateLayout.reset(mIsHeadsUp);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java322 reset(true);
449 public void reset(boolean animate) { method in class:KeyguardAffordanceHelper
/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/wifi/java/android/net/wifi/
H A DWifiInfo.java226 public void reset() { method in class:WifiInfo
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp296 reset();
313 void DispSync::reset() { function in class:android::DispSync
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp183 // save init parameters for reset
277 // To maintain backward-compatibility, do a reset() to put codec
279 // But don't reset if the err is INVALID_OPERATION, which means
283 reset();
330 status_t MediaCodec::reset() { function in class:android::MediaCodec
332 it is already initialized. Thus, reset is essentially
351 // reset state not reset by setState(UNINITIALIZED)
891 // reset input surface flag
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp95 void reset();
246 mBlockIter.reset();
271 reset();
347 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.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/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

Completed in 589 milliseconds

12345678910