Home
last modified time | relevance | path

Searched defs:createController (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DPhotoViewActivity.java44 protected PhotoViewController createController() { in createController() method in PhotoViewActivity
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DPhotoViewActivity.java44 public PhotoViewController createController() { in createController() method in PhotoViewActivity
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java120 private void createController() { in createController() method in KeyguardIndicationControllerTest
/frameworks/base/core/java/android/app/
DFragmentController.java53 public static final FragmentController createController(FragmentHostCallback<?> callbacks) { in createController() method in FragmentController