HomeSort by relevance Sort by last modified time
    Searched refs:onAttachedToWindow (Results 1 - 25 of 303) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/widget/src/android/widget/cts/
AttachDetachAwareView.java 31 protected void onAttachedToWindow() {
33 super.onAttachedToWindow();
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
BrowseActivity.java 28 public void onAttachedToWindow() {
29 super.onAttachedToWindow();
BrowseSupportActivity.java 30 public void onAttachedToWindow() {
31 super.onAttachedToWindow();
DetailsActivity.java 49 public void onAttachedToWindow() {
50 super.onAttachedToWindow();
DetailsSupportActivity.java 51 public void onAttachedToWindow() {
52 super.onAttachedToWindow();
BrowseErrorActivity.java 43 public void onAttachedToWindow() {
44 super.onAttachedToWindow();
BrowseErrorSupportActivity.java 45 public void onAttachedToWindow() {
46 super.onAttachedToWindow();
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
FlipperDream.java 33 public void onAttachedToWindow() {
34 super.onAttachedToWindow();
PhotoTableDream.java 46 public void onAttachedToWindow() {
47 super.onAttachedToWindow();
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
StatusBarBackgroundLayoutTest.java 44 layout.onAttachedToWindow();
59 public void onAttachedToWindow() {
60 super.onAttachedToWindow();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseDream.java 26 public void onAttachedToWindow() {
27 super.onAttachedToWindow();
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
DriverView.java.template 49 protected void onAttachedToWindow() {
50 super.onAttachedToWindow();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerServiceTest.java 30 mEditText.onAttachedToWindow();
47 mEditText.onAttachedToWindow();
50 mEditText.onAttachedToWindow();
64 mEditText.onAttachedToWindow();
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
HardwareCameraPreview.java 81 protected void onAttachedToWindow() {
82 super.onAttachedToWindow();
83 mPreview.onAttachedToWindow();
SoftwareCameraPreview.java 75 protected void onAttachedToWindow() {
76 super.onAttachedToWindow();
77 mPreview.onAttachedToWindow();
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
Demos.java 25 public void onAttachedToWindow() {
  /frameworks/base/core/tests/coretests/src/android/view/
PreDrawListener.java 54 protected void onAttachedToWindow() {
55 super.onAttachedToWindow();
ViewAttachView.java 28 * A View that will throw a RuntimeException if onAttachedToWindow and
55 protected void onAttachedToWindow() {
56 Log.d(TAG, "onAttachedToWindow");
57 super.onAttachedToWindow();
59 throw new RuntimeException("OnAttachedToWindow called more than once in a row");
70 "onDetachedFromWindowcalled without prior call to OnAttachedToWindow");
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeView.java 57 protected void onAttachedToWindow() {
58 super.onAttachedToWindow();
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
AnimatedImageView.java 79 public void onAttachedToWindow() {
80 super.onAttachedToWindow();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
PreviewNavInflater.java 30 protected void onAttachedToWindow() {
31 super.onAttachedToWindow();
ClipboardView.java 41 protected void onAttachedToWindow() {
42 super.onAttachedToWindow();
  /frameworks/support/v4/java/android/support/v4/widget/
ContentLoadingProgressBar.java 73 public void onAttachedToWindow() {
74 super.onAttachedToWindow();
  /frameworks/base/core/java/android/widget/
DigitalClock.java 66 protected void onAttachedToWindow() {
68 super.onAttachedToWindow();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
AnimatedImageView.java 98 public void onAttachedToWindow() {
99 super.onAttachedToWindow();

Completed in 1124 milliseconds

1 2 3 4 5 6 7 8 91011>>