Home
last modified time | relevance | path

Searched refs:super (Results 1 – 25 of 222) sorted by relevance

123456789

/frameworks/data-binding/plugins-repo/com/android/databinding/localizemaven/1.0/
Dlocalizemaven-1.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/data-binding/plugins-repo/com/android/databinding/bintray/1.0/
Dbintray-1.0.jar ... (java.lang.Object) public synthetic void super$1$wait () public synthetic java. ...
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/
DACTIVITY.java.template30 super.onCreate(icicle);
41 super.onResume();
49 super.onPause();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
DACTIVITY.java.template30 super.onCreate(icicle);
45 super.onResume();
53 super.onPause();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
DACTIVITY.java.template30 super.onCreate(icicle);
45 super.onResume();
53 super.onPause();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
DDriverView.java.template32 super(context);
50 super.onAttachedToWindow();
/frameworks/base/docs/html/training/implementing-navigation/
Dnav-drawer.jd133 super.onCreate(savedInstanceState);
249 super.onCreate(savedInstanceState);
260 super.onDrawerClosed(view);
267 super.onDrawerOpened(drawerView);
283 return super.onPrepareOptionsMenu(menu);
340 super.onDrawerClosed(view);
346 super.onDrawerOpened(drawerView);
360 super.onPostCreate(savedInstanceState);
367 super.onConfigurationChanged(newConfig);
380 return super.onOptionsItemSelected(item);
/frameworks/compile/libbcc/include/bcc/Support/
DInputFile.h26 typedef File<FileBase::kReadMode> super; typedef
DOutputFile.h30 typedef File<FileBase::kWriteMode> super; typedef
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadTest.java.broken36 super("TestHandlerThread");
65 super.setUp();
76 super.tearDown();
/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
Drecreating.jd110 super.onSaveInstanceState(savedInstanceState);
140 super.onCreate(savedInstanceState); // Always call the superclass first
164 super.onRestoreInstanceState(savedInstanceState);
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
Drecreating.jd110 super.onSaveInstanceState(savedInstanceState);
140 super.onCreate(savedInstanceState); // Always call the superclass first
164 super.onRestoreInstanceState(savedInstanceState);
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/
Drecreating.jd110 super.onSaveInstanceState(savedInstanceState);
140 super.onCreate(savedInstanceState); // Always call the superclass first
164 super.onRestoreInstanceState(savedInstanceState);
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
Drecreating.jd110 super.onSaveInstanceState(savedInstanceState);
140 super.onCreate(savedInstanceState); // Always call the superclass first
164 super.onRestoreInstanceState(savedInstanceState);
Dstopping.jd94 super.onStop(); // Always call the superclass method first
154 super.onStart(); // Always call the superclass method first
171 super.onRestart(); // Always call the superclass method first
/frameworks/base/docs/html/training/wearables/apps/
Dalways-on.jd131 super.onCreate(savedInstanceState);
166 super.onEnterAmbient(ambientDetails);
185 super.onExitAmbient();
220 super.onUpdateAmbient();
264 super.onCreate(savedInstanceState);
291 super.onNewIntent(intent);
354 super.onEnterAmbient(ambientDetails);
361 super.onUpdateAmbient();
381 super.onExitAmbient();
395 super.onDestroy();
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dapps.jd317 do not call the super implementation of this method in your code.</p>
326 do override this method, you must call its super implementation and then only modify properties
327 that have not been set by the super class.</dd>
458 super.dispatchPopulateAccessibilityEvent(event);
459 // Call the super implementation to populate its text to the event, which
500 super.onPopulateAccessibilityEvent(host, event);
501 // We call the super implementation to populate its text for the
502 // event. Then we add our text not present in a super class.
511 super.onInitializeAccessibilityEvent(host, event);
512 // We call the super implementation to let super classes
[all …]
/frameworks/compile/libbcc/lib/Support/
DInputFile.cpp24 : super(pFilename, pFlags) { } in InputFile()
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
Drecreating.jd110 super.onSaveInstanceState(savedInstanceState);
140 super.onCreate(savedInstanceState); // Always call the superclass first
164 super.onRestoreInstanceState(savedInstanceState);
/frameworks/base/docs/html/training/displaying-bitmaps/
Ddisplay-bitmap.jd75 super.onCreate(savedInstanceState);
87 super(fm);
126 super.onCreate(savedInstanceState);
141 super.onActivityCreated(savedInstanceState);
172 super.onActivityCreated(savedInstanceState);
249 super.onCreate(savedInstanceState);
274 super();
352 super(res, bitmap);
/frameworks/base/docs/html/guide/topics/media/
Daudio-capture.jd185 super(ctx);
207 super(ctx);
220 super.onCreate(icicle);
240 super.onPause();
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py338 super (AndroidStatus, self).__init__(name, cat)
428 super (StartAndroidApp, self).__init__(adb, name, cat, verbose)
582 super (RunAndroidApp, self).__init__(adb, name, cat, verbose)
592 super (AttachAndroidApp, self).__init__(adb, name, cat, verbose)
659 super (LoadApp, self).__init__(adb, name, cat, verbose)
729 super (SetAndroidDevice, self).__init__(name, cat)

123456789