OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clicked
(Results
101 - 125
of
803
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
ChannelSourcesTest.java
56
// SetupSourcesFragment should have no errors if side fragment item is
clicked
multiple times.
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderContactBadge.java
53
Analytics.getInstance().sendEvent("quick_contact", "
clicked
", null, 0);
/packages/apps/UnifiedEmail/src/com/android/mail/text/
LinkStyleSpan.java
36
* The onclick listener invoked when the link is
clicked
.
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
ToastService.java
50
Log.v(TAG, "
clicked
a thing! intent=" + intent.toString());
/packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java
34
* Remembers which button was
clicked
by a user. If no button is
clicked
yet, this should have
86
// default the button
clicked
to be the cancel button.
103
// Ignore this event if the user
clicked
the cancel button, or if the dialog is dismissed
/developers/build/prebuilts/gradle/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java
46
/* A reference to a {@Link TextView} that shows different text strings when
clicked
. */
77
/* When the button is
clicked
, the text is clipped or un-clipped. */
98
/* When the text is
clicked
, a new string is shown. */
/developers/samples/android/ui/views/Clipping/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java
46
/* A reference to a {@Link TextView} that shows different text strings when
clicked
. */
77
/* When the button is
clicked
, the text is clipped or un-clipped. */
98
/* When the text is
clicked
, a new string is shown. */
/development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
ClippingBasicFragment.java
46
/* A reference to a {@Link TextView} that shows different text strings when
clicked
. */
77
/* When the button is
clicked
, the text is clipped or un-clipped. */
98
/* When the text is
clicked
, a new string is shown. */
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
UISimpleTest.java
79
// Add a listener to the button. ChangeListener is fired when the button's checked state changes, eg when
clicked
,
81
// ClickListener could have been used, but would only fire when
clicked
. Also, canceling a ClickListener event won't
85
System.out.println("
Clicked
! Is checked: " + button.isChecked());
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
ListPopupWindowActivity.java
115
// been
clicked
.
120
addToLog("Item #"+ position + "
clicked
");
148
addToLog("Log view
clicked
");
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ControlBarPresenter.java
59
* Listener for control
clicked
events.
207
* Sets the listener for control
clicked
events.
214
* Returns the listener for control
clicked
events.
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Button.java
33
* checked. Each time a button is
clicked
, the checked state is toggled. Being a table, a button can contain any other actors.<br>
38
* {@link ChangeEvent} is fired when the button is
clicked
. Cancelling the event will restore the checked button state to what is
89
public void
clicked
(InputEvent event, float x, float y) {
154
/** When true, the button will not toggle {@link #isChecked()} when
clicked
and will not fire a {@link ChangeEvent}. */
159
/** If false, {@link #setChecked(boolean)} and {@link #toggle()} will not fire {@link ChangeEvent}, event will be fired only when user
clicked
the button */
/frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java
55
/** Listener to inform when a parent entry is
clicked
*/
71
* Called when a bread crumb is
clicked
.
73
* @param backStack The BackStackEntry whose bread crumb was
clicked
.
153
* @param listener the {@link android.view.View.OnClickListener} to be called when
clicked
.
154
* A null will result in no action being taken when the parent entry is
clicked
.
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ListViewTest.java
195
transcript.add("item was
clicked
: " + position);
200
transcript.assertEventsSoFar("item was
clicked
: 0");
232
transcript.add("
clicked
on item " + position);
236
transcript.assertEventsSoFar("
clicked
on item 1");
252
transcript.add("
clicked
on item " + adapter.getItem(position));
256
transcript.assertEventsSoFar("
clicked
on item Item 3");
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
ClickListener.java
46
/** Create a listener where {@link #
clicked
(InputEvent, float, float)} is only called for left clicks.
89
clicked
(event, x, y);
method
114
public void
clicked
(InputEvent event, float x, float y) {
method in class:ClickListener
/packages/apps/Contacts/src/com/android/contacts/activities/
ShowOrCreateActivity.java
241
* when
clicked
. When
clicked
, this also closes the parent using
250
* @param intent Target {@link Intent} to launch when
clicked
.
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/
NotificationListenerActivity.java
142
Log.d(TAG, "
clicked
snooze");
147
Log.d(TAG, "
clicked
dismiss ");
159
Log.d(TAG, "
clicked
launch");
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
AbstractTestListActivity.java
81
/** Launch the activity when its {@link ListView} item is
clicked
. */
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodProvisioningTestActivity.java
61
// Pass and fail buttons are known to call finish() when
clicked
, and this is when we want
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
UpdateRecommendationsService.java
30
* when they're
clicked
from Recommendations seciton on Home screen
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java
56
* TabListener that replaces a Fragment when a tab is
clicked
.
/developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
CustomAdapter.java
48
Log.d(TAG, "Element " + getAdapterPosition() + "
clicked
.");
/developers/build/prebuilts/gradle/WatchViewStub/Wearable/src/main/java/com/example/android/google/wearable/watchviewstub/
MainActivity.java
57
* Animates the layout when
clicked
. The animation used depends on whether the
/developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
MainActivity.java
107
* Callback method for a when a coupon is
clicked
. A new share intent is created with the
111
* @param view The view within the AdapterView that was
clicked
(this
114
* @param id The row id of the item that was
clicked
.
118
// Find coupon that was
clicked
based off of position in adapter
/developers/samples/android/notification/CustomNotifications/
template-params.xml
66
- Create Intent to launch Activity when notification is
clicked
.
Completed in 5383 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>