Searched refs:rowIdToSelect (Results 1 – 3 of 3) sorted by relevance
109 @MenuShowReason int reason, String rowIdToSelect, final Runnable runnableAfterShow) { in onShow() argument111 Log.d(TAG, "onShow(reason=" + reason + ", rowIdToSelect=" + rowIdToSelect + ")"); in onShow()115 if (rowIdToSelect != null) { in onShow()116 int position = getItemPosition(rowIdToSelect); in onShow()127 int position = getItemPosition(rowIdToSelect); in onShow()241 private int getItemPosition(String rowIdToSelect) { in getItemPosition() argument242 if (rowIdToSelect == null) { in getItemPosition()247 if (rowIdToSelect.equals(item.getId())) { in getItemPosition()
37 void onShow(@MenuShowReason int reason, String rowIdToSelect, Runnable runnableAfterShow); in onShow() argument
210 String rowIdToSelect = sRowIdListForReason.get(reason); in show() local213 rowIdToSelect, in show()