Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java229 private View mTranslatingParentView; field in NotificationStackScrollLayout
405 if (mTranslatingParentView != null && row == mTranslatingParentView) { in onSettingsIconRowReset()
408 mTranslatingParentView = null; in onSettingsIconRowReset()
3987 mTranslatingParentView = currView; in onDownUpdate()
4068 if (mGearExposedView != null && mGearExposedView == mTranslatingParentView) { in handleGearCoveredOrDismissed()
4134 mGearExposedView = mTranslatingParentView; in snapToGear()
4155 if (mTranslatingParentView == null) { in swipedEnoughToShowGear()
4197 && mTranslatingParentView != null) { in closeControlsIfOutsideTouch()
4199 view = mTranslatingParentView; in closeControlsIfOutsideTouch()
4200 height = ((ExpandableView) mTranslatingParentView).getActualHeight(); in closeControlsIfOutsideTouch()
[all …]