Searched refs:mOnTable (Results 1 – 1 of 1) sorted by relevance
87 private final LinkedList<View> mOnTable; field in PhotoTable156 mOnTable = new LinkedList<View>(); in PhotoTable()289 if (mOnTable.size() > 0) { in setDefaultFocus()290 setFocus(mOnTable.getLast()); in setDefaultFocus()361 if (mOnTable.size() > 0) { in moveFocus()362 setFocus(mOnTable.getLast()); in moveFocus()374 for (View candidate: mOnTable) { in moveFocus()437 for (View photo: mOnTable) { in onLayout()583 if (mOnTable.size() > mTableCapacity) { in onPostExecute()584 int targetSize = Math.max(0, mOnTable.size() - mRedealCount); in onPostExecute()[all …]