HomeSort by relevance Sort by last modified time
    Searched refs:mCurrView (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 69 private View mCurrView;
213 mCurrView = mCallback.getChildAtPosition(ev);
215 if (mCurrView != null) {
216 mCurrAnimView = mCallback.getChildContentView(mCurrView);
217 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView);
226 if (mCurrView != null && !mLongPressSent) {
228 mCurrView.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_LONG_CLICKED);
229 mLongPressListener.onLongClick(mCurrView);
241 if (mCurrView != null && !mLongPressSent) {
246 mCallback.onBeginDrag(mCurrView);
    [all...]
ExpandHelper.java 80 private View mCurrView;
129 if (DEBUG_SCALE) Slog.v(TAG, "onscale() on " + mCurrView);
468 if (isFinished && underFocus != null && underFocus != mCurrView) {
504 if (mExpanding && v == mCurrView) {
529 if (DEBUG) Slog.d(TAG, "scale in finishing on view: " + mCurrView);
544 mCallback.setUserExpandedChild(mCurrView, h == mNaturalHeight);
550 mCallback.setUserLockedChild(mCurrView, false);
559 if (DEBUG) Slog.d(TAG, "scale was finished on view: " + mCurrView);
563 mCurrView = null;
569 mCurrView = v
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/swipeablelistview/
SwipeHelper.java 80 private View mCurrView;
208 mCurrView = mCallback.getChildAtPosition(ev);
210 if (mCurrView != null) {
212 View button = mCurrView.findViewById(R.id.onoff);
243 mCurrAnimView = mCallback.getChildContentView(mCurrView);
245 mCanCurrViewBeDimissed = mCallback.canChildBeDismissed(mCurrView);
252 if (mCurrView != null) {
269 mCallback.onBeginDrag(mCallback.getChildContentView(mCurrView));
280 mCurrView = null;
304 mCallback.onChildDismissed(mCurrView);
    [all...]

Completed in 60 milliseconds