OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentItem
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/ShareActionProvider/Application/src/main/java/com/example/android/shareactionprovider/
MainActivity.java
19
import com.example.android.shareactionprovider.content.
ContentItem
;
50
private final ArrayList<
ContentItem
> mItems = getSampleContent();
93
* A PagerAdapter which instantiates views based on the
ContentItem
's content type.
122
final
ContentItem
item = mItems.get(position);
126
case
ContentItem
.CONTENT_TYPE_TEXT: {
138
case
ContentItem
.CONTENT_TYPE_IMAGE: {
160
ContentItem
item = mItems.get(position);
193
* @return An ArrayList of
ContentItem
's to be displayed in this sample
195
static ArrayList<
ContentItem
> getSampleContent() {
196
ArrayList<
ContentItem
> items = new ArrayList<ContentItem>()
[
all
...]
/developers/samples/android/content/ShareActionProvider/Application/src/main/java/com/example/android/shareactionprovider/
MainActivity.java
19
import com.example.android.shareactionprovider.content.
ContentItem
;
50
private final ArrayList<
ContentItem
> mItems = getSampleContent();
93
* A PagerAdapter which instantiates views based on the
ContentItem
's content type.
122
final
ContentItem
item = mItems.get(position);
126
case
ContentItem
.CONTENT_TYPE_TEXT: {
138
case
ContentItem
.CONTENT_TYPE_IMAGE: {
160
ContentItem
item = mItems.get(position);
193
* @return An ArrayList of
ContentItem
's to be displayed in this sample
195
static ArrayList<
ContentItem
> getSampleContent() {
196
ArrayList<
ContentItem
> items = new ArrayList<ContentItem>()
[
all
...]
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/
MainActivity.java
19
import com.example.android.shareactionprovider.content.
ContentItem
;
50
private final ArrayList<
ContentItem
> mItems = getSampleContent();
93
* A PagerAdapter which instantiates views based on the
ContentItem
's content type.
122
final
ContentItem
item = mItems.get(position);
126
case
ContentItem
.CONTENT_TYPE_TEXT: {
138
case
ContentItem
.CONTENT_TYPE_IMAGE: {
160
ContentItem
item = mItems.get(position);
193
* @return An ArrayList of
ContentItem
's to be displayed in this sample
195
static ArrayList<
ContentItem
> getSampleContent() {
196
ArrayList<
ContentItem
> items = new ArrayList<ContentItem>()
[
all
...]
/developers/build/prebuilts/gradle/ShareActionProvider/Application/src/main/java/com/example/android/shareactionprovider/content/
ContentItem.java
28
public class
ContentItem
{
39
* Creates a
ContentItem
with the specified type, referencing a resource id.
44
public
ContentItem
(int type, int resourceId) {
51
* Creates a
ContentItem
with the specified type, referencing an asset file path.
56
public
ContentItem
(int type, String assetFilePath) {
/developers/samples/android/content/ShareActionProvider/Application/src/main/java/com/example/android/shareactionprovider/content/
ContentItem.java
28
public class
ContentItem
{
39
* Creates a
ContentItem
with the specified type, referencing a resource id.
44
public
ContentItem
(int type, int resourceId) {
51
* Creates a
ContentItem
with the specified type, referencing an asset file path.
56
public
ContentItem
(int type, String assetFilePath) {
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/
ContentItem.java
28
public class
ContentItem
{
39
* Creates a
ContentItem
with the specified type, referencing a resource id.
44
public
ContentItem
(int type, int resourceId) {
51
* Creates a
ContentItem
with the specified type, referencing an asset file path.
56
public
ContentItem
(int type, String assetFilePath) {
Completed in 586 milliseconds