Home
last modified time | relevance | path

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

/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDVideoCallView.m60 color:[UIColor whiteColor]];
72 image = [UIImage imageForName:@"ic_switch_video_black_24dp.png" color:[UIColor whiteColor]];
84 color:[UIColor whiteColor]];
93 _statusLabel.textColor = [UIColor whiteColor];
DARDMainView.m90 UIColor *controlFontColor = [UIColor whiteColor];
127 self.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/skia/tools/skottie_ios_app/
Dmain.mm88 [mainView setBackgroundColor:[UIColor whiteColor]];
/external/cronet/testing/libfuzzer/fuzzer_support_ios/
Dfuzzer_support.mm42 [window setBackgroundColor:[UIColor whiteColor]];
/external/skia/tools/sk_app/ios/
DWindow_ios.mm61 fWindow.backgroundColor = [UIColor whiteColor];
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp220 deUint32 whiteColor) const;
981 bool GPQInstanceBase::verify (const BufferAccess& result, deUint32 blackColor, deUint32 whiteColor)… in verify()
996 ok = color == whiteColor; in verify()
/external/webrtc/test/ios/
Dtest_support.mm69 [_window setBackgroundColor:[UIColor whiteColor]];
/external/tensorflow/tensorflow/lite/examples/ios/camera/
DCameraExampleViewController.mm246 [flashView setBackgroundColor:[UIColor whiteColor]];
592 [layer setForegroundColor:[UIColor whiteColor].CGColor];
/external/cronet/base/test/
Dtest_support_ios.mm41 [window setBackgroundColor:[UIColor whiteColor]];
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp574 const tcu::Vec4 whiteColor (maxValue.x(), maxValue.y(), maxValue.z(), maxValue.w()); in generateBuffer() local
591 buffer.setPixel(whiteColor, x, y, z); in generateBuffer()