HomeSort by relevance Sort by last modified time
    Searched full:selection (Results 501 - 525 of 3967) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/
ImageCanvas.java 169 int selection = mHorizontalScrollBar.getSelection(); local
170 int destX = -selection - mOrigin.x;
173 mOrigin.x = -selection;
181 int selection = mVerticalScrollBar.getSelection(); local
182 int destY = -selection - mOrigin.y;
185 mOrigin.y = -selection;
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DeletedContactUtil.java 76 String selection = DeletedContacts.CONTACT_DELETED_TIMESTAMP + ">?"; local
78 Cursor cursor = resolver.query(URI, projection, selection, args, null);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java 30 * to set an internal selection more appropriate using this rect.
38 * jump to some default internal selection (the top) and not allow for the smooth handoff.
InternalSelectionScroll.java 26 * Demonstrates how a well behaved view with internal selection
31 * each time its internal selection changes.
List15.java 31 * This demo illustrates the use of CHOICE_MODE_MULTIPLE_MODAL, a.k.a. selection mode on ListView.
47 getActionBar().setSubtitle("Long press to start selection");
List16.java 31 * This demo illustrates the use of CHOICE_MODE_MULTIPLE_MODAL, a.k.a. selection mode on ListView
49 getActionBar().setSubtitle("Long press to start selection");
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
ArticleFragment.java 34 // the previous article selection set by onSaveInstanceState().
72 // Save the current article selection in case we need to recreate the fragment
  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.h 66 // the contents or selection/cursor.
75 // Get text to speak when only the selection/cursor has changed.
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu.cc 25 const std::vector<const BookmarkNode*>& selection)
28 this, profile, page_navigator, parent, selection))),
  /external/chromium/chrome/browser/ui/views/tabs/
tab_controller.h 24 // Extends the selection from the anchor to |tab|.
30 // Adds the selection the anchor to |tab|.
  /external/chromium-trace/trace-viewer/src/ui/
mouse_mode_selector.css 44 .mouse-mode-selector .selection-mode-button {
49 .mouse-mode-selector .selection-mode-button.active {
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.html 24 <select id="display-options-resolution-selection"
32 <select id="display-options-orientation-selection"
  /external/chromium_org/chrome/browser/ui/
chrome_select_file_policy_unittest.cc 89 // file-selection dialogs disabled by policy.
99 // Disallow file-selection dialogs.
  /external/chromium_org/media/filters/
audio_decoder_selector.h 32 // Indicates completion of AudioDecoder selection.
62 // Aborts pending AudioDecoder selection and fires |select_decoder_cb| with
video_decoder_selector.h 31 // Indicates completion of VideoDecoder selection.
60 // Aborts pending VideoDecoder selection and fires |select_decoder_cb| with
  /external/chromium_org/third_party/WebKit/public/web/
WebExternalPopupMenuClient.h 41 // changed. Can be -1 if there is no selection.
55 // selection.
WebTextInputInfo.h 40 // The cursor position of the current selection start, or the caret position
44 // The cursor position of the current selection end, or the caret position
WebWidget.h 180 // current selection and inserts the text. This method has no effect if
193 // Returns the anchor and focus bounds of the current selection.
194 // If the selection range is empty, it returns the caret bounds.
204 // Returns the text direction at the start and end bounds of the current selection.
205 // If the selection range is empty, it returns false.
208 // Returns true if the selection range is nonempty and its anchor is first
212 // Fetch the current selection range of this WebWidget. If there is no
213 // selection, it will output a 0-length range with the location at the
  /external/chromium_org/ui/views/controls/
prefix_selector.h 17 // PrefixSelector is used to change the selection in a view as the user
59 // Invoked when text is typed. Tries to change the selection appropriately.
  /external/chromium_org/webkit/browser/appcache/
appcache_host.h 43 // Called just after the cache selection algorithm completes.
61 // Support for cache selection and scriptable method calls.
104 // Associations are broken either thru the cache selection algorithm
117 // selection algorithm implemented (in this class), or by the update algorithm
133 // work properly, this method needs to by invoked prior to cache selection.
240 // for the purposes of cache selection, one or the other of these will
265 // cache selection prior to responding to these calls, as cache selection
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 49 * System color used to paint list selection area.
53 * System color used to paint list selection text.
  /external/openfst/src/bin/
fstequivalent.cc 32 DEFINE_string(select, "uniform", "Selection type: one of: "
78 LOG(ERROR) << argv[0] << ": Unknown selection type \""
fstrandgen.cc 27 DEFINE_string(select, "uniform", "Selection type: one of: "
70 LOG(ERROR) << argv[0] << ": Unknown selection type \""
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteDatabase.java 115 String selection, String[] selectionArgs, String groupBy,
118 String where = selection;
119 if (selection != null && selectionArgs != null) {
120 where = buildWhereClause(selection, selectionArgs);
140 public Cursor query(String table, String[] columns, String selection,
143 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, null);
147 public Cursor query(String table, String[] columns, String selection,
150 return query(false, table, columns, selection, selectionArgs, groupBy, having, orderBy, limit);
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ChoiceCallback.java 95 public void setSelectedIndex(int selection) {
97 this.selections[0] = selection;

Completed in 1143 milliseconds

<<21222324252627282930>>