HomeSort by relevance Sort by last modified time
    Searched defs:reset (Results 601 - 625 of 2379) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/util/
Base64InputStream.java 83 public void reset() { method in class:Base64InputStream
134 * decode/encode it into the empty coder.output, and reset the
TimingLogger.java 59 /** Used to track whether Log.isLoggable was enabled at reset time. */
77 reset(tag, label); method
88 public void reset(String tag, String label) { method in class:TimingLogger
91 reset(); method
97 * the constructor or a call to reset(tag, label). If the
102 public void reset() { method in class:TimingLogger
118 * the specified tag at construction or reset() time then this
132 * construction or reset() time then this call does nothing.
  /frameworks/base/core/java/android/view/
GLES20Layer.java 63 mDisplayList.reset();
  /frameworks/base/core/java/android/view/animation/
Transformation.java 58 * Reset the transformation to a state that leaves the object
66 mMatrix.reset();
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 118 * Reset the ViewSwitcher to hide all of the existing views and to make it
121 public void reset() { method in class:ViewSwitcher
  /frameworks/base/core/tests/coretests/src/android/view/
GlobalFocusChangeTest.java 47 mActivity.reset();
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 36 * Reset the Interpolator to have the specified number of values and an
40 public void reset(int valueCount) { method in class:Interpolator
41 reset(valueCount, 2); method
45 * Reset the Interpolator to have the specified number of values and
49 public void reset(int valueCount, int frameCount) { method in class:Interpolator
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
RoundRectShape.java 86 mPath.reset();
  /frameworks/base/obex/javax/obex/
PrivateOutputStream.java 130 mArray.reset();
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentStack.java 94 public void reset() { method in class:DocumentStack
DurableUtils.java 41 d.reset();
45 d.reset();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsActivity.java 102 mBitmapPaint.reset();
ClipRegion3Activity.java 62 mClipPath.reset();
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DynamicIdMap.java 37 public void reset(int seed) { method in class:DynamicIdMap
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 41 reset();
281 bool Linker::reset() function in class:Linker
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxPredictor.java 51 public boolean reset() { method in class:BordeauxPredictor
53 Log.e(TAG, "reset: " + PREDICTOR_NOTAVAILABLE);
BordeauxRanker.java 94 public boolean reset() { method in class:BordeauxRanker
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeLock.java 36 synchronized void reset() { method in class:SipWakeLock
37 if (DBG) log("reset count=" + mHolders.size());
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ExportTestProvider.java 71 public void reset() { method in class:ExportTestProvider.MockEntityIterator
  /frameworks/rs/
rsStream.h 66 void reset(uint64_t pos) { function in class:android::renderscript::IStream
69 void reset() { function in class:android::renderscript::IStream
140 void reset(uint64_t pos) { function in class:android::renderscript::OStream
143 void reset() { function in class:android::renderscript::OStream
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/
UiWatchers.java 136 public void reset() { method in class:UiWatchers
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 36 inline void IFBUpdate::reset() { function in class:qhwc::IFBUpdate
43 inline void FBUpdateLowRes::reset() { function in class:qhwc::FBUpdateLowRes
44 IFBUpdate::reset();
145 inline void FBUpdateHighRes::reset() { function in class:qhwc::FBUpdateHighRes
146 IFBUpdate::reset();
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 56 void MdpCtrl::reset() { function in class:overlay::MdpCtrl
87 reset();
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_fbupdate.cpp 36 inline void IFBUpdate::reset() { function in class:qhwc::IFBUpdate
43 inline void FBUpdateLowRes::reset() { function in class:qhwc::FBUpdateLowRes
44 IFBUpdate::reset();
145 inline void FBUpdateHighRes::reset() { function in class:qhwc::FBUpdateHighRes
146 IFBUpdate::reset();
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMdp.cpp 56 void MdpCtrl::reset() { function in class:overlay::MdpCtrl
87 reset();

Completed in 511 milliseconds

<<21222324252627282930>>