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];
431 auto mainView = createFunctionView(Function, *Coverage); in show() local432 if (!mainView) { in show()441 mainView->render(outs(), /*WholeFile=*/false); in show()456 auto mainView = createSourceFileView(SourceFile, *Coverage); in show() local457 if (!mainView) { in show()468 mainView->render(outs(), /*Wholefile=*/true); in show()
147 ViewGroup mainView = (ViewGroup) viewLoader.inflateView(context, "layout/main"); in testFindsChildrenById() local148 assertInstanceOf(View.class, mainView.findViewById(R.id.title)); in testFindsChildrenById()297 … RelativeLayout mainView = (RelativeLayout) viewLoader.inflateView(context, "layout/mapview"); in testMapView() local298 TestUtil.assertInstanceOf(MapView.class, mainView.findViewById(R.id.map_view)); in testMapView()