HomeSort by relevance Sort by last modified time
    Searched full:unselected (Results 1 - 25 of 66) sorted by null

1 2 3

  /development/samples/ApiDemos/src/com/example/android/apis/view/
Spinner1.java 57 showToast("Spinner1: unselected");
74 showToast("Spinner2: unselected");
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_tab.jd 45 multi-tab interface. Each tab icon has two states: unselected and selected.</p>
85 <p>Tab icons should have two states: unselected and selected. To provide icons
118 selected and unselected icon drawables. For example, below is the code
128 &lt;!-- unselected state (default) --&gt;
232 <p>Tab icons should have two states: selected and unselected.</p>
237 <img src="{@docRoot}images/icon_design/tab_style_unselected.png" alt="A view of effects for unselected tab icons."/>
241 <p><strong>Figure 2. </strong>Style and effects for unselected tab icons.</p>
314 <li>Unselected tab icons have the same fill gradient and effects as
318 <li>Selected tab icons look just like unselected tab icons, but with a fainter
334 unselected tab icon structure." /
    [all...]
  /packages/apps/InCallUI/res/drawable/
btn_compound_background.xml 18 These buttons have two states (selected and unselected). -->
  /packages/apps/TvSettings/Settings/res/anim/
setup_scroll_adapter.xml 18 <!-- Reduce opacity of unselected items to 30% -->
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
chart_series.html 38 // The size of an unselected point dot in device-independent pixels (square
52 // Density in points per physical pixel at which unselected point dots
56 // Density in points per physical pixel at which unselected point dots
168 // * Selected (circle) and unselected (square) dot size,
169 // * Unselected dot opacity,
185 // Selected (circle) and unselected (square) dot size.
190 // Unselected dot opacity.
192 // Unselected dots are not displayed in 'low details' mode.
letter_dot_track.html 156 // Draw unselected items first to make sure they don't occlude selected
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
CompatActionBarNavHandler.java 81 * Called by framework when a tab is unselected. Not used in our app.
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperEclair.java 95 * CompatTabListener: selected, unselected, reselected.
105 // Pass the unselected event back to the tab's CompatTabListener
  /external/proguard/src/proguard/gui/
FilterBuilder.java 79 // Count all selected and unselected check boxes with the prefix.
98 // Are there only unselected check boxes?
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 72 // This is called when a previously selected tab is unselected.
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java 72 // This is called when a previously selected tab is unselected.
  /development/samples/browseable/ActionBarCompat-Styled/src/com.example.android.actionbarcompat.styled/
MainActivity.java 72 // This is called when a previously selected tab is unselected.
  /frameworks/base/media/java/android/media/
Rating.java 145 * @param hasHeart true for a "heart selected" rating, false for "heart unselected".
234 * @return true if the rating is "heart selected", false if the rating is "heart unselected",
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 191 private static Color UNSELECTED = Color.BLACK;
219 child.setForeground(isSelected || node.filtered ? SELECTED : UNSELECTED);
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 92 * {@link android.app.Presentation} when a route is selected, unselected or the
120 * The route has been unselected.
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 92 * {@link android.app.Presentation} when a route is selected, unselected or the
120 * The route has been unselected.
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
MainActivity.java 92 * {@link android.app.Presentation} when a route is selected, unselected or the
120 * The route has been unselected.
  /frameworks/support/v4/java/android/support/v4/media/
RatingCompat.java 166 * @param hasHeart true for a "heart selected" rating, false for "heart unselected".
257 * @return true if the rating is "heart selected", false if the rating is "heart unselected",
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
FocusHighlightHelper.java 182 * @param useDimmer Allow dimming browse item when unselected.
RowPresenter.java 150 float mSelectLevel = 0f; // initially unselected
494 * Sets the current select level to a value between 0 (unselected) and 1 (selected).
505 * Returns the current select level. The value will be between 0 (unselected)
  /packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
AttachmentGridView.java 45 // By default everything is selected so only need to keep track of the unselected set.
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 365 // otherwise, the given track is unselected.
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 604 * both ways. Whenever the globally selected route is explicitly unselected by any
605 * app, then it becomes unselected globally and all apps are informed.
802 Slog.i(TAG, "Unselected global route:" + mGloballySelectedRouteRecord);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
ModePicker.java 226 // Grey-out the unselected icons for Phone UI.
  /sdk/find_java2/src/
FindJava2Dlg.cpp 232 // If index is invalid and path isn't in the mPaths list, all items are unselected

Completed in 1002 milliseconds

1 2 3