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

1 2 3 4 5 6 7 8 9

  /external/fmtlib/doc/bootstrap/
dropdowns.less 2 // Dropdown menus
6 // Dropdown arrow/caret
18 // The dropdown wrapper (div)
20 .dropdown {
24 // Prevent the focus on the dropdown toggle when closing dropdowns
25 .dropdown-toggle:focus {
29 // The dropdown menu (ul)
30 .dropdown-menu {
34 z-index: @zindex-dropdown;
43 background-color: @dropdown-bg
    [all...]
button-groups.less 50 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
57 &:not(:last-child):not(.dropdown-toggle) {
61 // Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it
63 .btn-group > .dropdown-toggle:not(:first-child) {
67 // Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)
76 > .dropdown-toggle {
85 .btn-group .dropdown-toggle:active,
86 .btn-group.open .dropdown-toggle {
104 .btn-group > .btn + .dropdown-toggle
    [all...]
  /external/google-breakpad/src/testing/gtest/xcode/Config/
TestTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
FrameworkTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
StaticLibraryTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
  /external/googletest/googletest/xcode/Config/
TestTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
FrameworkTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
StaticLibraryTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
  /external/protobuf/gtest/xcode/Config/
TestTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
FrameworkTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
StaticLibraryTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
  /external/v8/testing/gtest/xcode/Config/
TestTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
FrameworkTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
StaticLibraryTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/
TestTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
FrameworkTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
StaticLibraryTarget.xcconfig 5 // is set in the "Based On:" dropdown in the "Target" info dialog.
  /development/samples/browseable/ActionBarCompat-ListPopupMenu/
_index.jd 9 from ActionBarCompat to create a list, with each item having a dropdown menu.
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/values/
styles.xml 38 <item name="actionDropDownStyle">@style/Widget.Styled.Spinner.DropDown.ActionBar</item>
39 <item name="dropDownListViewStyle">@style/Widget.Styled.ListView.DropDown</item>
61 <style name="Widget.Styled.Spinner.DropDown.ActionBar"
62 parent="@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar">
77 <style name="Widget.Styled.ListView.DropDown"
78 parent="@style/Widget.AppCompat.Light.ListView.DropDown">
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/res/values/
styles.xml 38 <item name="actionDropDownStyle">@style/Widget.Styled.Spinner.DropDown.ActionBar</item>
39 <item name="dropDownListViewStyle">@style/Widget.Styled.ListView.DropDown</item>
61 <style name="Widget.Styled.Spinner.DropDown.ActionBar"
62 parent="@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar">
77 <style name="Widget.Styled.ListView.DropDown"
78 parent="@style/Widget.AppCompat.Light.ListView.DropDown">
  /development/samples/browseable/ActionBarCompat-Styled/res/values/
styles.xml 38 <item name="actionDropDownStyle">@style/Widget.Styled.Spinner.DropDown.ActionBar</item>
39 <item name="dropDownListViewStyle">@style/Widget.Styled.ListView.DropDown</item>
61 <style name="Widget.Styled.Spinner.DropDown.ActionBar"
62 parent="@style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar">
77 <style name="Widget.Styled.ListView.DropDown"
78 parent="@style/Widget.AppCompat.Light.ListView.DropDown">
  /external/fmtlib/doc/bootstrap/mixins/
buttons.less 16 .open > .dropdown-toggle& {
23 .open > .dropdown-toggle& {
  /frameworks/opt/chips/res/values/
dimen.xml 29 <!-- dropdown -->
34 <!-- autocomplete dropdown -->
  /packages/inputmethods/LatinIME/java/res/values/
spinner-style.xml 23 handle orientation change correctly. Using dropdown mode avoids the issue.
26 <item name="android:spinnerMode">dropdown</item>
  /frameworks/support/v7/appcompat/res/values/
styles_rtl.xml 23 <style name="RtlOverlay.Widget.AppCompat.Search.DropDown" parent="android:Widget">
28 <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Query" parent="android:Widget">
32 <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" parent="android:Widget">
36 <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" parent="android:Widget">
40 <style name="RtlOverlay.Widget.AppCompat.Search.DropDown.Text" parent="Base.Widget.AppCompat.DropDownItem.Spinner">

Completed in 931 milliseconds

1 2 3 4 5 6 7 8 9