Home
last modified time | relevance | path

Searched refs:onRelease (Results 1 – 25 of 106) sorted by relevance

12345

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DSpringRelativeLayout.java96 public void onRelease() { in onRelease() method in SpringRelativeLayout
97 mEdgeGlowBottom.onRelease(); in onRelease()
154 public void onRelease() { in onRelease() method in SpringRelativeLayout.EdgeEffectProxy
155 mParent.onRelease(); in onRelease()
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
H A DSimpleSessionManagerTest.java53 public void onRelease() { in onRelease() method in SimpleSessionManagerTest
57 testSession.onRelease(); in onRelease()
66 testSession.onRelease(); in onRelease_withUnRegisteredSession()
100 public void onRelease() {} in onRelease() method in SimpleSessionManagerTest.TestTifSession
H A DWrappedSessionTest.java52 public void onRelease() { in onRelease() method in WrappedSessionTest
55 wrappedSession.onRelease(); in onRelease()
57 Mockito.verify(mockDelegate).onRelease(); in onRelease()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPaper.java54 public void onRelease() { in onRelease() method in Paper
55 mAnimationLeft.onRelease(); in onRelease()
56 mAnimationRight.onRelease(); in onRelease()
140 public void onRelease() { in onRelease() method in EdgeAnimation
H A DEdgeView.java112 public void onRelease() { in onRelease() method in EdgeView
115 mEffect[i].onRelease(); in onRelease()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java136 mShiftKeyState.onRelease(); in onLoadKeyboard()
137 mSymbolKeyState.onRelease(); in onLoadKeyboard()
428 mSymbolKeyState.onRelease(); in onReleaseSymbol()
561 mShiftKeyState.onRelease(); in onReleaseShift()
596 mShiftKeyState.onRelease(); in onReleaseShift()
H A DModifierKeyState.java43 public void onRelease() { in onRelease() method in ModifierKeyState
/aosp12/packages/apps/TV/common/src/com/android/tv/common/support/tis/
H A DWrappedSession.java52 public void onRelease() { in onRelease() method in WrappedSession
53 delegate.onRelease(); in onRelease()
/aosp12/frameworks/base/core/java/android/os/
H A DProxyFileDescriptorCallback.java95 abstract public void onRelease(); in onRelease() method in ProxyFileDescriptorCallback
/aosp12/frameworks/av/media/codec2/components/raw/
H A DC2SoftRawDec.cpp116 onRelease(); in ~C2SoftRawDec()
133 void C2SoftRawDec::onRelease() { in onRelease() function in android::C2SoftRawDec
H A DC2SoftRawDec.h36 void onRelease() override;
/aosp12/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
H A DSampleTvInputService.java39 public void onRelease() {} in onRelease() method in SampleTvInputService.BaseTvInputSessionImpl
/aosp12/frameworks/av/media/codec2/components/g711/
H A DC2SoftG711Dec.h36 void onRelease() override;
H A DC2SoftG711Dec.cpp110 onRelease(); in ~C2SoftG711Dec()
127 void C2SoftG711Dec::onRelease() { in onRelease() function in android::C2SoftG711Dec
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxEnc.cpp76 onRelease(); in ~C2SoftVpxEnc()
84 void C2SoftVpxEnc::onRelease() { in onRelease() function in android::C2SoftVpxEnc
101 onRelease(); in onStop()
338 onRelease(); in initEncoder()
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.h37 void onRelease() override;
/aosp12/frameworks/av/media/codec2/components/gsm/
H A DC2SoftGsmDec.h43 void onRelease() override;
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrDec.h38 void onRelease() override;
H A DC2SoftAmrNbEnc.h37 void onRelease() override;
H A DC2SoftAmrWbEnc.h37 void onRelease() override;
/aosp12/frameworks/av/media/codec2/components/vorbis/
H A DC2SoftVorbisDec.h39 void onRelease() override;
/aosp12/frameworks/av/media/codec2/components/opus/
H A DC2SoftOpusDec.h38 void onRelease() override;
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DOverlayEdgeEffect.java67 public void onRelease() { in onRelease() method in OverlayEdgeEffect
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacEnc.h40 void onRelease() override;
/aosp12/frameworks/av/media/codec2/components/mp3/
H A DC2SoftMp3Dec.h44 void onRelease() override;

12345