Searched refs:followedByLongPress (Results 1 – 4 of 4) sorted by relevance
242 private void onUp(boolean followedByLongPress) { in onUp() argument243 if (followedByLongPress) { in onUp()484 public void onUp(boolean followedByLongPress) { in initializeViews()485 AlbumPage.this.onUp(followedByLongPress); in initializeViews()
291 private void onUp(boolean followedByLongPress) { in onUp() argument292 if (followedByLongPress) { in onUp()503 public void onUp(boolean followedByLongPress) { in initializeViews()504 AlbumSetPage.this.onUp(followedByLongPress); in initializeViews()
303 public void onUp(boolean followedByLongPress) { in initializeViews()
42 public void onUp(boolean followedByLongPress); in onUp() argument50 @Override public void onUp(boolean followedByLongPress) {} in onUp() argument