Home | History | Annotate | Download | only in widget

Lines Matching defs:mFrom

41     String[] mFrom;
57 mFrom = new String[]{"Column1", "Column2", "_id"};
64 mCursor2x2 = createCursor(mFrom, mData2x2);
92 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo);
103 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, mFrom, mTo);
114 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo);
121 Cursor c2 = createCursor(mFrom, data2);
133 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo);
147 * deal with cursors that have the same essential data (as defined by the original mFrom
153 mFrom, mTo);
155 // check columns of original - mFrom and mTo should line up
191 ca.changeCursorAndColumns(mCursor2x2, mFrom, mTo);
194 // check columns of original - mFrom and mTo should line up
212 mFrom, mTo);
251 * This is simply a way to sneak a look at the protected mFrom() array. A more API-
263 return mFrom;