Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBackDropView.java54 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
55 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
56 if (changedView == this && mOnVisibilityChangedRunnable != null) { in onVisibilityChanged()
DAnimatedImageView.java114 protected void onVisibilityChanged(View changedView, int vis) { in onVisibilityChanged() argument
115 super.onVisibilityChanged(changedView, vis); in onVisibilityChanged()
DNotificationContentView.java468 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
469 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
DAnimatedImageView.java96 protected void onVisibilityChanged(View changedView, int vis) { in onVisibilityChanged() argument
97 super.onVisibilityChanged(changedView, vis); in onVisibilityChanged()
/frameworks/base/core/tests/coretests/src/android/view/
DVisibilityCallback.java102 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
103 mLastVisChangedView = changedView; in onVisibilityChanged()
/frameworks/support/wear/src/android/support/wear/widget/drawer/
DWearableDrawerLayout.java1089 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { in onViewPositionChanged() argument
1090 if (changedView == mTopDrawerView) { in onViewPositionChanged()
1092 final int height = changedView.getHeight(); in onViewPositionChanged()
1155 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { in onViewPositionChanged() argument
1156 if (changedView == mBottomDrawerView) { in onViewPositionChanged()
1158 final int height = changedView.getHeight(); in onViewPositionChanged()
/frameworks/base/core/java/android/widget/
DChronometer.java280 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
281 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
DTextView.java9614 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
9615 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java70 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
71 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
DKeyguardBottomAreaView.java613 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
614 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
615 if (changedView == this && visibility == VISIBLE) { in onVisibilityChanged()
/frameworks/base/core/java/android/view/
DTextureView.java414 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
415 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
DViewGroup.java1469 protected void dispatchVisibilityChanged(View changedView, int visibility) { in dispatchVisibilityChanged() argument
1470 super.dispatchVisibilityChanged(changedView, visibility); in dispatchVisibilityChanged()
1474 children[i].dispatchVisibilityChanged(changedView, visibility); in dispatchVisibilityChanged()
DView.java12027 protected void dispatchVisibilityChanged(@NonNull View changedView,
12029 onVisibilityChanged(changedView, visibility);
12041 protected void onVisibilityChanged(@NonNull View changedView, @Visibility int visibility) {
/frameworks/base/core/java/android/app/
DActivityView.java182 protected void onVisibilityChanged(View changedView, final int visibility) { in onVisibilityChanged() argument
183 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/frameworks/base/core/java/com/android/internal/widget/
DSlidingTab.java857 protected void onVisibilityChanged(View changedView, int visibility) {
858 super.onVisibilityChanged(changedView, visibility);
861 if (changedView == this && visibility != VISIBLE
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java511 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
512 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/frameworks/support/wear/src/android/support/wear/widget/
DCircledImageView.java568 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
569 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/frameworks/base/core/java/android/webkit/
DWebView.java2809 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
2810 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
2814 mProvider.getViewDelegate().onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
DWebViewProvider.java383 public void onVisibilityChanged(View changedView, int visibility); in onVisibilityChanged() argument
/frameworks/support/core-ui/java/android/support/v4/widget/
DDrawerLayout.java2093 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { in onViewPositionChanged() argument
2095 final int childWidth = changedView.getWidth(); in onViewPositionChanged()
2098 if (checkDrawerViewAbsoluteGravity(changedView, Gravity.LEFT)) { in onViewPositionChanged()
2104 setDrawerViewOffset(changedView, offset); in onViewPositionChanged()
2105 changedView.setVisibility(offset == 0 ? INVISIBLE : VISIBLE); in onViewPositionChanged()
DViewDragHelper.java170 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {} in onViewPositionChanged() argument
DSlidingPaneLayout.java1344 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { in onViewPositionChanged() argument
/frameworks/base/media/java/android/media/tv/
DTvView.java762 protected void onVisibilityChanged(View changedView, int visibility) { in onVisibilityChanged() argument
763 super.onVisibilityChanged(changedView, visibility); in onVisibilityChanged()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintContentView.java402 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { in onViewPositionChanged() argument
/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java660 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {