Searched refs:reset (Results 801 - 825 of 841) sorted by relevance

<<31323334

/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java1764 in.reset();
1766 Log.d(TAG, "Cannot read thumbnail from inputstream without mark/reset support");
2049 in.reset();
3476 mDataInputStream.reset();
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/core/java/android/widget/
H A DEditor.java1176 * the default on-focus behavior. We reset the selection
1250 // Flip flag to indicate the word iterator needs to have the text reset.
3999 mSelectionPath.reset();
4072 builder.reset();
5427 // No longer the first dragging motion, reset.
5695 mPath.reset();
H A DTextView.java470 // First reset "left" and "right" drawables to their initial values
2530 // getTextDirectionHeuristic, needs reset
5384 * selection, so reset mSelectionMoved to keep that from
6087 * the TextView has focus. The icon and error message will be reset to
6108 * the TextView has focus. The icon and error message will be reset to
6691 mHighlightPath.reset();
6705 mHighlightPath.reset();
6927 mHighlightPath.reset();
7441 * but still call through to super, which will reset the
8347 mTempTextPaint.reset();
[all...]
/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp61 mBitmap.reset();
452 // reset to to actual choice from caller
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java224 // These flags are always set on a new/reset paint, even if flags 0 is passed.
506 public void reset() { method in class:Paint
H A DColorSpace.java4144 path.reset();
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp769 ALOGV("reset");
775 process_media_player_call( env, thiz, mp->reset(), NULL, NULL );
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java100 * should be shown or reset, callbacks to the phone window manager to notify
116 * - screen turned off -> reset the keyguard, and show it so it will be ready
326 * When starting going to sleep, we figured out that we need to reset Keyguard state and this
354 // We need to force a reset of the views, since lockNow (called by
1323 * Send message to keyguard telling it to reset its state.
1878 mStatusBarKeyguardViewManager.reset(true /* hideBouncerWhenShowing */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java1219 public void reset() { method in class:ExpandableNotificationRow
1852 // alphas are reset
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp299 tJniThreadAttacher.reset(new ScopedJniThreadAttach());
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp594 mFrameEventHistory.reset(mFakeFrameEventHistory);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiLastResortWatchdogTest.java939 * Expected behavior: After transitioning, failure counts are reset to 0
1283 reset(mSelfRecovery);
H A DWifiConfigManagerTest.java251 reset(mWcmListener);
459 reset(mWcmListener);
653 // Ensure that the counters have all been reset now.
890 * This test is basically checking if the apps can reset some of the fields of the config after
891 * addition. The fields being reset in this test are the |preSharedKey| and |wepKeys|.
914 // Now empty out 3 of the |wepKeys[]| and ensure that those keys have been reset correctly.
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java1398 stream.reset();
/frameworks/base/core/java/android/os/
H A DBatteryStats.java438 * been on since reset.
2389 * last reset after charging, as a lower-end approximation.
2395 * last reset after charging, as an upper-end approximation.
3418 // Note that 'ActualTime' are unpooled and always since reset (regardless of 'which')
3444 // 'actualTime' are unpooled and always since reset (regardless of 'which')
3453 // Unoptimized scan timer. Unpooled and since reset (regardless of 'which').
3459 // Unoptimized bg scan timer. Unpooled and since reset (regardless of 'which').
3492 // Times are since reset (regardless of 'which')
3580 // 'actualTime' are unpooled and always since reset (regardless of 'which')
4566 // 'actualTime' are unpooled and always since reset (regardles
5292 void reset() { method in class:BatteryStats.HistoryPrinter
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1014 mAdapterHelper.reset();
3194 // Instead, we just reset it.
3195 mAdapterHelper.reset();
3615 // Initial prefetch has expanded cache, so reset until next prefetch.
6837 * will be reset upon layout to prevent initial prefetches (often large, since they're
6843 * If true, mPrefetchMaxCountObserved is only valid until next layout, and should be reset.
11209 // Fields below are always reset outside of the pass (or passes) that use them
11229 State reset() { method in class:RecyclerView.State
11244 * <p>Don't touch any state stored between layout passes, only reset per-layout state, so
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java884 sThreadPriorityBooster.reset();
4602 mDragState.reset();
5026 mDragState.reset();
6934 Slog.w(TAG_WM, "Attempted to reset replacing window on non-existing app token "
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java1098 mAdapterHelper.reset();
3342 // Instead, we just reset it.
3343 mAdapterHelper.reset();
3775 // Initial prefetch has expanded cache, so reset until next prefetch.
7109 * will be reset upon layout to prevent initial prefetches (often large, since they're
7115 * If true, mPrefetchMaxCountObserved is only valid until next layout, and should be reset.
11701 // Fields below are always reset outside of the pass (or passes) that use them
11724 State reset() { method in class:RecyclerView.State
11739 * <p>Don't touch any state stored between layout passes, only reset per-layout state, so
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp1688 mStreams[i].reset();
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp280 void ATSParser::SyncEvent::reset() { function in class:android::ATSParser::SyncEvent
/frameworks/base/core/java/android/app/
H A DActivityManager.java109 * is for apps with reset-data functionality.
2166 public void reset() { method in class:ActivityManager.TaskThumbnailInfo
4340 * To reset the VR thread for an application, a tid of 0 can be passed.
4362 * To reset the persistent VR thread, a tid of 0 can be passed.
/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java2698 void reset() { method in class:NetworkManagementService.Injector
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java1105 mLastThumbnailInfo.reset();

Completed in 814 milliseconds

<<31323334