OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dropdown
(Results
26 - 50
of
107
) sorted by null
1
2
3
4
5
/packages/apps/Contacts/res/layout/
add_group_menu_item.xml
19
that we can anchor the account list
dropdown
from this view when creating a group.
/packages/experimental/LoaderApp/res/values/
attrs.xml
23
<enum name="
dropdown
" value="1" />
/external/webkit/Source/WebCore/inspector/front-end/
Toolbar.js
37
this._dropdownButton = document.getElementById("toolbar-
dropdown
-arrow");
165
this._arrow = document.getElementById("toolbar-
dropdown
-arrow");
167
this.element.id = "toolbar-
dropdown
";
181
this._arrow.addStyleClass("
dropdown
-visible");
193
this._arrow.removeStyleClass("
dropdown
-visible");
/external/chromium/chrome/browser/ui/views/infobars/
extension_infobar.h
60
// The
dropdown
menu for accessing the contextual extension actions.
/sdk/eclipse/
dictionary.txt
83
dropdown
/cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorAdapterTest.java
122
// the original
dropdown
'layout is set in constructor
125
// set the
dropdown
to new layout
128
// the
dropdown
changes
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt
64
android:dropDownAnchor : View to anchor the auto-complete
dropdown
to. [reference]
65
android:dropDownHeight : Specifies the basic height of the
dropdown
. [dimension, enum]
66
android:dropDownHorizontalOffset : Horizontal offset from the spinner widget for positioning the
dropdown
in spinnerMode="
dropdown
". [dimension]
67
android:dropDownSelector : List selector to use for spinnerMode="
dropdown
" display. [reference, color]
68
android:dropDownVerticalOffset : Vertical offset from the spinner widget for positioning the
dropdown
in spinnerMode="
dropdown
". [dimension]
69
android:dropDownWidth : Width of the
dropdown
in spinnerMode="
dropdown
". [dimension, enum]
189
android:popupBackground : Background drawable to use for the
dropdown
in spinnerMode="dropdown". [reference, color
[
all
...]
/external/chromium/chrome/browser/ui/toolbar/
back_forward_menu_model.h
28
// Interface for the showing of the
dropdown
menu for the Back/Forward buttons.
142
// How many items (max) to show in the back/forward history menu
dropdown
.
145
// How many chapter-stops (max) to show in the back/forward
dropdown
list.
/frameworks/base/core/res/res/values/
styles_device_defaults.xml
59
<style name="Widget.DeviceDefault.ListView.
DropDown
" parent="Widget.Holo.ListView.
DropDown
" >
194
<style name="Widget.DeviceDefault.Spinner.
DropDown
.ActionBar" parent="Widget.Holo.Spinner.
DropDown
.ActionBar" >
264
<style name="Widget.DeviceDefault.Spinner.
DropDown
" parent="Widget.Holo.Spinner.
DropDown
">
306
<style name="Widget.DeviceDefault.Light.ListView.
DropDown
" parent="Widget.Holo.Light.ListView.
DropDown
" >
456
<style name="Widget.DeviceDefault.Light.Spinner.
DropDown
.ActionBar" parent="Widget.Holo.Light.Spinner.
DropDown
.ActionBar"
[
all
...]
dimens.xml
172
<!-- Text padding for
dropdown
items -->
175
<!-- Text padding for
dropdown
items -->
178
<!-- Width of the icon in a
dropdown
list -->
themes_device_defaults.xml
84
<item name="dropDownListViewStyle">@android:style/Widget.DeviceDefault.ListView.
DropDown
</item>
111
<item name="dropDownSpinnerStyle">@android:style/Widget.DeviceDefault.Spinner.
DropDown
</item>
145
<item name="actionDropDownStyle">@android:style/Widget.DeviceDefault.Spinner.
DropDown
.ActionBar</item>
233
<item name="dropDownListViewStyle">@android:style/Widget.DeviceDefault.ListView.
DropDown
</item>
260
<item name="dropDownSpinnerStyle">@android:style/Widget.DeviceDefault.Light.Spinner.
DropDown
</item>
294
<item name="actionDropDownStyle">@android:style/Widget.DeviceDefault.Light.Spinner.
DropDown
.ActionBar</item>
399
<item name="actionDropDownStyle">@android:style/Widget.DeviceDefault.Spinner.
DropDown
.ActionBar</item>
/external/chromium/chrome/browser/ui/views/
dropdown_bar_host.cc
84
// restore focus when the
dropdown
widget is closed.
141
// Similarly, when both are true, focus is changing hands within the
dropdown
145
// We are gaining focus from outside the
dropdown
widget so we must register
176
// Place the
dropdown
widget in its fully opened state.
find_bar_host.h
100
// pixel (so we can create the illusion that the
dropdown
widget is
/external/chromium/chrome/browser/ui/gtk/download/
download_item_gtk.h
156
// The widget that contains the body and menu
dropdown
.
172
// The widget that creates a
dropdown
menu when pressed.
/packages/apps/Browser/src/com/android/browser/
NavigationBarBase.java
175
* callback from suggestion
dropdown
229
* callback from the suggestion
dropdown
/external/chromium/chrome/browser/resources/
bug_report.css
11
.bug-report-
dropdown
{
/external/webkit/Source/WebCore/manual-tests/
optgroup-empty-and-nested.html
77
<p>The text of the rows of the
dropdown
must not overlap each other.</p>
/frameworks/base/core/java/android/webkit/
SearchBox.java
70
* (onsubmit), or a change in size of a suggestions
dropdown
(onresize).
/external/chromium/chrome/browser/autocomplete/
autocomplete_match.h
23
// autocomplete
dropdown
, and fills in 'fill_into_edit' into the textbox when
160
// The main text displayed in the address bar
dropdown
.
autocomplete_accessibility.cc
153
// Adding on state to convey the fact that there is a
dropdown
.
/packages/apps/Browser/res/layout/
browser_add_bookmark_content.xml
152
android:spinnerMode="
dropdown
"
168
android:spinnerMode="
dropdown
"
/external/chromium/chrome/browser/ui/cocoa/download/
download_item_cell.mm
41
// Distance from end of download name string to
dropdown
area.
58
// Width of
dropdown
area on the right (includes 1px for the border on each
62
// Width of
dropdown
arrow.
65
// Height of
dropdown
arrow.
68
// Vertical displacement of
dropdown
area, relative to the "centered" position.
641
//
dropdown
area.
/frameworks/base/core/java/android/widget/
AutoCompleteTextView.java
164
// For
dropdown
width, the developer can specify a specific width, or MATCH_PARENT
207
// If the
dropdown
is showing, bring the keyboard to the front
790
* Set the position of the
dropdown
view selection.
799
* Get the position of the
dropdown
view selection, if there is one. Returns
800
* {@link ListView#INVALID_POSITION ListView.INVALID_POSITION} if there is no
dropdown
or if
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js
55
// Sets country to default Country in
dropdown
menu.
222
// Sets number of stories in
dropdown
.
/frameworks/base/docs/html/guide/tutorials/views/
hello-spinner.jd
7
It is similar to a
dropdown
list and will allow scrolling when the
Completed in 5783 milliseconds
1
2
3
4
5