Searched refs:mPendingCall (Results 1 – 1 of 1) sorted by relevance
47 private Pair<View, Boolean> mPendingCall; field in FocusIndicatorView76 mPendingCall = Pair.create(mLastFocusedView, Boolean.TRUE); in onSizeChanged()90 mPendingCall = null; in onFocusChange()94 mPendingCall = Pair.create(v, hasFocus); in onFocusChange()165 if (mPendingCall != null) { in onDraw()166 onFocusChange(mPendingCall.first, mPendingCall.second); in onDraw()