Home
last modified time | relevance | path

Searched refs:setForeground (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiPlatform.cpp37 void Window::setForeground(void) in setForeground() function in vk::wsi::Window
DvkWsiPlatform.hpp41 virtual void setForeground (void);
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java115 statusLabel.setForeground(Color.BLACK); in showStatus()
126 statusLabel.setForeground(Color.RED); in showFailure()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Window.hpp42 void setForeground (void);
DtcuWin32VulkanPlatform.cpp61 void setForeground(void) in setForeground() function in tcu::win32::VulkanWindow
63 m_window->setForeground(); in setForeground()
DtcuWin32Window.cpp105 void Window::setForeground(void) in setForeground() function in tcu::win32::Window
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java264 choices.setForeground(Color.BLACK); in activate()
276 choices.setForeground(Color.LIGHT_GRAY); in deactivate()
698 setForeground(list.getSelectionForeground()); in getListCellRendererComponent()
701 setForeground(list.getForeground()); in getListCellRendererComponent()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBReporter.java672 statusLabel.setForeground(Color.green); in updateStatusComponents()
676 statusLabel.setForeground(Color.red); in updateStatusComponents()
858 statusLabel.setForeground(Color.red); in initComponents()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp355 native.window->setForeground(); in fullScreenExclusiveTest()