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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/
package.html 4 screen layout and interaction with the user.
  /frameworks/base/docs/html/training/
best-ux.jd 1 page.title=Best Practices for Interaction and Engagement
9 the best interaction patterns for Android. For instance, to help users quickly discover content
10 in your app, your app should match their expectations for user interaction on Android.
  /external/chromium_org/tools/telemetry/unittest_data/
interaction_enabled_page.html 36 console.time('Interaction.CenterAnimation/is_smooth');
38 console.timeEnd('Interaction.CenterAnimation/is_smooth');
41 console.time('Interaction.DrawerAnimation/is_smooth');
43 console.timeEnd('Interaction.DrawerAnimation/is_smooth');
64 console.time('Interaction.JankThreadJSRun/is_responsive');
66 console.timeEnd('Interaction.JankThreadJSRun/is_responsive');
70 console.time('Interaction.SlowThreadJsRun/is_fast');
72 console.timeEnd('Interaction.SlowThreadJsRun/is_fast');
  /external/chromium_org/tools/perf/page_sets/
top_25.py 26 interaction = action_runner.BeginGestureInteraction(
29 interaction.End()
49 interaction = action_runner.BeginGestureInteraction(
52 interaction.End()
57 interaction = action_runner.BeginGestureInteraction(
60 interaction.End()
65 interaction = action_runner.BeginGestureInteraction(
68 interaction.End()
73 interaction = action_runner.BeginGestureInteraction(
76 interaction.End(
    [all...]
tough_pepper_cases.py 13 interaction = action_runner.BeginGestureInteraction(
16 interaction.End()
32 interaction = action_runner.BeginGestureInteraction(
41 interaction.End()
mobile_memory.py 50 interaction = action_runner.BeginGestureInteraction(
53 interaction.End()
55 interaction = action_runner.BeginGestureInteraction(
58 interaction.End()
60 interaction = action_runner.BeginGestureInteraction(
63 interaction.End()
65 interaction = action_runner.BeginGestureInteraction(
68 interaction.End()
79 interaction = action_runner.BeginGestureInteraction(
82 interaction.End(
    [all...]
key_silk_cases.py 21 interaction = action_runner.BeginGestureInteraction(
24 interaction.End()
37 interaction = action_runner.BeginGestureInteraction(
40 interaction.End()
70 interaction = action_runner.BeginGestureInteraction(
73 interaction.End()
281 interaction = action_runner.BeginGestureInteraction(
287 interaction.End()
288 interaction = action_runner.BeginInteraction('Wait', is_smooth=True)
291 interaction.End(
    [all...]
polymer.py 38 interaction = action_runner.BeginInteraction(
49 interaction.End()
52 # only bother with this interaction if the drawer is hidden
59 interaction = action_runner.BeginInteraction(
75 interaction.End()
142 interaction = action_runner.BeginInteraction('Scroll_Page', is_smooth=True)
147 interaction.End()
148 interaction = action_runner.BeginInteraction('Scroll_Page', is_smooth=True)
153 interaction.End()
190 interaction = action_runner.BeginInteraction
    [all...]
garbage_collection_cases.py 27 interaction = action_runner.BeginInteraction(
30 interaction.End()
  /external/chromium_org/third_party/WebKit/Source/core/css/
navigationTransitions.css 11 /* Prevent user interaction. */
  /packages/apps/Settings/src/com/android/settings/
VoiceSettingsActivity.java 25 * Activity for modifying a setting using the Voice Interaction API. This activity
38 // Only permit if this is a voice interaction.
41 Log.v(TAG, "Cannot modify settings without voice interaction");
47 * Modify the setting as a voice interaction. The activity will finish
  /packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 86 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local
89 interaction.startInteraction(contactUri);
90 interaction.getLoader().waitForLoader();
105 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local
108 interaction.startInteraction(dataUri);
109 interaction.getLoader().waitForLoader();
126 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local
129 interaction.startInteraction(contactUri);
130 interaction.getLoader().waitForLoader();
167 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction local
185 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local
206 TestPhoneNumberInteraction interaction = new TestPhoneNumberInteraction( local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
UserInteractionListener.java 20 // Called when a user interaction begins (for example, fling).
22 // Called when the user interaction ends.
  /external/chromium_org/content/common/
gamepad_user_gesture.h 15 // considerd a user gesture for interaction.
  /external/chromium_org/ios/public/provider/web/
web_state.h 12 // Core interface for interaction with the web.
  /external/compiler-rt/SDKs/
README.txt 8 Since compiler-rt's libraries typically have minimal interaction with the
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record_unittest.py 17 'Interaction.Foo'))
19 'Interaction.Foo/Bar'))
40 r = self.CreateSimpleRecordWithName('Interaction.LogicalName')
45 r = self.CreateSimpleRecordWithName('Interaction.LogicalName/is_smooth')
51 'Interaction.LogicalNameWith/Slash/is_smooth')
57 'Interaction.LogicalNameWith/Slash/is_smooth,is_responsive')
65 self.assertEquals('Interaction.MyLabel/is_smooth', smooth_marker)
68 self.assertEquals('Interaction.MyLabel/is_smooth,is_responsive', slr_marker)
78 'cat', 'Interaction.Test/is_smooth',
110 'cat', 'Interaction.Test/is_smooth'
    [all...]
timeline_interaction_record.py 10 # Enables the fast metric for this interaction
12 # Enables the responsiveness metric for this interaction
14 # Enables the smoothness metric for this interaction
37 return event_name.startswith('Interaction.')
44 'Unrecognized flag for a timeline interaction record: %s' % f)
47 """Computes the marker string of an interaction record.
51 interaction record..
54 label: The label used to identify the interaction record.
55 flags: the flags for the interaction record see FLAGS above.
58 The interaction record marker string (e.g., Interaction.Label/flag1,flag2)
    [all...]
  /frameworks/base/tests/VoiceInteraction/
AndroidManifest.xml 7 <activity android:name="VoiceInteractionMain" android:label="Voice Interaction"
16 android:label="Voice Interaction Settings"
25 android:label="Test Voice Interaction Service"
39 android:label="Test Voice Interaction Service">
46 <activity android:name="TestInteractionActivity" android:label="Voice Interaction Target"
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
fast_metric_unittest.py 33 'cat', 'Interaction.%s/is_fast' % logical_name,
83 # [ Interaction.LogicalName/is_fast ]
94 ('fast-duration', 'ms', 37), # total interaction wall duration
95 ('fast-idle_time', 'ms', 29), # (32 + 37) - (5 + 35); interaction wall
113 # [ Interaction.LogicalName/is_fast ]
124 ('fast-duration', 'ms', 37), # total interaction wall duration
125 ('fast-idle_time', 'ms', 29), # (32 + 37) - (5 + 35); interaction wall
145 # [ Interaction.Foo/is_fast ] [ Interaction.Bar/is_fast ]
160 ('fast-duration', 'ms', 54), # 27 + 27; total interaction wall duratio
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityInteractionCallback.aidl 34 * @param interactionId The interaction id to match the result with the request.
42 * @param interactionId The interaction id to match the result with the request.
51 * @param interactionId The interaction id to match the result with the request.
IAccessibilityInteractionConnectionCallback.aidl 35 * @param interactionId The interaction id to match the result with the request.
43 * @param interactionId The interaction id to match the result with the request.
52 * @param interactionId The interaction id to match the result with the request.
  /external/chromium_org/components/metrics/proto/
user_action_event.proto 6 // e.g. an interaction with a browser UI element.
  /external/chromium_org/third_party/WebKit/ManualTests/
context-menu-during-drag-selection.html 4 <p>Simple manual behavior test for the interaction between selection drags,
  /frameworks/base/core/java/android/view/inputmethod/
package.html 3 Framework classes for interaction between views and input methods (such

Completed in 515 milliseconds

1 2 3 4 5 6 7 8 91011>>