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

<<11121314151617181920>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentation.java 111 * Handles click on {@link Button}.
117 public void click(PropertyTable propertyTable, Property property) throws Exception { method in class:ButtonPropertyEditorPresentation
  /external/skia/samplecode/
SamplePatch.cpp 318 class PtClick : public Click {
321 PtClick(SkView* view, int index) : Click(view), fIndex(index) {}
328 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y,
338 virtual bool onClick(Click* click) {
339 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX, click->fCurr.fY);
SampleRegion.cpp 396 virtual SkView::Click* onFindClickHandler(SkScalar x, SkScalar y,
399 SkScalarRoundToInt(y)) ? new Click(this) : NULL;
402 virtual bool onClick(Click* click) {
403 fRect.offset(click->fICurr.fX - click->fIPrev.fX,
404 click->fICurr.fY - click->fIPrev.fY);
  /external/webrtc/test/functional_test/
README 22 4. Open the test page, connect to the server, select the loopback peer, click
30 5. Open the test page, connect to the server, select the other peer, click call.
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuWith1ItemTest.java 53 // Open menu, click on an item
59 assertTrue("Item doesn't seem to have registered our click", mActivity.wasItemClicked(0));
  /frameworks/base/docs/html/sdk/installing/
studio-layout.jd 30 you edit the XML file as text, and the <strong>Design</strong> view. Just click the
45 skin, click the preview icon
55 <p>When you click in the preview image, the layout editor highlights the corresponding
65 where you can click on &quot;Change to Button&quot; to fix the error in the XML file:</p>
74 Android Studio displays an error panel with links that you can click to supply the missing
84 <p>To pick a theme for your app, click the Theme icon
98 <p>Android Studio provides built-in localization support. When you click the
147 <p>You can use the same process to create a snapshot of your app's preview. Just click the
  /frameworks/base/docs/html/tools/debugging/
ddms.jd 43 <li>From Eclipse: Click <strong>Window > Open Perspective > Other... > DDMS</strong>.</li>
113 <li>Click the <strong>Update Heap</strong> button to enable heap information for the
116 <li>In the Heap tab, click <strong>Cause GC</strong> to invoke garbage collection, which
118 object types and the memory that has been allocated for each type. You can click <strong>Cause
121 <li>Click on an object type in the list to see a bar graph that shows the number of objects
138 <li>In the Allocation Tracker tab, click the <strong>Start Tracking</strong> button to begin
141 <li>Click <strong>Get Allocations</strong> to see a list of objects that have been allocated
142 since you clicked on the <strong>Start Tracking</strong> button. You can click on <strong>Get
146 <li>To stop tracking or to clear the data and start over, click the <strong>Stop Tracking
149 <li>Click on a specific row in the list to see more detailed information such as the method an
    [all...]
  /frameworks/base/docs/html/training/basics/firstapp/
running-app.jd 127 <li>Open one of your project's files and click
132 <strong>Android Application</strong> and click <strong>OK</strong>.</li>
171 <li>In Eclipse, click Android Virtual Device Manager
179 <li>In the <em>Android Virtual Device Manager</em> panel, click <strong>New</strong>.</li>
182 <li>Click <strong>Create AVD</strong>.</li>
183 <li>Select the new AVD from the <em>Android Virtual Device Manager</em> and click
190 <li>Open one of your project's files and click
195 <strong>Android Application</strong> and click <strong>OK</strong>.</li>
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
AppNotIdleExceptionTest.java 20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
70 onView(withId(R.id.request_button)).perform(click());
  /frameworks/testing/espresso/espresso-sample/src/androidTest/java/com/google/android/apps/common/testing/ui/testapp/
ScrollToTest.java 20 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
54 .perform(scrollTo(), click()); method
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapter.java 66 * Handles a regular click on a suggestion.
74 * Handles a click on the query refinement button.
  /packages/screensavers/PhotoTable/res/values/
strings.xml 41 <!-- Click to select all albums in the album selection activity. [CHAR LIMIT=15] -->
44 <!-- Click to clear selection in the album selection activity. [CHAR LIMIT=15] -->
  /frameworks/base/docs/html/tools/support-library/
setup.jd 66 <li>Click the <strong>Install packages...</strong> button.</li>
120 <li>Right click the JAR file and select <strong>Build Path &gt; Add to Build Path</strong>.
172 <li>Select <strong>Existing Android Code Into Workspace</strong> and click
177 <li>Click <strong>Finish</strong> to import the project. For the v7 appcompat project, you
179 <li>In the new library project, expand the {@code libs/} folder, right-click each {@code .jar}
183 <li>Right-click the library project folder and select <strong>Build Path &gt; Configure
190 <li>Click <strong>OK</strong> to complete the changes.</li>
200 <li>In the Project Explorer, right-click your project and select <strong>Properties</strong>.</li>
202 <li>In the Library pane, click the <strong>Add</strong> button.</li>
203 <li>Select the library project and click <strong>OK</strong>. For example, th
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
running.rst 178 * Click the "Enable" link.
179 * Click the "Relaunch Now" button in the bottom of the screen. **Native
188 #. If the link below "Native Client" says "Enable", click the link to enable
327 * Check the box for **Developer mode** and then click the **Load unpacked
332 #. Open a new tab in Chrome and click the **Apps** link at the bottom of the
336 Click the icon to launch the app.
377 * Check the box for **Developer mode** and then click the **Load unpacked
382 #. Open a new tab in Chrome and click the **Apps** link at the bottom of the
386 Click the icon to launch the app.
428 * The first time you log in, click the "Add new item" button to display th
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 259 * @return {boolean} True if file got selected and a double click message is
274 * whether the target is found and mousedown and click events are sent.
289 // If the target volume is sub-volume of drive, we must click 'drive'
307 // and 'click' to the navigation list.
397 * Simulates a fake mouse click (left button, single click) on the element
398 * specified by |targetQuery|. If the element has the click method, just calls
399 * it. Otherwise, this sends 'mouseover', 'mousedown', 'mouseup' and 'click'
419 var clickEvent = new MouseEvent('click', {bubbles: true, detail: 1});
426 * Simulates a fake mouse click (right button, single click) on the elemen
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js 134 $('details-internet-dismiss').addEventListener('click', function(event) {
138 $('details-internet-login').addEventListener('click', function(event) {
143 $('details-internet-disconnect').addEventListener('click',
149 $('details-internet-configure').addEventListener('click',
155 $('activate-details').addEventListener('click', function(event) {
159 $('buyplan-details').addEventListener('click', function(event) {
165 $('view-account-details').addEventListener('click', function(event) {
171 $('cellular-apn-use-default').addEventListener('click', function(event) {
203 $('cellular-apn-set').addEventListener('click', function(event) {
240 $('cellular-apn-cancel').addEventListener('click', function(event)
    [all...]
  /build/tools/droiddoc/templates-ds/assets/design/
default.js 88 $('.nav-y li').has('ul').click(function() {
122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) {
128 $('video.play-on-hover').bind('click', function(){
163 $('h2').click(function() {
  /build/tools/droiddoc/templates-pdk/assets/design/
default.js 88 $('#nav li.nav-section').click(function() {
122 $('.nav-section-header').find('a:eq(0)').click(function(evt) {
128 $('video.play-on-hover').bind('click', function(){
163 $('h2').click(function() {
  /build/tools/droiddoc/templates-sac/assets/design/
default.js 88 $('.nav-y li').has('ul').click(function() {
122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) {
128 $('video.play-on-hover').bind('click', function(){
163 $('h2').click(function() {
  /build/tools/droiddoc/templates-sdk/assets/design/
default.js 88 $('.nav-y li').has('ul').click(function() {
122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) {
128 $('video.play-on-hover').bind('click', function(){
163 $('h2').click(function() {
  /build/tools/droiddoc/templates-sdk-dyn/assets/design/
default.js 88 $('.nav-y li').has('ul').click(function() {
122 $('.nav-y li').has('ul').find('a:eq(0)').click(function(evt) {
128 $('video.play-on-hover').bind('click', function(){
163 $('h2').click(function() {
  /developers/build/prebuilts/gradle/DocumentCentricRelinquishIdentity/Application/src/main/res/values/
strings.xml 24 <string name="go_to_recents_text">Click on the Recents button in the navigation bar to see the label and icon change in the recents stack.</string>
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/res/values/
base-strings.xml 25 click the "Toggle immersive mode" button, then try swiping the bar in and out!
  /developers/build/prebuilts/gradle/StorageClient/Application/src/main/res/values/
base-strings.xml 25 \n\nTo demonstrate this, click the button below to open up the Storage Access Framework
  /developers/build/prebuilts/gradle/TextSwitcher/Application/src/main/res/values/
strings.xml 21 \n\n<b>Click the button</b> below to set new text in the TextSwitcher and observe the in and out

Completed in 907 milliseconds

<<11121314151617181920>>