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

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java106 public void reset() { method in class:TaskViewTransform
188 public static void reset(TaskView v) { method in class:TaskViewTransform
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DViewTransformationHelper.java51 public void reset() { method in class:ViewTransformationHelper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DMessagingImageTransformState.java130 protected void reset() { method in class:MessagingImageTransformState
131 super.reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAnimationFilter.java122 reset();
160 public void reset() { method in class:AnimationFilter
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DFieldClassificationStrategy.java118 void reset() { method in class:FieldClassificationStrategy
121 if (sDebug) Slog.d(TAG, "reset(): unbinding service.");
125 if (sDebug) Slog.d(TAG, "reset(): service is not bound. Do nothing.");
/frameworks/base/services/tests/servicestests/src/com/android/server/job/
H A DBackgroundRestrictionsTest.java113 mTestJobStatus.reset();
214 private void reset() { method in class:BackgroundRestrictionsTest.TestJobStatus
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DInstallerTest.java65 public void reset() { method in class:InstallerTest.Timer
80 mManual.reset();
81 mQuota.reset();
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h96 /// reset - reset this value to the uninitialized state
97 void reset() { function in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp43 reset();
300 bool Linker::reset() { function in class:mcld::Linker
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/test/widgets/
H A DHookWidget.java61 public static void reset() { method in class:HookWidget
/frameworks/native/include/gui/
H A DBufferSlot.h107 inline void reset() { function in struct:android::BufferState
H A DCpuConsumer.h134 void reset() { function in struct:android::CpuConsumer::AcquiredBuffer
H A DFrameTimestamps.h183 inline void reset() { mBitset.reset(); } function in class:android::FrameEventDirtyFields
/frameworks/native/libs/gui/include/gui/
H A DBufferSlot.h107 inline void reset() { function in struct:android::BufferState
H A DCpuConsumer.h134 void reset() { function in struct:android::CpuConsumer::AcquiredBuffer
H A DFrameTimestamps.h183 inline void reset() { mBitset.reset(); } function in class:android::FrameEventDirtyFields
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestLayers.cpp59 void Hwc2TestLayers::reset() function in class:Hwc2TestLayers
62 testLayer.second.reset();
80 itr->second.reset();
99 itr->second.reset();
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DTileDrawable.java63 reset();
66 public void reset() { method in class:TileDrawable
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DVelocityBasedConnectedScore.java63 public void reset() { method in class:VelocityBasedConnectedScore
105 mLastMillis = 0; // Probably roamed; reset filter but retain threshold adjustment
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DAdnRecordCache.java68 public void reset() { method in class:AdnRecordCache
70 mUsimPhoneBookManager.reset();
81 AsyncResult ar = new AsyncResult(null, null, new RuntimeException("AdnCache reset"));
90 sendErrorResponse(mUserWriteResponse.valueAt(i), "AdnCace reset");
362 // response may be cleared when simrecord is reset,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSwitcherTest.java128 public void reset() { method in class:PhoneSwitcherTest.TestHandler
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsRttTextHandlerTest.java57 public synchronized void reset() { method in class:ImsRttTextHandlerTest.MockNetworkWriter
83 mNetworkWriter.reset();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DTelephonyMetricsTest.java125 private void reset() throws Exception { method in class:TelephonyMetricsTest
126 Method method = TelephonyMetrics.class.getDeclaredMethod("reset");
610 // Test reset scenario
615 reset();
/frameworks/rs/
H A DrsStream.h66 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/rs/tests/java_api/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java68 void reset(int width, int height) { method in class:RsYuv
73 android.util.Log.v("cpa", "reset " + width + ", " + height);

Completed in 180 milliseconds

1234567891011>>