Searched refs:mFrom (Results 1 – 3 of 3) sorted by relevance
67 protected int[] mFrom; field in ShadowSimpleCursorAdapter131 final int[] from = mFrom; in bindView()329 if (mFrom == null || mFrom.length != count) { in findColumns()330 mFrom = new int[count]; in findColumns()333 mFrom[i] = mCursor.getColumnIndexOrThrow(from[i]); in findColumns()336 mFrom = null; in findColumns()
221 def AddEdge(self, mFrom, mTo): argument222 edge = "M%i -> M%i;" % (mFrom.id, mTo.id)
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...