Searched defs:window (Results 1 - 13 of 13) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
H A DSoundGenerator.java58 private static double[] getPip(double[] window, double frequency) { argument
59 int pipArrayLength = window.length;
63 pipArray[i] = window[i] * Math.sin(i * radPerSample);
/cts/tests/openglperf2/jni/primitive/pixeloutput/
H A DPixelOutputRenderer.cpp53 PixelOutputRenderer::PixelOutputRenderer(ANativeWindow* window, bool offscreen) : argument
54 Renderer(window, offscreen), mWorkload(0) {
/cts/tests/openglperf2/jni/reference/
H A DReferenceRenderer.cpp25 ReferenceRenderer::ReferenceRenderer(ANativeWindow* window) : argument
26 Renderer(window, false) {
/cts/tests/openglperf2/jni/graphics/
H A DRenderer.cpp90 Renderer::Renderer(EGLNativeWindowType window, bool offscreen) : argument
92 mEglContext(EGL_NO_CONTEXT), mWindow(window) {
/cts/tests/openglperf2/jni/primitive/contextswitch/
H A DContextSwitchRenderer.cpp77 ContextSwitchRenderer::ContextSwitchRenderer(ANativeWindow* window, bool offscreen) : argument
78 Renderer(window, offscreen), mContexts(NULL), mWorkload(0) {
/cts/tests/openglperf2/jni/primitive/shaderperf/
H A DShaderPerfRenderer.cpp94 ShaderPerfRenderer::ShaderPerfRenderer(ANativeWindow* window, bool offscreen) : argument
95 Renderer(window, offscreen) {
/cts/tests/openglperf2/jni/primitive/fullpipeline/
H A DFullPipelineRenderer.cpp94 FullPipelineRenderer::FullPipelineRenderer(ANativeWindow* window, bool offscreen) : argument
95 Renderer(window, offscreen), mProgram(NULL), mSceneGraph(NULL),
/cts/tests/tests/webkit/src/android/webkit/cts/
H A DWebChromeClientTest.java155 // Load a page that opens a child window and sets a timeout after which the child
432 public void onCloseWindow(WebView window) { argument
433 super.onCloseWindow(window);
/cts/libs/deviceutil/src/android/cts/util/
H A DMediaUtils.java752 /** returns the statistics for the moving average over a window over the
753 * cumulative sum. Basically, moves a window from: [0, window] to
754 * [sum - window, sum] over the cumulative sum, over ((sum - window) / average)
755 * steps, and returns the average value over each window.
756 * This method is used to average time-diff data over a window of a constant time.
758 public Stats movingAverageOverSum(double window) { argument
759 if (window <= 0 || mNum < 1) {
765 if (window >
[all...]
/cts/tests/app/app/src/android/app/stubs/
H A DTestDialog.java75 public Window window; field in class:TestDialog
/cts/tests/tests/media/libmediandkjni/
H A Dnative-media-jni.cpp374 ANativeWindow *window = ANativeWindow_fromSurface(env, surface); local
375 ALOGI("@@@@ native window: %p", window);
402 AMediaCodec_configure(codec, format, window, NULL, 0);
/cts/tests/tests/view/src/android/view/cts/
H A DWindowTest.java116 * 2. setFlags: _1. set the flags of the window.
158 * getAttributes: Retrieve the current window attributes associated with this panel.
159 * Return is 1.the existing window attributes object.
161 * setAttributes: Specify custom window attributes.
162 * Here we just set some parameters to test if it can set, and the window is just
164 * setCallback: Set the Callback interface for this window. In Window.java,
166 * getCallback: Return the current Callback interface for this window.
198 * If not set container, the DecorWindow operates as a top-level window, the mHasChildren of
272 * 1. getDecorView() retrieves the top-level window decor view, which contains the standard
273 * window fram
774 injectKeyEvent(Window window, int keyCode) argument
781 injectTouchEvent(Window window, float x, float y) argument
[all...]
/cts/apps/CtsVerifier/libs/
H A Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/opencv/BuildConfig.class BuildConfig. ...

Completed in 7079 milliseconds