OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DemoPresentation
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DemoPresentation.java
40
public final class
DemoPresentation
extends Presentation {
47
public
DemoPresentation
(Context context, Display display, Logger logger) {
/development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java
103
private final SparseArray<
DemoPresentation
> mActivePresentations =
104
new SparseArray<
DemoPresentation
>();
177
DemoPresentation
presentation = mActivePresentations.valueAt(i);
204
DemoPresentation
presentation = new
DemoPresentation
(this, display, contents);
215
DemoPresentation
presentation = mActivePresentations.get(displayId);
315
DemoPresentation
presentation = (
DemoPresentation
)dialog;
395
private final class
DemoPresentation
extends Presentation {
399
public
DemoPresentation
(Context context, Display display, PresentationContents contents)
[
all
...]
PresentationWithMediaRouterActivity.java
71
private
DemoPresentation
mPresentation;
175
mPresentation = new
DemoPresentation
(this, presentationDisplay);
261
private final static class
DemoPresentation
extends Presentation {
264
public
DemoPresentation
(Context context, Display display) {
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
SourceActivity.java
20
import com.android.accessorydisplay.source.presentation.
DemoPresentation
;
108
//new
DemoPresentation
(this, getWindowManager().getDefaultDisplay()).show();
237
private
DemoPresentation
mPresentation;
243
mPresentation = new
DemoPresentation
(SourceActivity.this, display, mLogger);
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java
383
private
DemoPresentation
mPresentation;
439
mPresentation = new
DemoPresentation
(getContext(), presentationDisplay);
536
private final class
DemoPresentation
extends Presentation {
539
public
DemoPresentation
(Context context, Display display) {
Completed in 295 milliseconds