OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interaction
(Results
1 - 25
of
650
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/view/
package.html
4
screen layout and
interaction
with the user.
/packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java
96
TestPhoneNumberInteraction
interaction
= new TestPhoneNumberInteraction(
local
99
interaction
.startInteraction(contactUri);
100
interaction
.getLoader().waitForLoader();
115
TestPhoneNumberInteraction
interaction
= new TestPhoneNumberInteraction(
local
118
interaction
.startInteraction(dataUri);
119
interaction
.getLoader().waitForLoader();
136
TestPhoneNumberInteraction
interaction
= new TestPhoneNumberInteraction(
local
139
interaction
.startInteraction(contactUri);
140
interaction
.getLoader().waitForLoader();
177
TestPhoneNumberInteraction
interaction
= new TestPhoneNumberInteraction
local
195
TestPhoneNumberInteraction
interaction
= new TestPhoneNumberInteraction(
local
216
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/compiler-rt/SDKs/
README.txt
8
Since compiler-rt's libraries typically have minimal
interaction
with the
/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
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.
/frameworks/base/core/java/android/view/inputmethod/
package.html
3
Framework classes for
interaction
between views and input methods (such
/packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java
46
* An
interaction
invoked to delete a contact.
85
* Starts the
interaction
.
87
* @param activity the activity within which to start the
interaction
90
*
interaction
91
* @return the newly created
interaction
99
* Starts the
interaction
and optionally set up a {@link TestLoaderManager}.
101
* @param activity the activity within which to start the
interaction
104
*
interaction
107
* @return the newly created
interaction
/external/chromium/chrome/browser/chromeos/cros/
touchpad_library.h
13
// This interface defines
interaction
with the ChromeOS synaptics library APIs.
screen_lock_library.h
14
// This interface defines
interaction
with the ChromeOS screen lock
speech_synthesis_library.h
13
// This interface defines the
interaction
with the ChromeOS login library APIs.
syslogs_library.h
17
// This interface defines
interaction
with the ChromeOS syslogs APIs.
/external/mockito/src/org/mockito/internal/exceptions/util/
ScenarioPrinter.java
15
return "Actually, above is the only
interaction
with this mock.";
/external/wpa_supplicant_8/src/drivers/
linux_wext.h
2
* Driver
interaction
with generic Linux Wireless Extensions
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_wext.h
2
* Driver
interaction
with extended Linux Wireless Extensions
/external/chromium/chrome/browser/ui/touch/tabs/
touch_tab_strip.h
77
// Adjusts the state of scroll
interaction
when a mouse press occurs at the
81
// Adjusts the state of scroll
interaction
when the mouse is dragged to the
86
// Adjusts the state of scroll
interaction
when the mouse is released. Either
91
// Adjust the state of scroll
interaction
when the mouse capture is lost. It
119
// State of the scrolling
interaction
. Will be true once the drag has been
/sdk/templates/activities/FullscreenActivity/root/src/app_package/
FullscreenActivity.java.ftl
19
* status bar and navigation/system bar) with user
interaction
.
32
* user
interaction
before hiding the system UI.
37
* If set, will toggle the system UI visibility upon
interaction
. Otherwise,
38
* will show the system UI visibility upon
interaction
.
106
// Set up the user
interaction
to manually show or hide the system UI.
/external/mockito/src/org/mockito/
InOrder.java
27
* Verifies
interaction
<b>happened once</b> in order.
48
* Verifies
interaction
in order. E.g:
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSecurityView.java
56
* Inquire whether this view requires IME (keyboard)
interaction
.
58
* @return true if IME
interaction
is required.
/packages/apps/SpareParts/res/values/
strings.xml
49
<string name="summary_on_haptic_feedback">Use haptic feedback with user
interaction
</string>
50
<string name="summary_off_haptic_feedback">Use haptic feedback with user
interaction
</string>
/external/chromium/base/
string_util_posix.h
19
// for
interaction
with APIs that require it.
string_util_win.h
19
// for
interaction
with APIs that require it.
/external/chromium/chrome/common/
profiling.h
14
// The Profiling class manages the
interaction
with a sampling based profiler.
/external/eigen/bench/
vdw_new.cpp
41
//
interaction
)
/external/libnfc-nci/halimpl/bcm2079x/include/
HalAdaptation.h
21
* HAL Adaptation Interface (HAI). This interface regulates the
interaction
Completed in 846 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>