OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clicked
(Results
176 - 200
of
803
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/docs/html/guide/topics/ui/controls/
radiobutton.jd
76
// Check which radio button was
clicked
96
android.view.View} that was
clicked
)</li>
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
ListenerBindingObject.java
265
public boolean
clicked
;
field in class:ListenerBindingObject.Inner
267
clicked
= true;
/frameworks/support/customtabs/src/android/support/customtabs/
CustomTabsIntent.java
142
*
clicked
. The custom tab will be calling {@link PendingIntent#send()} on clicks after adding
192
* Extra that specifies an array of {@link View} ids. When these {@link View}s are
clicked
, a
208
* field, also the id of the
clicked
{@link View}, specified by
216
* Extra that specifies which {@link View} has been
clicked
. This extra will be put to the
217
* {@link PendingIntent} sent from Custom Tabs when a view in the {@link RemoteViews} is
clicked
348
* @param pendingIntent Pending intent delivered when the menu item is
clicked
.
376
* @param pendingIntent pending intent delivered when the button is
clicked
.
416
* @param pendingIntent The pending intent delivered when the button is
clicked
.
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/page/
GridFragment.java
144
* Sets an item
clicked
listener.
154
* Returns the item
clicked
listener.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
VerticalGridFragment.java
139
* Sets an item
clicked
listener.
149
* Returns the item
clicked
listener.
VerticalGridSupportFragment.java
141
* Sets an item
clicked
listener.
151
* Returns the item
clicked
listener.
/frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceScreen.java
38
* Instead, a separate screen will be shown when this preference is
clicked
.
64
*
clicked
will show another screen of preferences such as "Prefer WiFi" (and
PreferenceManager.java
504
* hierarchy rooted at this {@link PreferenceManager} is
clicked
.
518
* this {@link PreferenceManager} is
clicked
.
536
*
clicked
.
541
* {@link PreferenceScreen} has been
clicked
.
543
* @param preference The preference that was
clicked
.
/packages/apps/Calendar/src/com/android/calendar/
MultiStateButton.java
29
* or
clicked
, the state transitions automatically.
73
/* When
clicked
, toggle the state */
/packages/apps/Gallery/src/com/android/camera/
MenuHelper.java
258
// Called when "Show on Maps" is
clicked
.
364
// Called when "Details" is
clicked
.
472
// Called when "Rotate left" or "Rotate right" is
clicked
.
486
// Called when "Crop" is
clicked
.
505
// Called when "Set as" is
clicked
.
522
// Called when "Share" is
clicked
.
551
// Called when "Play" is
clicked
.
565
// Called when "Delete" is
clicked
.
[
all
...]
/packages/apps/TV/src/com/android/tv/analytics/
Tracker.java
116
* @param label The label of the item
clicked
.
171
* Sends tracking for channel
clicked
.
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
ResetActivity.java
94
Log.wtf(TAG, "Unknown action
clicked
");
148
Log.wtf(TAG, "Unknown action
clicked
");
/frameworks/base/core/java/android/widget/
ExpandableListView.java
573
* Register a callback to be invoked when an item has been
clicked
and the
647
//
Clicked
on a header/footer, so ignore pass it on to super
657
* This will either expand/collapse groups (if a group was
clicked
) or pass
658
* on the click to the proper child (if a child was
clicked
)
823
* expandable list has been
clicked
.
828
* been
clicked
.
831
* @param v The view within the expandable list/ListView that was
clicked
832
* @param groupPosition The group position that was
clicked
833
* @param id The row id of the group that was
clicked
[
all
...]
TabWidget.java
511
* Provides a way for {@link TabHost} to be notified that the user
clicked
537
* Lets {@link TabHost} know that the user
clicked
on a tab indicator.
542
* if the tab was
clicked
/pressed or just focused into.
545
* @param
clicked
whether the selection changed due to a touch/click or
550
void onTabSelectionChanged(int tabIndex, boolean
clicked
);
/frameworks/base/core/java/android/preference/
DialogPreference.java
43
* dialog-based. These preferences will, when
clicked
, open a dialog showing the
68
/** Which button was
clicked
. */
264
* Prepares the dialog builder to be shown when the preference is
clicked
.
402
* @param positiveResult Whether the positive button was
clicked
(true), or
403
* the negative button was
clicked
or the dialog was canceled (false).
/packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java
79
/** The position in the list of the last
clicked
item. */
97
/** The Uri to play when the 'Default' item is
clicked
. */
125
* On item
clicked
128
// Save the position of most recently
clicked
item
147
* default is
clicked
/packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java
86
// button that was
clicked
on dialog close.
191
// default the button
clicked
to be the cancel button.
309
//called when the dialog is
clicked
.
317
// record the button that was
clicked
.
336
// send the
clicked
button over to the listener.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java
74
* "Fail" buttons that can be
clicked
to show the information dialog again.
304
// Show the middle "info" button and make it show the info dialog when
clicked
.
400
/** Set the test result corresponding to the button
clicked
and finish the activity. */
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java
171
* Invoked when {@link #mShowNotificationButton} is
clicked
.
200
* Invoked when {@link #mShowNotificationButton} is
clicked
.
213
Toast.makeText(getActivity(), "Show Notification
clicked
", Toast.LENGTH_SHORT).show();
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java
171
* Invoked when {@link #mShowNotificationButton} is
clicked
.
200
* Invoked when {@link #mShowNotificationButton} is
clicked
.
213
Toast.makeText(getActivity(), "Show Notification
clicked
", Toast.LENGTH_SHORT).show();
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java
171
* Invoked when {@link #mShowNotificationButton} is
clicked
.
200
* Invoked when {@link #mShowNotificationButton} is
clicked
.
213
Toast.makeText(getActivity(), "Show Notification
clicked
", Toast.LENGTH_SHORT).show();
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAlertDialog.java
161
* @return the items that are available to be
clicked
on
188
* @return an array indicating which items are and are not
clicked
on a multi-choice dialog
197
* @return return the index of the checked item
clicked
on a single-choice dialog
/external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.cc
42
g_signal_emit_by_name(button, "
clicked
");
256
g_signal_connect(button, "
clicked
", G_CALLBACK(OnClickedCallback), this);
334
// Make the connect button insensitive, so that it cannot be
clicked
more than
/frameworks/base/docs/html/training/tv/playback/
details.jd
16
<li><a href="#item-listener">Define a Listener for
Clicked
Items</a></li>
207
<h3 id="item-listener">Define a Listener for
Clicked
Items</h3>
239
System.out.println("Media Item
clicked
: " + item.toString());
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java
332
if (DBG) Log.d(TAG, "Search
clicked
, query=" + query);
353
if (DBG) Log.d(TAG, "Voice Search
clicked
");
430
if (DBG) Log.d(TAG, "query refine
clicked
, pos " + id);
Completed in 599 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>