Searched defs:prompt (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java94 private static void checkEglError(String prompt, EGL10 egl) { argument
97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java94 private static void checkEglError(String prompt, EGL10 egl) { argument
97 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java97 private static void checkEglError(String prompt, EGL10 egl) { argument
100 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DSpinnerICS.java456 * Sets the prompt to display when the dialog is shown.
457 * @param prompt the prompt to set
459 public void setPrompt(CharSequence prompt) { argument
460 mPopup.setPromptText(prompt);
464 * Sets the prompt to display when the dialog is shown.
465 * @param promptId the resource ID of the prompt to display when the dialog is shown
472 * @return The prompt to display when the dialog is shown
H A DListPopupWindow.java108 * The provided prompt view should appear above list content.
117 * The provided prompt view should appear below list content.
221 * Set where the optional prompt view should appear. The default is {@link
224 * @param position A position constant declaring where the prompt should be displayed.
233 * @return Where the optional prompt view should appear.
486 * Set a view to act as a user prompt for this popup window. Where the prompt view will appear
489 * @param prompt View to use as an informational prompt.
491 public void setPromptView(View prompt) { argument
[all...]
/frameworks/base/core/java/android/widget/
H A DSpinner.java687 * Sets the prompt to display when the dialog is shown.
688 * @param prompt the prompt to set
690 public void setPrompt(CharSequence prompt) { argument
691 mPopup.setPromptText(prompt);
695 * Sets the prompt to display when the dialog is shown.
696 * @param promptId the resource ID of the prompt to display when the dialog is shown
703 * @return The prompt to display when the dialog is shown
H A DListPopupWindow.java113 * The provided prompt view should appear above list content.
122 * The provided prompt view should appear below list content.
241 * Set where the optional prompt view should appear. The default is
244 * @param position A position constant declaring where the prompt should be displayed.
254 * @return Where the optional prompt view should appear.
526 * Set a view to act as a user prompt for this popup window. Where the prompt view will appear
529 * @param prompt View to use as an informational prompt.
531 public void setPromptView(View prompt) { argument
[all...]

Completed in 921 milliseconds