Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:mRawStatesPending

3855     mRawStatesPending.clear();
3903 const RawState* last = mRawStatesPending.isEmpty() ?
3904 &mCurrentRawState : &mRawStatesPending.top();
3907 mRawStatesPending.push();
3908 RawState* next = &mRawStatesPending.editTop();
3947 mRawStatesPending.clear();
3955 const size_t N = mRawStatesPending.size();
3958 const RawState& next = mRawStatesPending[count];
3975 mRawStatesPending.removeItemsAt(0, count);