Searched refs:rowIdToSelect (Results 1 – 3 of 3) sorted by relevance
101 public void onShow(@MenuShowReason int reason, String rowIdToSelect, in onShow() argument104 Log.d(TAG, "onShow(reason=" + reason + ", rowIdToSelect=" + rowIdToSelect + ")"); in onShow()108 if (rowIdToSelect != null) { in onShow()109 int position = getItemPosition(rowIdToSelect); in onShow()120 int position = getItemPosition(rowIdToSelect); in onShow()186 private int getItemPosition(String rowIdToSelect) { in getItemPosition() argument187 if (rowIdToSelect == null) { in getItemPosition()192 if (rowIdToSelect.equals(item.getId())) { in getItemPosition()
42 void onShow(@MenuShowReason int reason, String rowIdToSelect, Runnable runnableAfterShow); in onShow() argument
198 String rowIdToSelect = sRowIdListForReason.get(reason); in show() local199 mMenuView.onShow(reason, rowIdToSelect, mAnimationDisabledForTest ? null : new Runnable() { in show()