Searched refs:changedView (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBackDropView.java54 protected void onVisibilityChanged(View changedView, int visibility) { argument
55 super.onVisibilityChanged(changedView, visibility);
56 if (changedView == this && mOnVisibilityChangedRunnable != null) {
H A DAnimatedImageView.java114 protected void onVisibilityChanged(View changedView, int vis) { argument
115 super.onVisibilityChanged(changedView, vis);
H A DNotificationContentView.java380 protected void onVisibilityChanged(View changedView, int visibility) { argument
381 super.onVisibilityChanged(changedView, visibility);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
H A DAnimatedImageView.java96 protected void onVisibilityChanged(View changedView, int vis) { argument
97 super.onVisibilityChanged(changedView, vis);
/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityCallback.java102 protected void onVisibilityChanged(View changedView, int visibility) { argument
103 mLastVisChangedView = changedView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java64 protected void onVisibilityChanged(View changedView, int visibility) { argument
65 super.onVisibilityChanged(changedView, visibility);
H A DKeyguardBottomAreaView.java554 protected void onVisibilityChanged(View changedView, int visibility) { argument
555 super.onVisibilityChanged(changedView, visibility);
556 if (changedView == this && visibility == VISIBLE) {
/frameworks/base/core/java/android/view/
H A DTextureView.java414 protected void onVisibilityChanged(View changedView, int visibility) { argument
415 super.onVisibilityChanged(changedView, visibility);
H A DViewGroup.java1275 protected void dispatchVisibilityChanged(View changedView, int visibility) { argument
1276 super.dispatchVisibilityChanged(changedView, visibility);
1280 children[i].dispatchVisibilityChanged(changedView, visibility);
H A DView.java10301 * @param changedView The view whose visibility changed. Could be 'this' or
10303 * @param visibility The new visibility of changedView: {@link #VISIBLE},
10306 protected void dispatchVisibilityChanged(@NonNull View changedView, argument
10308 onVisibilityChanged(changedView, visibility);
10315 * @param changedView The view whose visibility changed. May be
10320 protected void onVisibilityChanged(@NonNull View changedView, @Visibility int visibility) { argument
/frameworks/base/core/java/android/app/
H A DActivityView.java182 protected void onVisibilityChanged(View changedView, final int visibility) { argument
183 super.onVisibilityChanged(changedView, visibility);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java492 protected void onVisibilityChanged(View changedView, int visibility) { argument
493 super.onVisibilityChanged(changedView, visibility);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java351 public void onVisibilityChanged(View changedView, int visibility); argument
H A DWebView.java2558 protected void onVisibilityChanged(View changedView, int visibility) { argument
2559 super.onVisibilityChanged(changedView, visibility);
2563 mProvider.getViewDelegate().onVisibilityChanged(changedView, visibility);
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java857 protected void onVisibilityChanged(View changedView, int visibility) { argument
858 super.onVisibilityChanged(changedView, visibility);
861 if (changedView == this && visibility != VISIBLE
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java2089 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { argument
2091 final int childWidth = changedView.getWidth();
2094 if (checkDrawerViewAbsoluteGravity(changedView, Gravity.LEFT)) {
2100 setDrawerViewOffset(changedView, offset);
2101 changedView.setVisibility(offset == 0 ? INVISIBLE : VISIBLE);
H A DViewDragHelper.java165 * @param changedView View whose position changed
171 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {} argument
H A DSlidingPaneLayout.java1348 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java402 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { argument
/frameworks/base/media/java/android/media/tv/
H A DTvView.java761 protected void onVisibilityChanged(View changedView, int visibility) { argument
762 super.onVisibilityChanged(changedView, visibility);
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java659 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {
/frameworks/base/core/java/android/widget/
H A DTextView.java8414 protected void onVisibilityChanged(View changedView, int visibility) { argument
8415 super.onVisibilityChanged(changedView, visibility);

Completed in 4156 milliseconds