HomeSort by relevance Sort by last modified time
    Searched defs:windowId (Results 1 - 18 of 18) sorted by null

  /sdk/emulator/opengl/host/renderer/
main.cpp 35 fprintf(stderr, "Usage: %s -windowid <windowid> [options]\n", progName);
36 fprintf(stderr, " -windowid <windowid> - window id to render into\n");
50 FBNativeWindowType windowId = 0;
57 if (!strcmp(argv[i], "-windowid")) {
84 windowId = (FBNativeWindowType)iWindowId;
85 if (!windowId) {
122 inited = FrameBuffer::setupSubWindow(windowId,
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 43 FBNativeWindowType windowId = NULL;
78 windowId = wminfo.window;
85 windowId = wminfo.info.x11.window;
87 windowId = wminfo.nsWindowPtr;
102 inited = createOpenGLSubwindow(windowId, 0, 0,
156 stat = createOpenGLSubwindow(windowId,
169 stat = createOpenGLSubwindow(windowId,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
WindowsLoader.java 61 String windowId = line.substring(0, index);
65 id = (int) Long.parseLong(windowId, 16);
67 id = Integer.parseInt(windowId, 16);
  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 61 final int windowId = findAppWindowId(uiAutomation.getWindows());
62 assertTrue(windowId >= 0);
65 assertTrue(uiAutomation.clearWindowContentFrameStats(windowId));
76 WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
119 final int windowId = findAppWindowId(uiAutomation.getWindows());
120 assertTrue(windowId >= 0);
123 assertTrue(uiAutomation.clearWindowContentFrameStats(windowId));
126 WindowContentFrameStats stats = uiAutomation.getWindowContentFrameStats(windowId);
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 152 HWND windowId = NULL;
154 Window windowId = 0;
156 void* windowId = NULL;
176 windowId = wminfo.window;
178 windowId = wminfo.info.x11.window;
180 windowId = createGLView(wminfo.nsWindowPtr,0,0,WINDOW_WIDTH,WINDOW_HEIGHT);
193 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 138 int windowId = Integer.parseInt(windowString);
142 return client.findAccessibilityNodeInfoByAccessibilityId(connectionId, windowId, viewId,
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityCache.java 60 final int windowId = window.getId();
61 AccessibilityWindowInfo oldWindow = mWindowCache.get(windowId);
65 mWindowCache.put(windowId, AccessibilityWindowInfo.obtain(window));
111 final int windowId = event.getWindowId();
115 clearSubTreeLocked(windowId, sourceId);
117 refreshCachedNodeLocked(windowId, sourceId);
138 private void refreshCachedNodeLocked(int windowId, long sourceId) {
143 LongSparseArray<AccessibilityNodeInfo> nodes = mNodeCache.get(windowId);
157 clearSubTreeLocked(windowId, sourceId);
164 * @param windowId The id of the window hosting the node
    [all...]
  /sdk/emulator/opengl/tests/translator_tests/GLES_V2/
triangleV2.cpp 359 HWND windowId = NULL;
361 Window windowId = 0;
363 void* windowId = NULL;
383 windowId = wminfo.window;
385 windowId = wminfo.info.x11.window;
387 windowId = createGLView(wminfo.nsWindowPtr,0,0,WINDOW_WIDTH,WINDOW_HEIGHT);
403 egl_surface = eglCreateWindowSurface(d,configs[0],windowId,NULL);
  /frameworks/base/core/java/android/transition/
Transition.java 38 import android.view.WindowId;
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
monkeyrunner.jar 
hierarchyviewer2lib.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js 315 * @param {number?} windowId Window Id.
323 chrome.tabs.captureVisibleTab = function(windowId, options, callback) {};
367 * @param {number?} windowId Window id.
370 chrome.tabs.getAllInWindow = function(windowId, callback) {};
383 * @param {number?} windowId Window id.
386 chrome.tabs.getSelected = function(windowId, callback) {};
391 * An object with 'windowId' (number) and 'tabs'
411 * and optional 'windowId' keys.
419 * 'active', 'pinned', 'highlighted', 'status', 'title', 'url', 'windowId',
847 Tab.prototype.windowId;
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 531 final int windowId = sNextWindowId++;
537 windowId, connection, UserHandle.USER_ALL);
539 mGlobalInteractionConnections.put(windowId, wrapper);
540 mGlobalWindowTokens.put(windowId, windowToken.asBinder());
543 + " with windowId: " + windowId + " and token: " + windowToken.asBinder());
547 windowId, connection, resolvedUserId);
550 userState.mInteractionConnections.put(windowId, wrapper);
551 userState.mWindowTokens.put(windowId, windowToken.asBinder());
554 + " with windowId: " + windowId + " and userId:" + mCurrentUserI
    [all...]
  /external/chromium_org/third_party/closure_compiler/externs/
chrome_extensions.js 1213 * optional 'windowId' keys.
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1684 milliseconds