Searched refs:mShow (Results 1 – 3 of 3) sorted by relevance
37 private Button mShow; field in ListFilter52 mShow = (Button) findViewById(R.id.show); in onCreate()53 mShow.setOnClickListener(this); in onCreate()
37 private Button mShow; field in PopupWindowVisibility51 mShow = (Button) findViewById(R.id.show); in onCreate()52 mShow.setOnClickListener(this); in onCreate()
310 final Runnable mShow = new Runnable() { field in Toast.TN361 mHandler.post(mShow); in show()