Searched refs:rightMost (Results 1 – 1 of 1) sorted by relevance
1005 int rightMost = mAppWidgetContainer.getChildCount() - 1; in getAppropriateWidgetPage() local1006 if (mAppWidgetContainer.isCameraPage(rightMost)) { in getAppropriateWidgetPage()1007 rightMost--; in getAppropriateWidgetPage()1009 if (DEBUG) Log.d(TAG, "Show right-most page " + rightMost); in getAppropriateWidgetPage()1010 return rightMost; in getAppropriateWidgetPage()