HomeSort by relevance Sort by last modified time
    Searched full:feedback (Results 151 - 175 of 1436) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Email/res/menu/
quick_response_prefs_fragment_menu.xml 28 android:title="@string/feedback"/>
  /packages/apps/Email/res/menu-sw720dp/
general_prefs_fragment_menu.xml 33 android:title="@string/feedback"/>
settings_fragment_menu.xml 29 android:title="@string/feedback" />
  /packages/apps/UnifiedEmail/res/menu/
eml_viewer_menu.xml 30 android:title="@string/feedback" />
general_prefs_fragment_menu.xml 28 android:title="@string/feedback"/>
settings_fragment_menu.xml 24 android:title="@string/feedback" />
settings_menu.xml 29 android:title="@string/feedback" />
wait_mode_actions.xml 28 android:title="@string/feedback" />
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FeedbackEnabledActivity.java 27 * which are required for reporting feedback.
  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.cc 72 const QuicCongestionFeedbackFrame& feedback,
76 feedback.tcp.accumulated_number_of_lost_packets) {
79 feedback.tcp.accumulated_number_of_lost_packets;
81 feedback.tcp.accumulated_number_of_lost_packets;
87 receive_window_ = feedback.tcp.receive_window;
inter_arrival_sender.cc 91 const QuicCongestionFeedbackFrame& feedback,
94 DCHECK(feedback.type == kInterArrival);
96 if (feedback.type != kInterArrival) {
104 for (received_it = feedback.inter_arrival.received_packet_times.begin();
105 received_it != feedback.inter_arrival.received_packet_times.end();
112 DVLOG(1) << "Too old feedback move forward, sequence_number:"
148 feedback.inter_arrival.accumulated_number_of_lost_packets) {
150 feedback.inter_arrival.accumulated_number_of_lost_packets;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_feedback.c 31 * selection/feedback. It would be nice to use the transform_feedback
42 #include "main/feedback.h"
61 * This is actually used for both feedback and selection.
72 * GL Feedback functions
180 * Create GL feedback drawing stage.
  /external/mesa3d/src/mesa/state_tracker/
st_cb_feedback.c 31 * selection/feedback. It would be nice to use the transform_feedback
42 #include "main/feedback.h"
61 * This is actually used for both feedback and selection.
72 * GL Feedback functions
180 * Create GL feedback drawing stage.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 351 * Update the Eclipse status message with any feedback messages from the given
352 * {@link DropFeedback} object, or clean up if there is no more feedback to process
353 * @param feedback the feedback whose message we want to display, or null to clear the
356 void updateMessage(DropFeedback feedback) {
359 if (feedback == null) {
365 } else if (feedback.errorMessage != null) {
366 if (!feedback.errorMessage.equals(mDisplayingMessage)) {
367 mDisplayingMessage = feedback.errorMessage;
370 } else if (feedback.message != null)
    [all...]
  /frameworks/base/docs/html/tools/testing/
testing_accessibility.jd 16 <li><a href="#test-audibles">Testing audible feedback</a></li>
60 provide clear and appropriate feedback</li>
95 <li><strong>No audio-only feedback:</strong> Audio feedback must always have a secondary
96 feedback mechanism to support users who are deaf or hard of hearing, for example: A sound alert
98 {@link android.app.Notification}, haptic feedback (if available) or another visual alert.</li>
148 <h3 id="test-audibles">Testing audible feedback</h3>
150 <p>Audible accessibility feedback features on Android devices provide audio prompts that speaks
155 <p>Audible feedback for users on Android is typically provided by TalkBack accessibility service and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
input.h 73 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */
715 * Values describing the status of a force-feedback effect
732 * struct ff_replay - defines scheduling of the force-feedback effect
742 * struct ff_trigger - defines what triggers the force-feedback effect
752 * struct ff_envelope - generic force-feedback effect envelope
759 * envelope force-feedback core will convert to positive/negative
771 * struct ff_constant_effect - defines parameters of a constant force-feedback effect
781 * struct ff_ramp_effect - defines parameters of a ramp force-feedback effect
793 * struct ff_condition_effect - defines a spring or friction force-feedback effect
814 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effec
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 73 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */
715 * Values describing the status of a force-feedback effect
732 * struct ff_replay - defines scheduling of the force-feedback effect
742 * struct ff_trigger - defines what triggers the force-feedback effect
752 * struct ff_envelope - generic force-feedback effect envelope
759 * envelope force-feedback core will convert to positive/negative
771 * struct ff_constant_effect - defines parameters of a constant force-feedback effect
781 * struct ff_ramp_effect - defines parameters of a ramp force-feedback effect
793 * struct ff_condition_effect - defines a spring or friction force-feedback effect
814 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effec
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
input.h 73 #define EVIOCSFF _IOC(_IOC_WRITE, 'E', 0x80, sizeof(struct ff_effect)) /* send a force effect to a force feedback device */
715 * Values describing the status of a force-feedback effect
732 * struct ff_replay - defines scheduling of the force-feedback effect
742 * struct ff_trigger - defines what triggers the force-feedback effect
752 * struct ff_envelope - generic force-feedback effect envelope
759 * envelope force-feedback core will convert to positive/negative
771 * struct ff_constant_effect - defines parameters of a constant force-feedback effect
781 * struct ff_ramp_effect - defines parameters of a ramp force-feedback effect
793 * struct ff_condition_effect - defines a spring or friction force-feedback effect
814 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effec
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 292 @Nullable DropFeedback feedback, @NonNull Point p) {
293 if (feedback == null) {
296 feedback.requestPaint = true;
298 GridDropHandler handler = (GridDropHandler) feedback.userData;
299 handler.computeMatches(feedback, p);
301 return feedback;
306 @Nullable DropFeedback feedback, @NonNull Point p) {
307 if (feedback == null) {
316 GridDropHandler dropHandler = (GridDropHandler) feedback.userData;
324 feedback.isCopy || !feedback.sameCanvas)
638 DropFeedback feedback = onDropEnter(targetNode, targetView, elements); local
    [all...]
  /frameworks/base/docs/html/design/patterns/
new.jd 39 Touch feedback
43 Before Android KitKat, Android's default touch feedback color was a vibrant
50 In Android KitKat and beyond, touch feedback is subtle: when something is
55 branding is much easier because the default touch feedback works with
57 "/design/style/touch-feedback.html">Touch Feedback</a> page for more
  /external/antlr/antlr-3.4/runtime/ActionScript/
README 65 <http://www.antlr.org/license.html> or use the feedback form at
66 <http://www.antlr.org/misc/feedback>.
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager_browsertest.cc 298 // Enables spoken feedback.
300 // Confirms that the spoken feedback is enabled.
326 // Confirms that the spoken feedback is enabled.
347 // Sets the pref as true to enable the spoken feedback.
349 // Confirms that the spoken feedback is enabled.
388 // Sets the pref to enable spoken feedback before login.
526 // Enables spoken feedback.
585 // Check spoken feedback.
  /external/chromium_org/chrome/browser/feedback/
tracing_manager.cc 5 #include "chrome/browser/feedback/tracing_manager.h"
14 #include "chrome/browser/feedback/feedback_util.h"
  /external/chromium_org/chrome/common/
spellcheck_messages.h 56 // feedback.
60 // feedback sender.
  /external/chromium_org/media/cast/congestion_control/
congestion_control.cc 46 // First feedback?
87 // First feedback?

Completed in 3089 milliseconds

1 2 3 4 5 67 8 91011>>