Searched defs:selected (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListItemsExpandOnSelection.java28 * A list where each item expands by 1.5 when selected.
71 public void setSelected(boolean selected) { argument
72 super.setSelected(selected);
73 if (selected) {
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java53 * Set the selected state of the chip.
54 * @param selected
56 public void setSelected(boolean selected) { argument
57 mSelected = selected;
61 * Return true if the chip is selected.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsBroadcastConfigInfo.java33 * selected false means message types specified in {@code <fromServiceId, toServiceId>}
42 private boolean selected; field in class:SmsBroadcastConfigInfo
48 int toScheme, boolean selected) {
53 this.selected = selected;
113 * @param selected the selected to set
115 public void setSelected(boolean selected) { argument
116 this.selected = selected;
47 SmsBroadcastConfigInfo(int fromId, int toId, int fromScheme, int toScheme, boolean selected) argument
[all...]
H A DSimSmsInterfaceManager.java300 protected void addRange(int startId, int endId, boolean selected) { argument
302 SMS_CB_CODE_SCHEME_MIN, SMS_CB_CODE_SCHEME_MAX, selected));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIntRangeManager.java536 * @param selected true to enable range, false to disable range
539 private boolean tryAddSingleRange(int startId, int endId, boolean selected) { argument
541 addRange(startId, endId, selected);
566 * @param selected true to enable range, false to disable range
568 protected abstract void addRange(int startId, int endId, boolean selected); argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DIntRangeManagerTest.java64 protected void addRange(int startId, int endId, boolean selected) { argument
66 SMS_CB_CODE_SCHEME_MIN, SMS_CB_CODE_SCHEME_MAX, selected));
92 int toServiceId, int fromCodeScheme, int toCodeScheme, boolean selected) {
97 assertEquals("selected", selected, info.isSelected());
91 checkConfigInfo(SmsBroadcastConfigInfo info, int fromServiceId, int toServiceId, int fromCodeScheme, int toCodeScheme, boolean selected) argument
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatIcs.java204 public static void setSelected(Object info, boolean selected) { argument
205 ((AccessibilityNodeInfo) info).setSelected(selected);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiSelector.java26 * selected, enabled, checked etc. Additionally UiSelector allows targeting of UI
192 * the widget is selected. The content-description
212 * the widget is selected. The content-description
230 * the widget is selected. The content-description
250 * the widget is selected. The content-description
314 * is selected.
332 * is selected.
350 * is selected.
368 * is selected.
379 * are currently selected
392 public UiSelector selected(boolean val) { method in class:UiSelector
[all...]
/frameworks/base/core/java/android/widget/
H A DGallery.java87 * The alpha of items that are not selected.
144 * The currently selected item's child.
149 * Whether to continuously callback on the item selected listener during a
155 * Whether to callback when an item that is not selected is clicked.
160 * If true, do not callback to item selected listener.
186 * Offset between the center of the selected child view and the center of the Gallery.
229 // We draw the selected item last (because otherwise the item to the
238 * while the items are being flinged. If false, only the final selected item
250 * Whether or not to callback when an item that is not selected is clicked.
251 * If false, the item will become selected (an
1128 dispatchSetSelected(boolean selected) argument
[all...]
H A DGridView.java202 // Nothing selected
271 * @return The view that is currently selected, if it happens to be in the
336 // is this the selected item?
337 boolean selected = pos == selectedPosition;
341 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
348 if (selected && (hasFocus || inClick)) {
370 * @return The view that is currently selected
408 * @return The view that is currently selected
525 * @return The selected view, or null if the selected vie
1324 makeAndAddView(int position, int y, boolean flow, int childrenLeft, boolean selected, int where) argument
1365 setupChild(View child, int position, int y, boolean flow, int childrenLeft, boolean selected, boolean recycled, int where) argument
[all...]
H A DImageView.java434 public void setSelected(boolean selected) { argument
435 super.setSelected(selected);
H A DListView.java338 * @param isSelectable true if the footer view can be selected
480 // Nothing selected
486 // Nothing selected
660 * @return The view that is currently selected, if it happens to be in the
672 // is this the selected item?
673 boolean selected = pos == mSelectedPosition;
674 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected);
677 if (selected) {
695 * @return The view that is currently selected
706 // is this the selected ite
1813 makeAndAddView(int position, int y, boolean flow, int childrenLeft, boolean selected) argument
1853 setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, boolean selected, boolean recycled) argument
[all...]
H A DTextView.java923 // that was selected.
2356 * Sets the text color for all the states (normal, selected,
2390 * Gets the text colors for the different states (normal, selected, focused) of the TextView.
2402 * <p>Return the current color selected for normal text.</p>
2583 * Sets the color of the hint text for all the states (disabled, focussed, selected...) of this
2628 * <p>Return the current color selected to paint the hint text.</p>
3953 * or when an action supplied to the IME is selected by the user. Setting
4446 // - onFocusChanged cannot start it when focus is given to a view with selected text (after
4622 * always be selected, independently of the value of this flag.
4624 * @return True if the text displayed in this TextView can be selected b
7357 setSelected(boolean selected) argument
[all...]
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java75 public void setSelected(Object info, boolean selected); argument
359 public void setSelected(Object info, boolean selected) { argument
616 public void setSelected(Object info, boolean selected) { argument
617 AccessibilityNodeInfoCompatIcs.setSelected(info, selected);
1477 * Gets whether this node is selected.
1479 * @return True if the node is selected.
1486 * Sets whether this node is selected.
1493 * @param selected True if the node is selected.
1496 public void setSelected(boolean selected) { argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java983 * Gets whether this node is selected.
985 * @return True if the node is selected.
992 * Sets whether this node is selected.
999 * @param selected True if the node is selected.
1003 public void setSelected(boolean selected) { argument
1004 setBooleanProperty(PROPERTY_SELECTED, selected);
1859 builder.append("; selected: ").append(isSelected());
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp1122 Rational lower, upper, selected; local
1139 selected = (lower != best) ? lower : upper;
1142 // from the selected ratio of source crop to display frame.
1143 scDim = HwcTestDim(selected.numerator(), scMin.height());
1144 dfDim = HwcTestDim(selected.denominator(), dfMin.height());
1221 Rational lower, upper, selected; local
1238 selected = (lower != best) ? lower : upper;
1241 // from the selected ratio of source crop to display frame.
1242 scDim = HwcTestDim(scMin.width(), selected.numerator());
1243 dfDim = HwcTestDim(dfMin.width(), selected
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroup.java2968 public void dispatchSetSelected(boolean selected) { argument
2972 children[i].setSelected(selected);
H A DView.java1108 * Indicates the view is selected. States are used with
1144 * Indicates the view is enabled and selected.
1158 * Indicates the view is focused and selected.
1172 * Indicates the view is selected and that its window has the focus.
1180 * Indicates the view is enabled, focused and selected.
1196 * Indicates the view is enabled, selected and its window has the focus.
1204 * Indicates the view is focused, selected and its window has the focus.
1212 * Indicates the view is enabled, focused, selected and its window
1229 * Indicates the view is pressed and selected.
1236 * Indicates the view is pressed, selected an
14860 setSelected(boolean selected) argument
14880 dispatchSetSelected(boolean selected) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java5363 * Cut the selected text into the clipboard
8095 // which items are selected.
8222 private InvokeListBox(String[] array, int[] enabled, int[] selected) { argument
8224 mSelectedArray = selected;
8330 // multiple items selected are associated with the positions, not
8386 * @param selectedArray Which positions are initally selected.
8401 * @param selection Which position is initally selected.

Completed in 709 milliseconds