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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDelegateViewHelper.java28 private View mSourceView; field in class:DelegateViewHelper
53 if (mSourceView == null || mDelegateView == null || mBar.shouldDisableNavbarGestures()) {
57 mSourceView.getLocationOnScreen(mTempPoint);
108 mSourceView = view;
109 if (mSourceView != null) {
110 mTriggerThreshhold = mSourceView.getContext().getResources()

Completed in 71 milliseconds