HomeSort by relevance Sort by last modified time
    Searched refs:windowName (Results 1 - 5 of 5) sorted by null

  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
SurfaceFlingerHelper.java 75 * @param windowName the window name that the buffer will be cleared
77 public static void clearBuffer(String windowName) {
93 if (windowName != null) {
94 command = String.format("%s %s", CLEAR_BUFFER_CMD, windowName);
124 * @param windowName the window name which SurfaceFlinger will acquire frame time for
126 public static boolean dumpFrameLatency(String windowName) {
127 return dumpFrameLatency(windowName, false);
133 * @param windowName the window name which SurfaceFlinger will get frame time for
138 public static boolean dumpFrameLatency(String windowName, boolean ignorePendingFenceTime) {
142 if (windowName != null)
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 440 XTextProperty windowName, *pWindowName = &windowName;
rpng2-x.c 835 XTextProperty windowName, *pWindowName = &windowName;
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Renderer9.cpp 339 static const TCHAR windowName[] = TEXT("AngleHiddenWindow");
342 mDeviceWindow = CreateWindowEx(WS_EX_NOACTIVATE, className, windowName, WS_DISABLED | WS_POPUP, 0, 0, 1, 1, HWND_MESSAGE, NULL, GetModuleHandle(NULL), NULL);
    [all...]

Completed in 604 milliseconds