Searched refs:selected (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/telephony/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.java292 protected void addRange(int startId, int endId, boolean selected) { argument
294 SMS_CB_CODE_SCHEME_MIN, SMS_CB_CODE_SCHEME_MAX, selected));
/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/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsTallerThanScreenTest.java76 assertEquals("selected position", 0, mListView.getSelectedItemPosition());
77 assertTrue("same view should be selected", view.isSelected());
121 assertTrue("top of selected view should be above top of list",
176 * Assuming the selected view is overlapping the bottom edge, how many times
179 * b) the selected view is the last item in the list, and we are scrolled to the bottom
183 View selected = mListView.getSelectedView();
186 selected.getBottom() > realBottom);
188 selected.getTop() < realBottom);
190 int pixelsOffScreen = selected.getBottom() - realBottom;
/frameworks/base/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/base/telephony/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);
558 * @param selected true to enable range, false to disable range
560 protected abstract void addRange(int startId, int endId, boolean selected); argument
H A DRIL.java3056 boolean selected = (p.readInt() == 1);
3059 toScheme, selected);
/frameworks/base/core/java/android/widget/
H A DGridView.java151 // Nothing selected
212 * @return The view that is currently selected, if it happens to be in the
263 // is this the selected item?
264 boolean selected = pos == selectedPosition;
268 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
275 if (selected && (hasFocus || inClick)) {
297 * @return The view that is currently selected
331 * @return The view that is currently selected
448 * @return The selected view, or null if the selected vie
1205 makeAndAddView(int position, int y, boolean flow, int childrenLeft, boolean selected, int where) argument
1246 setupChild(View child, int position, int y, boolean flow, int childrenLeft, boolean selected, boolean recycled, int where) argument
[all...]
H A DListView.java352 * @param isSelectable true if the footer view can be selected
472 // Nothing selected
485 // Nothing selected
659 * @return The view that is currently selected, if it happens to be in the
668 // is this the selected item?
669 boolean selected = pos == mSelectedPosition;
670 View child = makeAndAddView(pos, nextTop, true, mListPadding.left, selected);
673 if (selected) {
690 * @return The view that is currently selected
698 // is this the selected ite
1722 makeAndAddView(int position, int y, boolean flow, int childrenLeft, boolean selected) argument
1767 setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, boolean selected, boolean recycled) argument
[all...]
H A DImageView.java349 public void setSelected(boolean selected) { argument
350 super.setSelected(selected);
H A DAbsListView.java154 * Force the selected item to be on somewhere on the screen
320 * of the currently selected view. Used to save and restore state.
378 * The position to resurrect the selected position to.
841 // the focused rectangle of the selected view offset into the
1552 * Set a Drawable that should be used to highlight the currently selected item.
1651 // The selector uses this View's drawable state. The selected child view
1738 // Remember the last selected element
3512 * Makes the item at the supplied position selected.
3541 final View selected = getChildAt(selectedPos - mFirstPosition);
3542 selectedTop = selected
[all...]
H A DGallery.java82 * The alpha of items that are not selected.
138 * The currently selected item's child.
143 * Whether to continuously callback on the item selected listener during a
149 * Whether to callback when an item that is not selected is clicked.
154 * If true, do not callback to item selected listener.
211 // We draw the selected item last (because otherwise the item to the
220 * while the items are being flinged. If false, only the final selected item
232 * Whether or not to callback when an item that is not selected is clicked.
233 * If false, the item will become selected (and re-centered). If true, the
237 * item that is not selected i
1024 dispatchSetSelected(boolean selected) argument
[all...]
H A DTextView.java301 // Set when this TextView gained focus with some text selected. Will start selection mode.
776 // that was selected.
1775 * Sets the text color for all the states (normal, selected,
1810 * <p>Return the current color selected for normal text.</p>
1941 * <p>Return the current color selected to paint the hint text.</p>
3134 * or when an action supplied to the IME is selected by the user. Setting
3762 // - onFocusChanged cannot start it when focus is given to a view with selected text (after
4837 * @param text The auto complete text the user has selected.
6025 * selected.
6604 // SelectAllOnFocus fields are highlighted and not selected
6757 setSelected(boolean selected) argument
[all...]
/frameworks/base/core/java/android/view/
H A DView.java995 * Indicates the view is selected. States are used with
1033 * Indicates the view is enabled and selected.
1049 * Indicates the view is focused and selected.
1065 * Indicates the view is selected and that its window has the focus.
1074 * Indicates the view is enabled, focused and selected.
1092 * Indicates the view is enabled, selected and its window has the focus.
1101 * Indicates the view is focused, selected and its window has the focus.
1110 * Indicates the view is enabled, focused, selected and its window
1132 * Indicates the view is pressed and selected.
1141 * Indicates the view is pressed, selected an
7747 setSelected(boolean selected) argument
7764 dispatchSetSelected(boolean selected) argument
[all...]
H A DViewGroup.java1701 public void dispatchSetSelected(boolean selected) { argument
1705 children[i].setSelected(selected);
/frameworks/base/core/java/android/webkit/
H A DWebView.java7319 // which items are selected.
7446 private InvokeListBox(String[] array, int[] enabled, int[] selected) { argument
7448 mSelectedArray = selected;
7547 // multiple items selected are associated with the positions, not
7593 * @param selectedArray Which positions are initally selected.
7639 * @param selection Which position is initally selected.

Completed in 586 milliseconds