OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhotoFragment
(Results
1 - 4
of
4
) sorted by null
/developers/samples/android/notification/Bubbles/app/src/main/java/com/example/android/bubbles/
BubbleActivity.kt
24
import com.example.android.bubbles.ui.photo.
PhotoFragment
51
replace(R.id.container,
PhotoFragment
.newInstance(photo))
MainActivity.kt
32
import com.example.android.bubbles.ui.photo.
PhotoFragment
111
replace(R.id.container,
PhotoFragment
.newInstance(photo))
/development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java
410
PhotoFragment
photoFragment
;
422
photoFragment
=
423
(
PhotoFragment
) fragmentManager1.findFragmentByTag(
431
if (null !=
photoFragment
) {
434
if (!urlString.equals(
photoFragment
.getURLString())) {
437
photoFragment
.setPhoto(urlString);
440
photoFragment
.loadPhoto();
446
photoFragment
= new
PhotoFragment
();
[
all
...]
PhotoFragment.java
32
public class
PhotoFragment
extends Fragment implements View.OnClickListener {
115
* The click listener becomes this class (
PhotoFragment
). The onClick() method in this
Completed in 337 milliseconds