Home | History | Annotate | Download | only in widget

Lines Matching refs:mIsBeingDragged

150     private boolean mIsBeingDragged;
1811 mIsBeingDragged = false;
1824 if (mIsBeingDragged) {
1837 * mIsBeingDragged == false, otherwise the shortcut would have caught it. Check
1869 mIsBeingDragged = true;
1884 if (mIsBeingDragged) {
1910 mIsBeingDragged = true;
1915 mIsBeingDragged = false;
1919 + " mIsBeingDragged=" + mIsBeingDragged
1938 return mIsBeingDragged;
1975 if (!mIsBeingDragged) {
1984 mIsBeingDragged = true;
1999 // Not else! Note that mIsBeingDragged can be set above.
2000 if (mIsBeingDragged) {
2008 if (mIsBeingDragged) {
2041 if (mIsBeingDragged) {
2354 mIsBeingDragged = false;