OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onFragmentVisible
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewCallbacks.java
89
public void
onFragmentVisible
(PhotoViewFragment fragment);
PhotoViewController.java
647
public void
onFragmentVisible
(PhotoViewFragment fragment) {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java
256
public void
onFragmentVisible
(PhotoViewFragment fragment) {
257
super.
onFragmentVisible
(fragment);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java
475
mCallback.
onFragmentVisible
(this);
Completed in 575 milliseconds