Searched refs:mContentView (Results 1 – 3 of 3) sorted by relevance
55 private View mContentView = null; field in DeviceDetailFragment68 mContentView = inflater.inflate(R.layout.device_detail, null); in onCreateView()69 mContentView.findViewById(R.id.btn_connect).setOnClickListener(new View.OnClickListener() { in onCreateView()94 mContentView.findViewById(R.id.btn_disconnect).setOnClickListener( in onCreateView()104 mContentView.findViewById(R.id.btn_start_client).setOnClickListener( in onCreateView()118 return mContentView; in onCreateView()127 TextView statusText = (TextView) mContentView.findViewById(R.id.status_text); in onActivityResult()148 TextView view = (TextView) mContentView.findViewById(R.id.group_owner); in onConnectionInfoAvailable()154 view = (TextView) mContentView.findViewById(R.id.device_info); in onConnectionInfoAvailable()161 new FileServerAsyncTask(getActivity(), mContentView.findViewById(R.id.status_text)) in onConnectionInfoAvailable()[all …]
47 View mContentView = null; field in DeviceListFragment59 mContentView = inflater.inflate(R.layout.device_list, null); in onCreateView()60 return mContentView; in onCreateView()149 TextView view = (TextView) mContentView.findViewById(R.id.my_name); in updateThisDevice()151 view = (TextView) mContentView.findViewById(R.id.my_status); in updateThisDevice()
111 private View mContentView; field in MainActivity185 mContentView = findViewById(R.id.content_view); in onCreate()342 mContentView.setPadding(x, y, 0, 0); in onUpdateAmbient()368 mContentView.setPadding(0, 0, 0, 0); in onExitAmbient()