HomeSort by relevance Sort by last modified time
    Searched refs:OnDestroy (Results 1 - 15 of 15) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/
OnDestroy.java 18 public interface OnDestroy {
19 void onDestroy();
  /external/pdfium/core/fxcrt/
cfx_observable.h 35 void OnDestroy() {
69 pObservedPtr->OnDestroy();
  /external/lzma/CPP/Windows/Control/
Window2.h 35 virtual void OnDestroy() { PostQuitMessage(0); }
Window2.cpp 151 OnDestroy();
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/
Lifecycle.java 30 import com.android.settingslib.core.lifecycle.events.OnDestroy;
133 public void onDestroy() {
136 if (observer instanceof OnDestroy) {
137 ((OnDestroy) observer).onDestroy();
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_ListBox.h 54 void OnDestroy() override;
PWL_Edit.h 56 void OnDestroy() override;
PWL_ListBox.cpp 90 void CPWL_ListBox::OnDestroy() {
PWL_Wnd.h 355 virtual void OnDestroy();
PWL_Wnd.cpp 241 void CPWL_Wnd::OnDestroy() {}
255 OnDestroy();
PWL_Edit.cpp 41 void CPWL_Edit::OnDestroy() {}
  /packages/apps/Settings/src/com/android/settings/network/
TetherPreferenceController.java 47 import com.android.settingslib.core.lifecycle.events.OnDestroy;
54 PreferenceControllerMixin, LifecycleObserver, OnCreate, OnResume, OnPause, OnDestroy {
165 public void onDestroy() {
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/lifecycle/
LifecycleTest.java 27 import com.android.settingslib.core.lifecycle.events.OnDestroy;
80 OnPause, OnStop, OnDestroy, OnCreateOptionsMenu, OnPrepareOptionsMenu,
121 public void onDestroy() {
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
AppButtonsPreferenceController.java 63 import com.android.settingslib.core.lifecycle.events.OnDestroy;
81 PreferenceControllerMixin, LifecycleObserver, OnResume, OnPause, OnDestroy,
205 public void onDestroy() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shdeprecated.h     [all...]

Completed in 459 milliseconds