Skip to content

Commit

Permalink
add PopupWindow getter #8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrummler committed May 11, 2016
1 parent f7cc599 commit 4bbfa41
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,15 @@ private void animateArrow(boolean shouldRotateUp) {
animator.start();
}

/**
* Get the {@link PopupWindow}.
*
* @return The {@link PopupWindow} that is displayed when the view has been clicked.
*/
public PopupWindow getPopupWindow() {
return popupWindow;
}

/**
* Interface definition for a callback to be invoked when an item in this view has been selected.
*
Expand Down

0 comments on commit 4bbfa41

Please sign in to comment.