Searched refs:mContent (Results 1 – 6 of 6) sorted by relevance
163 Content mContent; field in GameActivity173 mContent = (Content)findViewById(R.id.content); in onCreate()174 mContent.init(this, (Button)findViewById(R.id.play)); in onCreate()187 mContent.setGamePaused(true); in onPause()
59 mContent = context.getContentResolver(); in ContactListAdapter()91 return mContent.query(uri, CONTACT_PROJECTION, null, null, null); in runQueryOnBackgroundThread()94 private ContentResolver mContent; field in AutoComplete4.ContactListAdapter
163 Content mContent; field in ContentBrowserNavActivity175 mContent = (Content)findViewById(R.id.content); in onCreate()176 mContent.init((TextView)findViewById(R.id.title), in onCreate()235 mContent.setBaseSystemUiVisibility(item.isChecked() in onOptionsItemSelected()
161 Content mContent; field in ContentBrowserActivity173 mContent = (Content)findViewById(R.id.content); in onCreate()174 mContent.init((TextView)findViewById(R.id.title), in onCreate()233 mContent.setBaseSystemUiVisibility(item.isChecked() in onOptionsItemSelected()
184 Content mContent; field in VideoPlayerActivity196 mContent = (Content)findViewById(R.id.content); in onCreate()197 mContent.init(this, (TextView)findViewById(R.id.title), in onCreate()
494 private String mContent; field in GameControllerInput.SummaryAdapter.TextColumn503 mContent = content; in setContent()516 mContentView.setText(mContent); in updateView()