OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActionModeListener
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java
63
public interface
ActionModeListener
{
77
private
ActionModeListener
mListener;
153
public void setActionModeListener(
ActionModeListener
listener) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumPage.java
47
import com.android.gallery3d.ui.ActionModeHandler.
ActionModeListener
;
499
mActionModeHandler.setActionModeListener(new
ActionModeListener
() {
AlbumSetPage.java
49
import com.android.gallery3d.ui.ActionModeHandler.
ActionModeListener
;
519
mActionModeHandler.setActionModeListener(new
ActionModeListener
() {
Completed in 3143 milliseconds