OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:click
(Results
401 - 425
of
1559
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/text/style/
ClickableSpan.java
31
* Performs the
click
action associated with this span.
EasyEditSpan.java
27
* The {@link TextView} uses this span to allow the user to delete a chuck of text in one
click
.
/frameworks/base/core/tests/coretests/res/values/
strings.xml
45
<string name="scroll_top_button">
Click
to make "hi!" on screen</string>
46
<string name="scroll_top_button2">
Click
to make blob on screen</string>
48
<string name="scroll_bottom_button2">
Click
to make blob on screen</string>
49
<string name="scroll_bottom_button">
Click
to make "hi!" on screen</string>
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java
102
//
click
124
//
click
143
//
click
161
//
click
/frameworks/base/docs/html/tools/samples/
index.jd
13
<li>On Windows, double-
click
the SDK Manager.exe file at the root of the Android SDK
/frameworks/base/test-runner/src/android/test/
TestCase.java
30
* <p>See the android.test package documentation (
click
the more... link)
/packages/apps/Phone/res/values/
ids.xml
19
(Note we handle these in the InCallScreen's "button
click
"
/packages/apps/Settings/
proguard.flags
16
# Keep
click
responders
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
EditorRelativeLayout.java
28
* The only reason we customize this layout is to listen to
click
events
/tools/motodev/src/help/appvalidator_help/src/topics/
u_appvalidator-prefs-devices.dita
20
click
the <uicontrol>Screen Size</uicontrol> or <uicontrol>Pixel Density</uicontrol> column headings to sort the
/tools/motodev/src/help/studio_help/src/topics/
t_app-cert-removing.dita
34
<cmd>Select the key and
click
<image href="../images/KeyDelete.png"/> (Delete key).</cmd>
t_app-launching_android.dita
22
<cmd>Right-
click
the project in the Package Explorer and select <menucascade><uicontrol>Run
30
<cmd>On the Main tab of the Run Configurations dialog,
click
<uicontrol>Browse</uicontrol> next to the
38
<cmd>
Click
<uicontrol>Run</uicontrol> to save and run your new configuration.</cmd>
52
will be asked whether the emulator should be presented within an Eclipse view. If you
click
<uicontrol
t_device-state-managing.dita
20
<cmd>Right-
click
an Android handset or running AVD.</cmd>
t_emulator-controlling.dita
21
<cmd>Right-
click
a running AVD.</cmd>
u_db-create.dita
7
either right-
click
the project and select <menucascade><uicontrol>MOTODEV Studio</uicontrol><uicontrol>Create
u_db-table-create.dita
6
Database perspective. Then, using the MOTODEV Database Explorer, right-
click
a connected database and select
u_new-device.dita
16
name for the new AVD; supply a name and
click
<uicontrol>Next</uicontrol>. The second dialog contains basic
u_obfuscate-projects.dita
17
to be obfuscated, clear any that should not be obfuscated, and
click
<uicontrol>OK</uicontrol>. If MOTODEV
u_pkg-install.dita
6
you right-
click
a device in the Device Management view and select <uicontrol>Install App</uicontrol> from the menu
u_select-instance.dita
7
dialog appears when you
click
<uicontrol>Browse</uicontrol> next to the <uicontrol>Instance</uicontrol> field on the
u_sign-import-keystore-entries.dita
15
<p>This dialog is displayed when you
click
<image href="../images/KeystoreEntriesImport.png"/> (Import Entries) in
u_sign-import-keystore.dita
16
<p>This dialog is displayed when you
click
<image href="../images/KeystoreImport.png"/> (Import Keystore) in the
u_sign-keystore-backup-restore.dita
15
<p>This dialog is displayed when you
click
<image href="../images/KeystoresRestore.png"/> (Restore From Backup) in
u_sign-keystore-backup.dita
15
<p>This dialog is displayed when you
click
<image href="../images/KeystoresBackup.png"/> (Back Up Keystores) in
/external/skia/src/views/
SkWidgets.cpp
312
SkView::
Click
* SkPushButtonWidget::onFindClickHandler(SkScalar x, SkScalar y)
315
return new
Click
(this);
318
bool SkPushButtonWidget::onClick(
Click
*
click
)
324
if (r.contains(
click
->fCurr))
326
if (
click
->fState ==
Click
::kUp_State)
Completed in 1160 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>