HomeSort by relevance Sort by last modified time
    Searched full:ondestroy (Results 701 - 725 of 1046) sorted by null

<<21222324252627282930>>

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 101 void CPWL_ListBox::OnDestroy() {
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java 268 protected void onDestroy() {
269 Log.v(TAG, "onDestroy()");
272 super.onDestroy();
294 super.onDestroy();
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/
HtmlActivityTask.java 182 public void onDestroy() {
  /frameworks/base/core/java/android/app/
Fragment.java 248 * <li> {@link #onDestroy} called to do final cleanup of the fragment's state.
    [all...]
FragmentController.java 239 * @see Fragment#onDestroy()
Activity.java 239 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
241 * onDestroy(). For example, if it has a thread running in the background
243 * and then stop the thread in onDestroy().
291 * protected void onDestroy();
369 * <code>onDestroy()</code> if this activity is going away.</td>
372 * <code>onDestroy()</code></td>
375 * <tr><td colspan="3" align="left" border="0">{@link android.app.Activity#onDestroy onDestroy()}</td>
434 * {@link #onStop}, and {@link #onDestroy} as appropriate. If the activity
435 * had been in the foreground or visible to the user, once {@link #onDestroy} i
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ToolbarActionBar.java 487 public void onDestroy() {
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 92 finishBad("onDestroy() was called when not expected (state="+mStartState+")");
  /frameworks/base/docs/html/ndk/reference/
functions.jd 131 <li>onDestroy
functions_vars.jd 131 <li>onDestroy
  /frameworks/support/v4/java/android/support/v4/app/
FragmentController.java 268 * @see Fragment#onDestroy()
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 91 // connections in methods like onDestroy which will run on the UI thread.
  /packages/apps/TV/src/com/android/tv/
TvApplication.java 237 * {@link SelectInputActivity#onDestroy}.
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerController.java 227 public void onDestroy() {
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
QuotedTextView.java 100 public void onDestroy() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryService.java 135 public void onDestroy() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodHelperActivity.java 430 protected void onDestroy() {
432 super.onDestroy();
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java 498 public void onDestroy() {
505 super.onDestroy();
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
ComplicationSimpleWatchFaceService.java 265 public void onDestroy() {
267 super.onDestroy();
DigitalWatchFaceService.java 216 public void onDestroy() {
218 super.onDestroy();
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java 498 public void onDestroy() {
505 super.onDestroy();
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
ComplicationSimpleWatchFaceService.java 265 public void onDestroy() {
267 super.onDestroy();
DigitalWatchFaceService.java 216 public void onDestroy() {
218 super.onDestroy();
  /development/apps/Development/src/com/android/development/
Connectivity.java 481 public void onDestroy() {
482 super.onDestroy();
  /development/samples/Home/src/com/example/android/home/
Home.java 158 public void onDestroy() {
159 super.onDestroy();

Completed in 1154 milliseconds

<<21222324252627282930>>