Searched refs:mainView (Results 1 – 6 of 6) sorted by relevance
23 ARDMainView *mainView = [[ARDMainView alloc] initWithFrame:CGRectZero];24 mainView.delegate = self;25 self.view = mainView;35 - (void)mainView:(ARDMainView *)mainView
17 - (void)mainView:(ARDMainView *)mainView
257 [_delegate mainView:self
26 - (void)appRTCMainView:(APPRTCMainView*)mainView209 @property(nonatomic, readonly) APPRTCMainView* mainView; property264 [_remoteVideoTrack addRenderer:self.mainView.remoteVideoView];279 - (void)appRTCMainView:(APPRTCMainView*)mainView289 - (APPRTCMainView*)mainView { method300 [_remoteVideoTrack removeRenderer:self.mainView.remoteVideoView];302 [self.mainView.remoteVideoView renderFrame:nil];
517 auto mainView = createFunctionView(Function, *Coverage); in show() local518 if (!mainView) { in show()525 mainView->print(*OS.get(), /*WholeFile=*/false, /*ShowSourceName=*/true); in show()
109 ViewGroup mainView = inflate(R.layout.main); in testFindsChildrenById() local110 assertThat(mainView.<View>findViewById(R.id.title)).isInstanceOf(View.class); in testFindsChildrenById()