HomeSort by relevance Sort by last modified time
    Searched full:click (Results 701 - 725 of 2674) sorted by null

<<21222324252627282930>>

  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
dropdown-view.js 33 // Delegate click event to profiler.
34 this.$tree_.bind('tree.click', function(event) {
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorSuggestionListAdapter.java 34 * Called upon a click on a suggestion.
49 * Sets the listener that will be notified upon a click on a suggestion.
  /external/chromium_org/ui/base/test/
ui_controls.h 26 // the correct type (key down, mouse click, etc.) will trigger the Closure to be
79 // Sends a mouse down and/or up message. The click will be sent to wherever
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
commandbutton.js 37 this.addEventListener('click', this.handleClick_.bind(this));
97 * Handles click event and dispatches associated command.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 62 * the mouse location, if editor is activated using mouse click, or <code>null</code> if
94 * Handles double click on {@link Property} value in {@link PropertyTable}.
  /external/lldb/docs/
building-with-debug-llvm.txt 35 Under "Targets" in the Groups & Files navigator, double-click
40 Under "Targets" in the Groups & Files navigator, double-click
  /external/owasp/sanitizer/src/tests/org/owasp/html/
ExamplesTest.java 95 String input = "<a href=\"../good.html\">click here</a>";
97 assertEquals("<a href=\"../good.html\" rel=\"nofollow\">click here</a>",
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemovalTest.java 107 // click making it GONE
123 // click making it INVISIBLE
  /frameworks/base/docs/html/tools/projects/
templates.jd 58 <li>Select <strong>Android &gt; Android Application Project</strong>, and click
62 presentation <strong>Theme</strong>, and click <strong>Next</strong>.</li>
63 <li>Enter the project configuration options, and click <strong>Next</strong>.</li>
64 <li>Optionally enter launcher icon settings, and click <strong>Next</strong>.</li>
247 <li>Right click the project folder of the Android application where you want to add an
250 <li>Select <strong>Android &gt; Android Activity</strong>, and click <strong>Next</strong>.</li>
334 <li>Right click the project folder of the Android application where you want to add a code
337 <li>Select <strong>Android &gt; Android Object</strong>, and click <strong>Next</strong>.</li>
  /frameworks/base/docs/html/training/notepad/
notepad-extra-credit.jd 31 right click in the narrow grey border on the left of the edit window at the
41 Right click on the <code>Notepadv3</code> project and from the Debug menu
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
Tap.java 29 * Executes different click types to given position.
43 Log.d(TAG, "Injection of up event as part of the click failed. Send cancel event.");
  /frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
AdvancedSynchronizationTest.java 21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
84 onView(withId(R.id.request_button)).perform(click());
CustomFailureHandlerTest.java 21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
59 onView(withText("does not exist")).perform(click()); method
  /packages/apps/Camera2/src/com/android/camera/ui/
RadioOptions.java 33 * Listener for responding to {@link android.view.View} click events.
37 * Override to respond to {@link android.view.View} click events.
  /packages/apps/Mms/src/com/android/mms/ui/
WarnOfStorageLimitsActivity.java 91 // This is called after the click, since we finish when handling the
92 // click, don't do that again here.
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/res/values/
strings.xml 38 <string name="click_to_change">Click to Change</string>
  /developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
PlanetAdapter.java 35 * Interface for receiving click events from cells.
  /developers/samples/android/ui/notifications/LNotifications/Application/src/main/res/values/
strings.xml 38 <string name="click_to_change">Click to Change</string>
  /developers/samples/android/ui/views/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
PlanetAdapter.java 35 * Interface for receiving click events from cells.
  /development/samples/ApiDemos/res/layout/
secure_view_overlay.xml 18 its true purpose and encourage the user to click on the secure button. -->
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageView.java 27 * This activity is run as the click activity for {@link IncomingMessage}.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Visibility1.java 51 // Wire each button to a click listener
  /development/samples/StackWidget/
_index.html 20 provide children of the collection with click behaviour.
  /development/samples/browseable/LNotifications/res/values/
strings.xml 38 <string name="click_to_change">Click to Change</string>
  /development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
PlanetAdapter.java 35 * Interface for receiving click events from cells.

Completed in 1326 milliseconds

<<21222324252627282930>>