HomeSort by relevance Sort by last modified time
    Searched full:onreset (Results 76 - 100 of 216) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 325 mOnHeightChangedListener.onReset(this);
540 void onReset(ExpandableView view);
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
WifiAwareNativeCallback.java 128 public void onReset() {
129 // NOP (onReset is intended for configuration reset - not data reset)
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 333 @Override protected void onReset() {
334 super.onReset();
  /packages/apps/Settings/src/com/android/settings/print/
PrintServiceSettingsFragment.java 710 protected void onReset() {
712 Log.i(LOG_TAG, "onReset()");
PrintSettingsFragment.java 449 protected void onReset() {
451 Log.i(LOG_TAG, "onReset()");
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 83 OnReset();
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 344 void SoftGSM::onReset() {
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 317 void SoftVPX::onReset() {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2ConnectionTest.java 514 @Override public void onReset(int streamId, ErrorCode errorCode) {
551 @Override public synchronized void onReset(int streamId, ErrorCode errorCode) {
552 events.add(new AssertionError("onReset"));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
AccuracyFragment.java 246 public void onReset() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
Manager.java 192 mAccuracyListener.onReset();
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 576 void SoftAMR::onReset() {
  /frameworks/av/media/libstagefright/codecs/flac/dec/
SoftFlacDecoder.cpp 410 void SoftFlacDecoder::onReset() {
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 476 void SoftMP3::onReset() {
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 456 void SoftMPEG2::onReset() {
457 SoftVideoDecoderOMXComponent::onReset();
  /packages/apps/Browser2/test/webexposed/
global-interface-listing-expected.txt 712 getter onreset
873 setter onreset
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 69 void ThreadContext::OnReset() {
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 771 void SoftVPXEncoder::onReset() {
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 608 void SoftOpus::onReset() {
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 559 void SoftVorbis::onReset() {
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 626 void SoftVideoDecoderOMXComponent::onReset() {
  /frameworks/support/core-utils/api/
26.0.0.txt 135 method protected void onReset();
current.txt 135 method protected void onReset();
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlSanitizer.java 183 * <li>onreset</li>
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML4.java 357 ONRESET_ATTRIBUTE = addAttribute("ONRESET", HTML.Attribute.SCRIPT_TYPE),

Completed in 375 milliseconds

1 2 34 5 6 7 8 9