Home | History | Annotate | Download | only in widget

Lines Matching defs:INVALID_INDEX

80     static final int INVALID_INDEX = -1;
83 private int mText1Col = INVALID_INDEX;
84 private int mText2Col = INVALID_INDEX;
85 private int mText2UrlCol = INVALID_INDEX;
86 private int mIconName1Col = INVALID_INDEX;
87 private int mIconName2Col = INVALID_INDEX;
88 private int mFlagsCol = INVALID_INDEX;
319 if (mFlagsCol != INVALID_INDEX) {
402 if (mIconName1Col == INVALID_INDEX) {
414 if (mIconName2Col == INVALID_INDEX) {
698 if (col == INVALID_INDEX) {