Searched defs:reset (Results 201 - 225 of 295) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java151 // will reset the throttling for this package.
154 // an intent, so we just reset for the publisher.
283 // Update came in after we sent the reply, time to reset.
284 reset();
288 private void reset() { method in class:RemoteInputView
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java193 state.reset();
463 mTouchScreenStreamState.reset();
466 mMouseStreamState.reset();
469 mKeyboardStreamState.reset();
533 reset();
548 public void reset() { method in class:AccessibilityInputFilter.EventStreamState
583 reset();
587 final public void reset() { method in class:AccessibilityInputFilter.MouseEventStreamState
588 super.reset();
618 reset();
622 final public void reset() { method in class:AccessibilityInputFilter.TouchScreenEventStreamState
659 final public void reset() { method in class:AccessibilityInputFilter.KeyboardEventStreamState
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java120 void reset() { method in class:DragState
398 reset();
H A DWallpaperController.java479 result.reset();
958 void reset() { method in class:WallpaperController.FindWallpaperTargetResult
/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);
730 private static void reset(float[] mtx) { method in class:Matrix_Delegate
813 reset();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiInfo.java249 public void reset() { method in class:WifiInfo
/frameworks/native/services/sensorservice/
H A DFusion.cpp163 void reset() { function in class:android::Covariance
394 // detect divergence, we reset the fusion.
/frameworks/native/services/surfaceflinger/
H A DDispSync.cpp394 reset();
411 void DispSync::reset() { function in class:android::DispSync
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp776 displayData.reset();
882 void HWComposer::DisplayData::reset() { function in class:android::HWComposer::DisplayData
883 ALOGV("DisplayData reset");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java161 reset();
178 private void reset() { method in class:GsmCdmaCallTracker
179 Rlog.d(LOG_TAG, "reset");
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java267 reset();
321 reset();
580 private void reset() { method in class:BottomSheetBehavior
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
H A DMediaPlayerGlue.java95 * Will reset the {@link MediaPlayer} and the glue such that a new file can be played. You are
99 void reset() { method in class:MediaPlayerGlue
101 mPlayer.reset();
317 reset();
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
H A DMediaPlayerGlue.java95 * Will reset the {@link MediaPlayer} and the glue such that a new file can be played. You are
99 void reset() { method in class:MediaPlayerGlue
101 mPlayer.reset();
317 reset();
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp685 reset();
855 status_t CameraSource::reset() { function in class:android::CameraSource
856 ALOGD("reset: E");
906 ALOGD("reset: X");
/frameworks/av/services/audioflinger/
H A DTracks.cpp669 // states to reset position info for non-offloaded/direct tracks
672 mFrameMap.reset();
720 reset();
797 reset();
814 // do not reset the track if it is still in the process of being stopped or paused.
817 // remove from active track list, reset(), and trigger presentation complete
822 reset();
845 void AudioFlinger::PlaybackThread::Track::reset() function in class:android::AudioFlinger::PlaybackThread::Track
847 // Do not reset twice to avoid discarding data written just after a flush and before
967 ALOGV("presentationComplete() reset
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java971 * center or {@code false} to reset the scale and center
975 public boolean reset(boolean animate) { method in class:AccessibilityService.MagnificationController
983 Log.w(LOG_TAG, "Failed to reset", re);
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java257 void reset() { method in class:ViewTreeObserver.InternalInsetsInfo
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java283 public void reset() { method in class:Animation
298 * If you cancel an animation manually, you must call {@link #reset()}
301 * @see #reset()
353 reset();
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java415 reset();
427 public void reset() { method in class:RemoteViewsAdapter.RemoteViewsMetaData
736 public void reset() { method in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
737 // Note: We do not try and reset the meta data, since that information is still used by
920 // If we encounter a crash when updating, we should reset the metadata & cache and trigger
924 metaData.reset();
927 mCache.reset();
1161 mCache.reset();
/frameworks/base/core/java/com/android/internal/widget/
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
568 public void reset(boolean animate) { method in class:SlidingTab
569 mLeftSlider.reset(animate);
570 mRightSlider.reset(animate);
580 reset(false);
635 mCurrentSlider.reset(false);
726 mLeftSlider.reset(false);
727 mRightSlider.reset(false);
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp57 static void reset(JNIEnv* env, jobject clazz, jlong objHandle) { function in class:android::SkPathGlue
59 obj->reset();
476 {"native_reset","(J)V", (void*) SkPathGlue::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
H A DPath.java73 public void reset() { method in class:Path
78 // call, which does now reset fill type.
/frameworks/base/location/java/android/location/
H A DGnssMeasurement.java135 * The state of the 'Accumulated Delta Range' has detected a reset.
193 public void reset() { method in class:GnssMeasurement
522 * <p>It indicates whether {@link #getAccumulatedDeltaRangeMeters()} is reset or there is a
568 * Gets the accumulated delta range since the last channel reset, in meters.
/frameworks/base/media/java/android/media/tv/
H A DTvView.java196 * {@link #reset} is called for the main {@link TvView} or {@code setMain()} is called for other
347 public void reset() { method in class:TvView
348 if (DEBUG) Log.d(TAG, "reset()");

Completed in 2803 milliseconds

1234567891011>>