Searched refs:mainActivity (Results 1 – 2 of 2) sorted by relevance
206 MainActivity mainActivity = mActivity.get(); in handleMessage() local207 if (mainActivity == null) { in handleMessage()211 View showStartView = mainActivity.findViewById(R.id.onstart_textview); in handleMessage()212 View showStopView = mainActivity.findViewById(R.id.onstop_textview); in handleMessage()
325 MainActivity mainActivity = mMainActivityWeakReference.get(); in handleMessage() local327 if (mainActivity != null) { in handleMessage()330 mainActivity.refreshDisplayAndSetNextUpdate(); in handleMessage()