OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spinner
(Results
151 - 175
of
260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/base/core/java/android/widget/
SuggestionsAdapter.java
184
* for in app search we show the progress
spinner
until the cursor is returned with
191
// trigger fill window so the
spinner
stays up until the results are copied over and
200
// If cursor is null or an exception was thrown, stop the
spinner
and return null.
238
// Check if the Cursor indicates that the query is not complete and show the
spinner
244
// If cursor is null or is done, stop the
spinner
428
// This is a hack to get any animated drawables (like a 'working'
spinner
)
/frameworks/base/docs/html/guide/topics/testing/
activity_testing.jd
277
Spinner
displayed by the activity, and then sends a key to it. Notice that the calls to
282
private
Spinner
mSpinner;
293
* Get a reference to the main widget of the app under test, a
Spinner
295
mSpinner = (
Spinner
) mActivity.findViewById(com.android.demo.myactivity.R.id.Spinner01);
301
* request focus for the
Spinner
, so that the test can send key events to it
303
* and pass it a Runnable that contains a call to requestFocus on the
Spinner
.
testing_android.jd
281
// Get a handle to the Activity object's main UI widget, a
Spinner
282
mSpinner = (
Spinner
)mActivity.findViewById(com.android.example.
spinner
.R.id.Spinner01);
284
// Set the
Spinner
to a known position
287
// Stop the activity - The onDestroy() method should save the state of the
Spinner
290
// Re-start the Activity - the onResume() method should restore the state of the
Spinner
293
// Get the
Spinner
's current position
524
Activity that displays a
Spinner
widget.
[
all
...]
/frameworks/base/core/res/res/values/
themes_device_defaults.xml
111
<item name="dropDownSpinnerStyle">@android:style/Widget.DeviceDefault.
Spinner
.DropDown</item>
118
<item name="spinnerDropDownItemStyle">@android:style/Widget.DeviceDefault.DropDownItem.
Spinner
</item>
145
<item name="actionDropDownStyle">@android:style/Widget.DeviceDefault.
Spinner
.DropDown.ActionBar</item>
260
<item name="dropDownSpinnerStyle">@android:style/Widget.DeviceDefault.Light.
Spinner
.DropDown</item>
267
<item name="spinnerDropDownItemStyle">@android:style/Widget.DeviceDefault.Light.DropDownItem.
Spinner
</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>
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java
361
// Draw the progress
spinner
and the text below it
363
// (x, y) is where we put the center of the
spinner
.
366
// play icon is shown instead of the
spinner
.
378
invalidate(); // we need to keep the
spinner
rotating
384
// Draw the video play icon (in the place where the
spinner
was)
/development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html
224
<h3>
Spinner
</h3>
226
<dt><a href="Spinner1.html">
Spinner
</a></dt>
227
<dd> Demonstrates populating two
Spinner
widgets with values. </dd>
/development/build/
sdk.atree
181
development/samples/
Spinner
samples/${PLATFORM_NAME}/
Spinner
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml
72
class="android.widget.
Spinner
"
122
relatedTo="
Spinner
,TextView,AutoCompleteTextView,MultiAutoCompleteTextView"
rendering-configs.xml
266
<
Spinner
270
</
Spinner
>
/cts/tests/res/layout/
relative_layout.xml
159
<
Spinner
/development/apps/Development/res/layout/
accounts_tester.xml
37
<
Spinner
android:id="@+id/accounts_tester_account_types_spinner"
/development/samples/ApiDemos/res/layout/
controls_1.xml
102
<
Spinner
android:id="@+id/spinner1"
/external/chromium/chrome/browser/chromeos/login/
update_view.cc
48
// Horizontal spacing between
spinner
and label on the curtain screen.
/external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.mm
145
// TODO(avi): find a white-on-black
spinner
/frameworks/base/core/java/android/app/
SearchDialog.java
193
// TODO: Restore the
spinner
for slow suggestion lookups
313
* Sets the search dialog to the 'working' state, which shows a working
spinner
in the
316
* @param working true to show
spinner
, false to hide
spinner
/frameworks/base/media/tests/ScoAudioTest/res/layout/
scoaudiotest.xml
175
<
Spinner
android:id="@+id/modeSpinner"
/packages/apps/Browser/src/com/android/browser/
WallpaperHandler.java
70
// Display a progress
spinner
while it is working.
/packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java
87
// progress
spinner
until playback starts.
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java
105
* Starts
spinner
while task is running.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LayoutConstants.java
54
public static final String
SPINNER
= "
Spinner
"; //$NON-NLS-1$
218
/** The fully qualified class name of a
Spinner
view */
219
public static final String FQCN_SPINNER = "android.widget.
Spinner
"; //$NON-NLS-1$
/sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/groovy/
LayoutAnalysisCategory.java
52
"RadioGroup", "ScrollView", "HorizontalScrollView", "
Spinner
",
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion32.txt
66
android:dropDownHorizontalOffset : Horizontal offset from the
spinner
widget for positioning the dropdown in spinnerMode="dropdown". [dimension]
68
android:dropDownVerticalOffset : Vertical offset from the
spinner
widget for positioning the dropdown in spinnerMode="dropdown". [dimension]
77
android:entries : Reference to an array resource that will populate the
Spinner
. [reference]
194
android:prompt : The prompt to display when the
spinner
's dialog is shown. [reference]
239
android:spinnerMode : Display mode for
spinner
options. [enum]
/development/apps/Development/src/com/android/development/
AccountsTester.java
41
private
Spinner
mAccountTypesSpinner;
65
mAccountTypesSpinner = (
Spinner
) findViewById(R.id.accounts_tester_account_types_spinner);
/external/chromium/chrome/browser/prerender/
prerender_contents.cc
462
// case, the
spinner
would start again in the browser, so we must reset
463
// has_stopped_loading_ so that the
spinner
won't be stopped.
/frameworks/base/docs/html/guide/topics/ui/
layout-objects.jd
259
<td>{@link android.widget.
Spinner
Spinner
} </td>
Completed in 1141 milliseconds
1
2
3
4
5
6
7
8
9
10
11