Searched refs:flashView (Results 1 – 2 of 2) sorted by relevance
245 flashView = [[UIView alloc] initWithFrame:[previewView frame]];246 [flashView setBackgroundColor:[UIColor whiteColor]];247 [flashView setAlpha:0.f];248 [[[self view] window] addSubview:flashView];252 [flashView setAlpha:1.f];257 [flashView setAlpha:0.f];260 [flashView removeFromSuperview];261 flashView = nil;
31 UIView* flashView; variable