OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clicked
(Results
76 - 100
of
603
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
32
* Remembers which button was
clicked
by a user. If no button is
clicked
yet, this should have
84
// default the button
clicked
to be the cancel button.
101
// 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. */
/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.
GuidedAction.java
28
* information-only label (in which case the item cannot be
clicked
).
82
* it is typically used to determine what to do when an action is
clicked
.
112
* directly when the action is
clicked
.
180
* Indicates whether this action is for information purposes only and cannot be
clicked
.
189
* Indicates whether this action is enabled. If not enabled, an action cannot be
clicked
.
/packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java
91
* @param listener performs some action when the action button is
clicked
136
// Hide view once it's
clicked
.
195
* Classes that wish to perform some action when the action button is
clicked
/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
.
/packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java
69
/** The position in the list of the last
clicked
item. */
87
/** The Uri to play when the 'Default' item is
clicked
. */
115
* On item
clicked
118
// Save the position of most recently
clicked
item
137
* default is
clicked
/external/robolectric/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");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java
355
* that a user might have consciously
clicked
on it.
530
public static void setIsClickedNotification(View child, boolean
clicked
) {
531
child.setTag(TAG_CLICKED_NOTIFICATION,
clicked
? true : null);
535
Boolean
clicked
= (Boolean) child.getTag(TAG_CLICKED_NOTIFICATION);
local
536
return
clicked
!= null &&
clicked
;
/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
.
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
AbstractTestListActivity.java
81
/** Launch the activity when its {@link ListView} item is
clicked
. */
/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 " + getPosition() + "
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
.
/developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
LNotificationActivity.java
56
* TabListener that replaces a Fragment when a tab is
clicked
.
/developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
FragmentTransitionFragment.java
62
Log.i(TAG, meat.title + "
clicked
. Replacing fragment.");
/developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
CustomAdapter.java
48
Log.d(TAG, "Element " + getPosition() + "
clicked
.");
Completed in 682 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>