/packages/apps/DeskClock/src/com/android/deskclock/data/ |
CityModel.java | 69 /** List of unselected city instances in display order. */ 93 // Create a set of selections to identify the unselected cities. 99 // Combine selected and unselected cities into a single list. 143 // Create a set of selections to identify the unselected cities. 148 final List<City> unselected = new ArrayList<>(all.size() - selectedSet.size()); local 151 unselected.add(city); 155 // Sort the unselected cities according by the user's preferred sort. 156 Collections.sort(unselected, getCitySortComparator()); 157 mUnselectedCities = Collections.unmodifiableList(unselected);
|
/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 <!-- unselected state (default) --> 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/Dialer/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 | 16 <!-- Reduce opacity of unselected items to 30% -->
|
/external/chromium-trace/catapult/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 | 154 // 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?
|
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/ |
CitySelectionActivity.java | 76 /** The list of all selected and unselected cities, indexed and possibly filtered. */ 79 /** The adapter that presents all of the selected and unselected cities. */ 477 final List<City> unselected = DataModel.getDataModel().getUnselectedCities(); local 478 filteredCities = new ArrayList<>(unselected.size()); 479 for (City city : unselected) {
|
/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.
|
/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/base/media/java/android/media/ |
Rating.java | 164 * @param hasHeart true for a "heart selected" rating, false for "heart unselected". 254 * @return true if the rating is "heart selected", false if the rating is "heart 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",
|
/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/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...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
FocusHighlightHelper.java | 189 * @param useDimmer Allow dimming browse item when unselected.
|
/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
|