Searched defs:selected (Results 1 - 25 of 34) sorted by last modified time

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsFragment.java261 if (DEBUG) Log.v(TAG, "new row selected position " + position + " view " + view);
316 private static void setRowViewSelected(ItemBridgeAdapter.ViewHolder vh, boolean selected, argument
319 extra.animateSelect(selected, immediate);
320 ((RowPresenter) vh.getPresenter()).setRowViewSelected(vh.getViewHolder(), selected);
352 // selected state is initialized to false, then driven by grid view onChildSelected
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java45 * display based on the activated or selected state of the View. The card states
106 * Indicates that a card region is visible when the card is selected.
192 * Sets a flag indicating if the Selected animation (if the selected card
193 * type implements one) should run immediately after the card is selected,
196 * is selected and the selected animation is triggered, this flag is
198 * default behavior, and have the selected animation run immediately. One
200 * instead of delaying the selected animation until the user pauses on a
204 * @param delay True (default) if the selected animation should be delayed
205 * after the card is selected, o
327 setSelected(boolean selected) argument
[all...]
H A DDetailsOverviewRowPresenter.java372 protected void onRowViewSelected(RowPresenter.ViewHolder vh, boolean selected) { argument
373 super.onRowViewSelected(vh, selected);
374 if (selected) {
H A DListRowPresenter.java269 * Perform operations when a child of horizontal grid view is selected.
358 protected void onRowViewSelected(RowPresenter.ViewHolder holder, boolean selected) { argument
359 super.onRowViewSelected(holder, selected);
H A DPlaybackControlsRowPresenter.java264 * When "more actions" is selected, the primary actions are replaced with
410 protected void onRowViewSelected(RowPresenter.ViewHolder vh, boolean selected) { argument
411 super.onRowViewSelected(vh, selected);
412 if (selected) {
H A DRowPresenter.java38 * A Row is selected via {@link #setRowViewSelected(Presenter.ViewHolder, boolean)}. The event
63 * view for views that are not selected. Subclasses may override this default effect
132 * Returns whether the Row is selected.
134 * @return true if the Row is selected, false otherwise.
246 * Set the selected state of a Row view.
249 * @param selected True if the Row is expanded, false otherwise.
251 public final void setRowViewSelected(Presenter.ViewHolder holder, boolean selected) { argument
253 rowViewHolder.mSelected = selected;
254 onRowViewSelected(rowViewHolder, selected);
269 * Subclass may override this to respond to selected stat
273 onRowViewSelected(ViewHolder vh, boolean selected) argument
[all...]
/frameworks/support/v4/api21/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatApi21.java46 int columnSpan, boolean heading, boolean selected) {
48 columnSpan, heading, selected);
45 obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, 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/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java67 /** Selection mode where a single item may be selected. */
70 /** Selection mode where multiple items may be selected. */
113 int columnIndex, int columnSpan, boolean heading, boolean selected) {
115 columnIndex, columnSpan, heading, selected));
219 public void setSelected(Object info, boolean selected); argument
256 int columnSpan, boolean heading, boolean selected);
527 public void setSelected(Object info, boolean selected) { argument
641 int columnSpan, boolean heading, boolean selected) {
893 public void setSelected(Object info, boolean selected) { argument
894 AccessibilityNodeInfoCompatIcs.setSelected(info, selected);
112 obtain(int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, boolean selected) argument
255 obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, boolean selected) argument
640 obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, boolean selected) argument
1029 obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, boolean selected) argument
1110 obtainCollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, boolean heading, boolean selected) argument
2043 setSelected(boolean selected) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DScrollingTabContainerView.java405 public void setSelected(boolean selected) { argument
406 final boolean changed = (isSelected() != selected);
407 super.setSelected(selected);
408 if (changed && selected) {
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java205 * the widget is selected. The content-description
226 * the widget is selected. The content-description
245 * the widget is selected. The content-description
266 * the widget is selected. The content-description
356 * is selected.
375 * is selected.
394 * is selected.
413 * is selected.
425 * are currently selected.
433 * is selected
439 public UiSelector selected(boolean val) { method in class:UiSelector
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java733 protected void addRange(int startId, int endId, boolean selected) { argument
735 SMS_CB_CODE_SCHEME_MIN, SMS_CB_CODE_SCHEME_MAX, selected));
773 protected void addRange(int startId, int endId, boolean selected) { argument
775 1, selected));
H A DIntRangeManager.java596 * @param selected true to enable range, false to disable range
599 protected boolean tryAddRanges(int startId, int endId, boolean selected) { argument
604 addRange(startId, endId, selected); // adds to mConfigList
659 * @param selected true to enable range, false to disable range
661 protected abstract void addRange(int startId, int endId, boolean selected); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaSmsBroadcastConfigInfo.java32 * selected false means message types specified in serviceCategory
46 int language, boolean selected) {
50 mSelected = selected;
75 * @return the selected
45 CdmaSmsBroadcastConfigInfo(int fromServiceCategory, int toServiceCategory, int language, boolean selected) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSmsBroadcastConfigInfo.java33 * selected false means message types specified in {@code <fromServiceId, toServiceId>}
48 int toScheme, boolean selected) {
53 mSelected = selected;
113 * @param selected the selected to set
115 public void setSelected(boolean selected) { argument
116 mSelected = selected;
120 * @return the selected
47 SmsBroadcastConfigInfo(int fromId, int toId, int fromScheme, int toScheme, 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));
88 protected boolean tryAddRanges(int startId, int endId, boolean selected) { argument
93 addRange(startId, endId, selected); // adds to mConfigList
104 int toServiceId, int fromCodeScheme, int toCodeScheme, boolean selected) {
109 assertEquals("selected", selected, info.isSelected());
103 checkConfigInfo(SmsBroadcastConfigInfo info, int fromServiceId, int toServiceId, int fromCodeScheme, int toCodeScheme, boolean selected) argument
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
H A DBaseRecipientChip.java28 * Set the selected state of the chip.
30 void setSelected(boolean selected); argument
33 * Return true if the chip is selected.
H A DInvisibleRecipientChip.java40 public void setSelected(final boolean selected) { argument
41 mDelegate.setSelected(selected);
H A DSimpleRecipientChip.java53 public void setSelected(final boolean selected) { argument
54 mSelected = selected;
H A DVisibleRecipientChip.java38 public void setSelected(final boolean selected) { argument
39 mDelegate.setSelected(selected);
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerPalette.java141 private void setSwatchDescription(int rowNumber, int index, int rowElements, boolean selected, argument
154 if (selected) {
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp1121 Rational lower, upper, selected; local
1138 selected = (lower != best) ? lower : upper;
1141 // from the selected ratio of source crop to display frame.
1142 scDim = HwcTestDim(selected.numerator(), scMin.height());
1143 dfDim = HwcTestDim(selected.denominator(), dfMin.height());
1220 Rational lower, upper, selected; local
1237 selected = (lower != best) ? lower : upper;
1240 // from the selected ratio of source crop to display frame.
1241 scDim = HwcTestDim(scMin.width(), selected.numerator());
1242 dfDim = HwcTestDim(dfMin.width(), selected
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPreviewPageFrame.java66 public void setSelected(boolean selected, boolean animate) { argument
67 if (isSelected() == selected) {
70 setSelected(selected);
71 if (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/java/android/view/
H A DView.java1202 * Indicates the view is selected. States are used with
1237 * Indicates the view is enabled and selected.
1251 * Indicates the view is focused and selected.
1265 * Indicates the view is selected and that its window has the focus.
1273 * Indicates the view is enabled, focused and selected.
1289 * Indicates the view is enabled, selected and its window has the focus.
1297 * Indicates the view is focused, selected and its window has the focus.
1305 * Indicates the view is enabled, focused, selected and its window
1322 * Indicates the view is pressed and selected.
1329 * Indicates the view is pressed, selected an
16612 setSelected(boolean selected) argument
16632 dispatchSetSelected(boolean selected) argument
[all...]

Completed in 937 milliseconds

12