OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:item
(Results
1251 - 1275
of
4164
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/developers/build/prebuilts/gradle/RevealEffectBasic/Application/src/main/java/com/example/android/revealeffectbasic/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/slidingtabsbasic/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/swiperefreshlayoutbasic/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/developers/samples/android/ui/holo/BorderlessButtons/Application/src/main/java/com/example/android/borderlessbuttons/
MainActivity.java
85
// Because the list
item
contains multiple touch targets, you should not override
119
public boolean onOptionsItemSelected(MenuItem
item
) {
120
switch (
item
.getItemId()) {
128
return super.onOptionsItemSelected(
item
);
/development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java
153
public boolean onOptionsItemSelected(MenuItem
item
) {
154
switch (
item
.getItemId()) {
160
return super.onOptionsItemSelected(
item
);
/development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java
98
public boolean onOptionsItemSelected(MenuItem
item
) {
99
if (
item
.getItemId() == R.id.menu_print) {
103
return super.onOptionsItemSelected(
item
);
498
MotoGpStatItem
item
= new MotoGpStatItem();
local
499
item
.year = years[i];
500
item
.champion = champions[i];
501
item
.constructor = constructors[i];
502
items.add(
item
);
548
MotoGpStatItem
item
= (MotoGpStatItem) getItem(position);
local
551
yearView.setText(
item
.year)
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout8.java
38
// Menu
item
Ids
73
public boolean onOptionsItemSelected(MenuItem
item
) {
74
switch (
item
.getItemId()) {
104
return super.onOptionsItemSelected(
item
);
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
SharingSupport.java
58
MenuItem
item
= menu.add("Share");
local
59
ShareCompat.configureMenuItem(
item
, b);
60
MenuItemCompat.setShowAsAction(
item
, MenuItemCompat.SHOW_AS_ACTION_IF_ROOM);
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
CardPresenter.java
71
public void onBindViewHolder(ViewHolder viewHolder, Object
item
) {
72
Log.d(TAG, "onBindViewHolder for " +
item
.toString());
73
PhotoItem photoItem = (PhotoItem)
item
;
/development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
MainActivity.java
39
* on other devices it's visibility is controlled by an
item
on the Action Bar.
75
public boolean onOptionsItemSelected(MenuItem
item
) {
76
switch(
item
.getItemId()) {
88
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/AdvancedImmersiveMode/src/com.example.android.advancedimmersivemode/
MainActivity.java
39
* on other devices it's visibility is controlled by an
item
on the Action Bar.
75
public boolean onOptionsItemSelected(MenuItem
item
) {
76
switch(
item
.getItemId()) {
88
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/AppRestrictionSchema/src/com.example.android.apprestrictionschema/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/BasicTransition/src/com.example.android.basictransition/
MainActivity.java
39
* on other devices it's visibility is controlled by an
item
on the Action Bar.
75
public boolean onOptionsItemSelected(MenuItem
item
) {
76
switch(
item
.getItemId()) {
88
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/BorderlessButtons/src/com.example.android.borderlessbuttons/
MainActivity.java
85
// Because the list
item
contains multiple touch targets, you should not override
119
public boolean onOptionsItemSelected(MenuItem
item
) {
120
switch (
item
.getItemId()) {
128
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
MainActivity.java
39
* on other devices it's visibility is controlled by an
item
on the Action Bar.
75
public boolean onOptionsItemSelected(MenuItem
item
) {
76
switch(
item
.getItemId()) {
88
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/CardReader/src/com.example.android.cardreader/
MainActivity.java
39
* on other devices it's visibility is controlled by an
item
on the Action Bar.
75
public boolean onOptionsItemSelected(MenuItem
item
) {
76
switch(
item
.getItemId()) {
88
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
MainActivity.java
39
* on other devices it's visibility is controlled by an
item
on the Action Bar.
75
public boolean onOptionsItemSelected(MenuItem
item
) {
76
switch(
item
.getItemId()) {
88
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/ElevationBasic/src/com.example.android.elevationbasic/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
MainActivity.java
36
* on other devices it's visibility is controlled by an
item
on the Action Bar.
74
public boolean onOptionsItemSelected(MenuItem
item
) {
75
switch(
item
.getItemId()) {
87
return super.onOptionsItemSelected(
item
);
Completed in 602 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>