Home
last modified time | relevance | path

Searched refs:whiteColor (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallView.m53 _cameraSwitchButton.backgroundColor = [UIColor whiteColor];
68 color:[UIColor whiteColor]];
77 _statusLabel.textColor = [UIColor whiteColor];
DARDMainView.m184 [_startCallButton setTitleColor:[UIColor whiteColor]
194 self.backgroundColor = [UIColor whiteColor];
/external/protobuf/objectivec/Tests/iOSTestHarness/
DAppDelegate.m16 self.window.backgroundColor = [UIColor whiteColor];
/external/walt/ios/WALT/
DScreenResponseController.m130 self.flasherView.backgroundColor = [UIColor whiteColor];
169 [UIColor whiteColor] :
/external/deqp/framework/platform/ios/
DtcuIOSAppDelegate.m45 self.window.backgroundColor = [UIColor whiteColor];
/external/python/cpython2/Lib/plat-mac/Carbon/
DQuickDraw.py59 whiteColor = 30 variable
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp370 const tcu::Vec4 whiteColor (maxValue.x(), maxValue.y(), maxValue.z(), maxValue.w()); in generateBuffer() local
386 buffer.setPixel(whiteColor, x, y, z); in generateBuffer()