Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DPresentation.java152 public class Presentation extends Dialog { class
169 public Presentation(Context outerContext, Display display) { in Presentation() method in Presentation
192 public Presentation(Context outerContext, Display display, int theme) { in Presentation() method in Presentation
217 public Presentation(@NonNull Context outerContext, @NonNull Display display, int theme, in Presentation() method in Presentation
/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h78 enum class Presentation { enum
/frameworks/base/telecomm/java/android/telecom/
DTelecomManager.java1019 public @interface Presentation {} annotation in TelecomManager
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp235 void setPresentation(Presentation) override {} in setPresentation() argument