OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GraphEnvironment
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/mca/filterfw/java/android/filterfw/
GraphEnvironment.java
35
* A
GraphEnvironment
provides a simple front-end to filter graph setup and execution using the
36
* mobile filter framework. Typically, you use a
GraphEnvironment
in the following fashion:
37
* 1. Instantiate a new
GraphEnvironment
instance.
42
* Note that it is possible to add multiple graphs and runners to a single
GraphEnvironment
.
46
public class
GraphEnvironment
extends MffEnvironment {
84
* Create a new
GraphEnvironment
with default components.
86
public
GraphEnvironment
() {
91
* Create a new
GraphEnvironment
with a custom FrameManager and GraphReader. Specifying null
99
public
GraphEnvironment
(FrameManager frameManager, GraphReader reader) {
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 58 milliseconds