Home | History | Annotate | Download | only in accessibility

Lines Matching refs:UNDEFINED

51     private static final int UNDEFINED = -1;
69 int mCurrentItemIndex = UNDEFINED;
70 int mItemCount = UNDEFINED;
71 int mFromIndex = UNDEFINED;
72 int mToIndex = UNDEFINED;
73 int mScrollX = UNDEFINED;
74 int mScrollY = UNDEFINED;
75 int mMaxScrollX = UNDEFINED;
76 int mMaxScrollY = UNDEFINED;
78 int mAddedCount= UNDEFINED;
79 int mRemovedCount = UNDEFINED;
80 int mSourceViewId = UNDEFINED;
81 int mSourceWindowId = UNDEFINED;
90 int mConnectionId = UNDEFINED;
111 mSourceWindowId = UNDEFINED;
112 mSourceViewId = UNDEFINED;
127 if (mConnectionId == UNDEFINED || mSourceWindowId == UNDEFINED
128 || mSourceViewId == UNDEFINED) {
721 mCurrentItemIndex = UNDEFINED;
722 mItemCount = UNDEFINED;
723 mFromIndex = UNDEFINED;
724 mToIndex = UNDEFINED;
725 mScrollX = UNDEFINED;
726 mScrollY = UNDEFINED;
727 mMaxScrollX = UNDEFINED;
728 mMaxScrollY = UNDEFINED;
729 mAddedCount = UNDEFINED;
730 mRemovedCount = UNDEFINED;
736 mSourceViewId = UNDEFINED;
737 mSourceWindowId = UNDEFINED;
738 mConnectionId = UNDEFINED;