/development/ndk/platforms/android-17/samples/Teapot/jni/ |
D | TeapotNativeActivity.cpp | 40 class Engine class 72 Engine(); 73 ~Engine(); 97 Engine::Engine() : in Engine() function in Engine 111 Engine::~Engine() in ~Engine() 118 void Engine::LoadResources() in LoadResources() 127 void Engine::UnloadResources() in UnloadResources() 135 int Engine::InitDisplay() in InitDisplay() 173 void Engine::DrawFrame() in DrawFrame() 198 void Engine::TermDisplay() in TermDisplay() [all …]
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
D | MoreTeapotsNativeActivity.cpp | 50 class Engine class 82 Engine(); 83 ~Engine(); 107 Engine::Engine() : in Engine() function in Engine 121 Engine::~Engine() in ~Engine() 128 void Engine::LoadResources() in LoadResources() 137 void Engine::UnloadResources() in UnloadResources() 145 int Engine::InitDisplay() in InitDisplay() 183 void Engine::DrawFrame() in DrawFrame() 209 void Engine::TermDisplay() in TermDisplay() [all …]
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
D | CheckVoiceData.java | 71 result = TextToSpeech.Engine.CHECK_VOICE_DATA_FAIL; in onCreate() 75 result = TextToSpeech.Engine.CHECK_VOICE_DATA_MISSING_DATA; in onCreate() 78 result = TextToSpeech.Engine.CHECK_VOICE_DATA_PASS; in onCreate() 85 TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES, available); in onCreate() 87 TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, unavailable); in onCreate() 101 TextToSpeech.Engine.EXTRA_CHECK_VOICE_DATA_FOR); in getCheckVoiceDataFor()
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | CardBoundsWatchFaceService.java | 37 public Engine onCreateEngine() { in onCreateEngine() 38 return new Engine(); in onCreateEngine() 41 private class Engine extends CanvasWatchFaceService.Engine { class in CardBoundsWatchFaceService
|
D | CalendarWatchFaceService.java | 53 public Engine onCreateEngine() { in onCreateEngine() 54 return new Engine(); in onCreateEngine() 57 private class Engine extends CanvasWatchFaceService.Engine { class in CalendarWatchFaceService
|
D | SweepWatchFaceService.java | 51 public Engine onCreateEngine() { in onCreateEngine() 52 return new Engine(); in onCreateEngine() 55 private class Engine extends CanvasWatchFaceService.Engine { class in SweepWatchFaceService
|
D | TiltWatchFaceService.java | 51 public Engine onCreateEngine() { in onCreateEngine() 52 return new Engine(); in onCreateEngine() 55 private class Engine extends Gles2WatchFaceService.Engine { class in TiltWatchFaceService
|
D | AnalogWatchFaceService.java | 60 public Engine onCreateEngine() { in onCreateEngine() 61 return new Engine(); in onCreateEngine() 64 private class Engine extends CanvasWatchFaceService.Engine { class in AnalogWatchFaceService
|
D | DigitalWatchFaceService.java | 79 public Engine onCreateEngine() { in onCreateEngine() 80 return new Engine(); in onCreateEngine() 83 private class Engine extends CanvasWatchFaceService.Engine implements DataApi.DataListener, class in DigitalWatchFaceService 587 Wearable.DataApi.addListener(mGoogleApiClient, Engine.this);
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/ |
D | CubeWallpaper1.java | 47 public Engine onCreateEngine() { in onCreateEngine() 51 class CubeEngine extends Engine {
|
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/ |
D | CubeWallpaper2.java | 61 public Engine onCreateEngine() { in onCreateEngine() 65 class CubeEngine extends Engine
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 4768 or advertising materials: `FreeType Project', `FreeType Engine',
|