OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:click
(Results
426 - 450
of
2674
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
conflict_dialog.js
49
'
click
',
60
'
click
',
112
* @param {Event} event
Click
event.
/external/proguard/docs/
screenshots.html
43
You can
click
on the small tab buttons to see the full-size versions of the
52
Of course, real developers don't need all this point-and-
click
fluff. They
56
You can
click
on the image to see the full-size version.
/external/skia/include/views/
SkView.h
138
//
Click
handling
140
class
Click
{
142
Click
(SkView* target);
143
virtual ~
Click
();
171
Click
* findClickHandler(SkScalar x, SkScalar y, unsigned modifierKeys);
173
static void DoClickDown(
Click
*, int x, int y, unsigned modi);
174
static void DoClickMoved(
Click
*, int x, int y, unsigned modi);
175
static void DoClickUp(
Click
*, int x, int y, unsigned modi);
347
/** Override this if you might handle the
click
349
virtual
Click
* onFindClickHandler(SkScalar x, SkScalar y, unsigned modi)
[
all
...]
/external/skia/tools/skpdiff/
viewer.html
15
<button ng-
click
="commitRebaselines()">Commit</button>
20
<button ng-repeat="differ in differs" ng-
click
="setSortIndex($index)">
48
ng-
click
="selectedRebaseline($index, $event)"
/frameworks/base/docs/html/sdk/
download.jd
19
document.getElementById('
click
-download').setAttribute("href", "https://dl.google.com/android/"
69
<p>Your download should be underway. If not, <a id="
click
-download">
click
here to start the
/frameworks/base/docs/html/tools/help/
draw9patch.jd
29
<li>
Click
within the 1-pixel perimeter to draw the lines that define the stretchable
30
patches and (optional) content area. Right-
click
(or hold Shift and
click
, on Mac) to erase
/frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
DrawerActionsTest.java
21
import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.
click
;
75
//
Click
an item in the drawer. We use onData because the drawer is backed by a ListView, and
79
onData(allOf(is(instanceOf(String.class)), is(rowContents))).perform(
click
());
/prebuilts/tools/common/proguard/proguard4.7/docs/
screenshots.html
43
You can
click
on the small tab buttons to see the full-size versions of the
52
Of course, real developers don't need all this point-and-
click
fluff. They
56
You can
click
on the image to see the full-size version.
/external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab2_basic.html
20
you can create these three files with a
click
(Chrome -> New App -> Hello World).
81
<li>
Click
on the "My First App" icon.</li>
89
Just like any standard web page, right-
click
on page and select Inspect Element.
91
you can either right-
click
on any app window and
93
go to <code>chrome://extensions</code> and
click
on Inspect Views...</p>
103
right-
click
on your app and select Reload App to reload the changed files.
tut_debugging.html
75
Right-
click
the Hello World icon
91
click
it.
95
Click
the console button
162
Click
the play/pause button
168
Each time you
click
that button,
185
click
line <b>37</b> to disable the breakpoint,
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
TestTouchUtils.java
46
* Sends (synchronously) a single
click
to an absolute screen coordinates.
59
* Sends (synchronously) a single
click
to the View at the specified coordinates.
74
* Sends (synchronously) a single
click
to the center of the View.
95
* Sends (synchronously) a long
click
to the View at the specified coordinates.
114
* Sends (synchronously) a long
click
to the View at its center.
117
* @param v The view to long
click
.
/external/chromium_org/third_party/skia/experimental/webtry/res/js/
webtry.js
111
chooseList.querySelector('#'+id).addEventListener('
click
', sourceSelect, true);
139
enableSource.addEventListener('
click
', sourceClick, true);
140
selectedSource.addEventListener('
click
', sourceClick, true);
217
tryHistory.querySelector('.tries').addEventListener('
click
', historyClick, true);
277
run.addEventListener('
click
', onSubmitCode);
285
embedButton.addEventListener('
click
', onEmbedClick);
/external/skia/experimental/webtry/res/js/
webtry.js
111
chooseList.querySelector('#'+id).addEventListener('
click
', sourceSelect, true);
139
enableSource.addEventListener('
click
', sourceClick, true);
140
selectedSource.addEventListener('
click
', sourceClick, true);
217
tryHistory.querySelector('.tries').addEventListener('
click
', historyClick, true);
277
run.addEventListener('
click
', onSubmitCode);
285
embedButton.addEventListener('
click
', onEmbedClick);
/external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat
3
play = Plays the segment with associated event attributes. To trigger the event,
click
the event in the timeline.
40
seglist = The list of segments display here. You may add, revise, or delete segments using the buttons at the left. You may also double
click
to edit a segment.
41
eventlist = The list of events for the currently selected segment display here. Double
click
to edit, or use the buttons at the left to add, revise, or delete and event.
61
audition =
Click
this button to audition the JET file. This is an interactive playback mode that simulates a how the JET file will work in production.
101
seglist = The list of segments in the JET file display here. Double
click
on a segment to add it to the play queue, or use the buttons below.
102
tracklist = The tracks in the segment currently playing segment display here. Tracks which are muted are checked.
Click
on a track to toggle its mute status.
/developers/build/prebuilts/gradle/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java
60
* Triggers a
click
on the button and tests if the view is clipped afterwards.
68
// Trigger a
click
on the button to activate clipping.
/developers/samples/android/ui/views/Clipping/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java
60
* Triggers a
click
on the button and tests if the view is clipped afterwards.
68
// Trigger a
click
on the button to activate clipping.
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentAlertDialog.java
64
Log.i("FragmentAlertDialog", "Positive
click
!");
69
Log.i("FragmentAlertDialog", "Negative
click
!");
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentAlertDialogSupport.java
65
Log.i("FragmentAlertDialog", "Positive
click
!");
70
Log.i("FragmentAlertDialog", "Negative
click
!");
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson4/
LaunchActivityTest.java
76
//Because this is an isolated ActivityUnitTestCase we have to directly
click
the
84
//Verify that LaunchActivity was finished after button
click
/docs/source.android.com/src/source/
using-eclipse.jd
76
<p>Select "Create project from existing source", enter the path to your Android root directory, and
click
Finish.</p>
91
<p>In the Navigator, right-
click
on the project name</p>
94
<p>
Click
Refresh in the context menu</p>
110
<p>
Click
"Add Folder..."</p>
116
<p>
Click
OK.</p>
157
<p>Right-
click
"Remote Java Application", select "New".</p>
169
<p>
Click
the "Debug" button and you should be all set.</p>
173
<p>You may need to open the Debug perspective (next to the "Java" perspective icon in the upper-right,
click
the small "Open Perspective" icon and select "Debug"). Once you do, you should see a list of threads; if you select one and break it (by clicking the "pause" icon), it should show the stack trace, source file, and line where execution is at. Breakpoints and whatnot should all work.</p>
/external/chromium_org/ash/system/locale/
locale_notification_controller.cc
39
virtual void
Click
() OVERRIDE;
71
void LocaleNotificationDelegate::
Click
() {
/external/chromium_org/chrome/browser/apps/
window_controls_browsertest.cc
63
// Send a left
click
on the "Close" button and wait for the close action
67
// Send mouse
click
somewhere inside the [x] button
/external/chromium_org/chrome/browser/resources/print_preview/settings/
layout_settings.js
52
'
click
',
56
'
click
',
/external/chromium_org/chrome/browser/ui/views/
menu_test_base.cc
25
void MenuTestBase::
Click
(views::View* view, const base::Closure& next) {
61
Click
(button_, CreateEventTask(this, &MenuTestBase::DoTestWithMenuOpen));
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
user_image_screen_handler.h
63
// Handles 'take-photo' button
click
.
66
// Handles 'discard-photo' button
click
.
Completed in 6417 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>