Searched defs:reset (Results 251 - 275 of 283) sorted by relevance

<<1112

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java180 reset();
201 reset();
204 private void reset() { method in class:BrowseFragment.SetSelectionRunnable
H A DBrowseSupportFragment.java182 reset();
203 reset();
206 private void reset() { method in class:BrowseSupportFragment.SetSelectionRunnable
/frameworks/support/v4/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java193 reset();
198 private void reset() { method in class:SwipeRefreshLayout
216 reset();
1055 mAnimateToCorrectPosition.reset();
1071 mAnimateToStartPosition.reset();
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java483 mAnchorInfo.reset();
628 mAnchorInfo.reset();
642 mAnchorInfo.reset();
2177 reset();
2180 void reset() { method in class:LinearLayoutManager.AnchorInfo
H A DStaggeredGridLayoutManager.java607 anchorInfo.reset();
614 anchorInfo.reset();
696 mAnchorInfo.reset();
701 mAnchorInfo.reset();
712 mAnchorInfo.reset();
2081 // always reset this if we scroll for a proper save instance state
3041 reset();
3044 void reset() { method in class:StaggeredGridLayoutManager.AnchorInfo
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp285 // reset battery stats
287 // in bad state, reset the state upon service start.
610 // and reset the player. We assume the player will serialize
618 p->reset();
864 // Note that we must do the reset before disconnecting from the ANW.
867 reset();
1113 status_t MediaPlayerService::Client::reset() function in class:android::MediaPlayerService::Client
1115 ALOGV("[%d] reset", mConnId);
1119 return p->reset();
2149 // The underrun event is sent once per track underrun; the condition is reset
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1301 values[i].reset();
1339 spans[i].reset();
2237 reset();
2244 public void reset() { method in class:GridLayout.MutableInt
2365 reset();
2368 protected void reset() { method in class:GridLayout.Bounds
2929 protected void reset() {
2930 super.reset();
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java214 // These flags are always set on a new/reset paint, even if flags 0 is passed.
482 public void reset() { method in class:Paint
/frameworks/base/media/java/android/media/
H A DMediaCodec.java230 exception. Call {@link #reset} to make the codec usable again. You can call it from any state to
638 When setting the video scaling mode, note that it must be reset after each time the output
761 return false, then the {@code CodecException} is fatal and the codec must be {@linkplain #reset
762 reset} or {@linkplain #release released}.</li>
1295 <td class=fn>{@link #reset reset}</td>
1786 * error has occured to reset the codec to its initial state after creation.
1789 * could not be reset.
1792 public final void reset() { method in class:MediaCodec
2537 * may have been reset t
[all...]
H A DCea708CaptionRenderer.java1456 reset();
1557 public void reset() { method in class:Cea708CCWidget.CCHandler
H A DMediaPlayer.java117 * after {@link #reset()} is called, it is in the <em>Idle</em> state; and after
122 * MediaPlayer object and the MediaPlayer object after {@link #reset()}
134 * unchanged; but if these methods are called right after {@link #reset()},
173 * {@link #reset()} can be called to restore the object to its <em>Idle</em>
385 * <tr><td>reset </p></td>
389 * <td>After {@link #reset()}, the object is like being just created.</p></td></tr>
740 * but it is reset when the position is set.
1703 public void reset() { method in class:MediaPlayer
1715 mSubtitleController.reset();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java818 public void reset() { method in class:ExpandableNotificationRow
819 super.reset();
829 mPublicLayout.reset();
830 mPrivateLayout.reset();
/frameworks/rs/cpp/
H A DrsCppStructs.h1481 void reset() { function in class:android::RSC::FieldPacker
1485 void reset(size_t i) { function in class:android::RSC::FieldPacker
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1196 values[i].reset();
1234 spans[i].reset();
2131 reset();
2138 public void reset() { method in class:GridLayout.MutableInt
2259 reset();
2262 protected void reset() { method in class:GridLayout.Bounds
2859 protected void reset() {
2860 super.reset();
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp424 reset();
739 * Before stop()/reset() is called, mWriteMoovBoxToMemory is always
740 * false. When reset() is called at the end of a recording session,
917 status_t MPEG4Writer::reset() { function in class:android::MPEG4Writer
/frameworks/base/core/java/android/app/
H A DActivityManager.java1866 public void reset() { method in class:ActivityManager.TaskThumbnailInfo
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java931 mNtpBackOff.reset();
983 mXtraBackOff.reset();
1403 // reset SV count to zero
1427 // reset SV count to zero
2402 public void reset() { method in class:GnssLocationProvider.BackOff
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp708 "device was reset");
1154 // This state is always reset at the end of this function, so if we don't find state
1186 mTempTouchState.reset();
1495 mTempTouchState.reset();
1505 mTempTouchState.reset();
1559 mTempTouchState.reset();
4457 void InputDispatcher::TouchState::reset() { function in class:android::InputDispatcher::TouchState
H A DInputReader.cpp387 device->reset(when);
429 device->reset(when);
1035 void InputDevice::reset(nsecs_t when) { function in class:android::InputDevice
1039 mapper->reset(when);
1075 reset(rawEvent->when);
1221 void CursorButtonAccumulator::reset(InputDevice* device) { function in class:android::CursorButtonAccumulator
1301 void CursorMotionAccumulator::reset(InputDevice* device) { function in class:android::CursorMotionAccumulator
1340 void CursorScrollAccumulator::reset(InputDevice* device) { function in class:android::CursorScrollAccumulator
1383 void TouchButtonAccumulator::reset(InputDevice* device) { function in class:android::TouchButtonAccumulator
1610 void SingleTouchMotionAccumulator::reset(InputDevic function in class:android::SingleTouchMotionAccumulator
1680 void MultiTouchMotionAccumulator::reset(InputDevice* device) { function in class:android::MultiTouchMotionAccumulator
1868 void InputMapper::reset(nsecs_t when) { function in class:android::InputMapper
2191 void KeyboardInputMapper::reset(nsecs_t when) { function in class:android::KeyboardInputMapper
2384 updateLedState(bool reset) argument
2393 updateLedStateForModifier(LedState& ledState, int32_t led, int32_t modifier, bool reset) argument
2555 void CursorInputMapper::reset(nsecs_t when) { function in class:android::CursorInputMapper
2818 void RotaryEncoderInputMapper::reset(nsecs_t when) { function in class:android::RotaryEncoderInputMapper
3995 void TouchInputMapper::reset(nsecs_t when) { function in class:android::TouchInputMapper
6559 void SingleTouchInputMapper::reset(nsecs_t when) { function in class:android::SingleTouchInputMapper
6629 void MultiTouchInputMapper::reset(nsecs_t when) { function in class:android::MultiTouchInputMapper
6796 void ExternalStylusInputMapper::reset(nsecs_t when) { function in class:android::ExternalStylusInputMapper
7067 void JoystickInputMapper::reset(nsecs_t when) { function in class:android::JoystickInputMapper
[all...]
H A DInputReader.h608 void reset(nsecs_t when);
682 void reset(InputDevice* device);
707 void reset(InputDevice* device);
729 void reset(InputDevice* device);
760 void reset(InputDevice* device);
906 void reset(InputDevice* device);
977 void reset(InputDevice* device);
1003 * - reset
1004 * - process, process, process (may occasionally reconfigure with non-zero changes or reset)
1005 * - reset
1765 void reset() { function in struct:android::TouchInputMapper::PointerGesture
1804 void reset() { function in struct:android::TouchInputMapper::PointerSimple
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp837 << "Expected reset() to have been called.";
883 virtual void reset(nsecs_t) { function in class:android::FakeInputMapper
1256 mDevice->reset(ARBITRARY_TIME);
1324 mDevice->reset(ARBITRARY_TIME);
1431 mDevice->reset(ARBITRARY_TIME);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java448 * The packet counts are initialized and reset to -1 and
456 reset();
469 public void reset() { method in class:DcTracker.TxRxSum
874 * TODO - needs to pass some notion of which connection is reset..
1834 // Should not be happen, but reset the state in case.
2327 int reset = Integer.parseInt(SystemProperties.get("net.ppp.reset-by-timeout", "0"));
2328 SystemProperties.set("net.ppp.reset-by-timeout", String.valueOf(reset + 1));
2888 " is true, set dcac to null and reset propert
[all...]
/frameworks/av/services/audioflinger/
H A DThreads.cpp395 mWcStats.reset();
396 mHzStats.reset();
3833 uint32_t resetMask = 0; // bit mask of fast tracks that need to be reset
3928 // track has provided at least some frames recently: reset retry count
3974 // Can't reset directly, as fast mixer is still polling this track
3975 // track->reset();
3976 // So instead mark this track as needing to be reset after push with ack
4260 // reset retry count
4297 track->reset();
4355 // Now perform the deferred reset o
6647 void AudioFlinger::RecordThread::ResamplerBufferProvider::reset() function in class:android::AudioFlinger::RecordThread::ResamplerBufferProvider
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java765 * Main power/reset button on watch. */
2735 public void reset() { method in class:KeyEvent.DispatcherState
2745 public void reset(Object target) { method in class:KeyEvent.DispatcherState
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1154 public void setItemSize(int size, boolean reset) { argument
1164 if (reset) {
1170 public void setItemColor(int color, boolean reset) { argument
1180 if (reset) {

Completed in 1009 milliseconds

<<1112