Home
last modified time | relevance | path

Searched refs:mContent (Results 1 – 13 of 13) sorted by relevance

/development/samples/Support4Demos/src/com/example/android/supportv4/media/
DTransportControllerActivity.java43 private Content mContent; field in TransportControllerActivity
53 mContent.start();
57 mContent.pause();
61 mContent.pause();
65 return mContent.getDuration();
69 return mContent.getCurrentPosition();
73 mContent.seekTo((int)pos);
77 return mContent.isPlaying();
81 return mContent.getBufferPercentage();
88 if (mContent.canPause()) {
[all …]
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DPhotoItem.java22 private String mContent; field in PhotoItem
31 mContent = content; in PhotoItem()
44 return mContent; in getContent()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DGameActivity.java163 Content mContent; field in GameActivity
173 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()
DAutoComplete4.java59 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
DContentBrowserActivity.java161 Content mContent; field in ContentBrowserActivity
173 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()
DContentBrowserNavActivity.java163 Content mContent; field in ContentBrowserNavActivity
175 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()
DVideoPlayerActivity.java184 Content mContent; field in VideoPlayerActivity
196 mContent = (Content)findViewById(R.id.content); in onCreate()
197 mContent.init(this, (TextView)findViewById(R.id.title), in onCreate()
DGameControllerInput.java494 private String mContent; field in GameControllerInput.SummaryAdapter.TextColumn
503 mContent = content; in setContent()
516 mContentView.setText(mContent); in updateView()
/development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
DAdapterTransitionFragment.java57 private FrameLayout mContent; field in AdapterTransitionFragment
112 mContent = (FrameLayout) view.findViewById(R.id.content); in onViewCreated()
115 mContent.addView(mAbsListView); in onViewCreated()
242 mContent.removeAllViews(); in swapAbsListView()
243 mContent.addView(mAbsListView); in swapAbsListView()
/development/samples/Support4Demos/src/com/example/android/supportv4/widget/
DSlidingPaneLayoutActivity.java67 private TextView mContent; field in SlidingPaneLayoutActivity
79 mContent = (TextView) findViewById(R.id.content_text); in onCreate()
115 mContent.setText(Shakespeare.DIALOGUE[position]); in onItemClick()
DDrawerLayoutActivity.java73 private TextView mContent; field in DrawerLayoutActivity
87 mContent = (TextView) findViewById(R.id.content_text); in onCreate()
143 mContent.setText(Shakespeare.DIALOGUE[position]); in onItemClick()
DSwipeRefreshLayoutActivity.java81 private View mContent; field in SwipeRefreshLayoutActivity
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
DActionBarWithDrawerLayout.java38 private TextView mContent; field in ActionBarWithDrawerLayout
50 mContent = (TextView) findViewById(R.id.content_text); in onCreate()
105 mContent.setText(Shakespeare.DIALOGUE[position]); in onItemClick()