OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Interaction
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
Interaction.java
24
public class
Interaction
{
SegmentedButtons.java
82
Interaction
.register(b, new
Interaction
.Callback() {
117
public interface Callback extends
Interaction
.Callback {
ZenModePanel.java
180
Interaction
.register(mZenSubheadCollapsed, mInteractionCallback);
183
Interaction
.register(mZenSubheadExpanded, mInteractionCallback);
192
Interaction
.register(mMoreSettings, mInteractionCallback);
679
// wire up
interaction
callbacks for newly-added condition rows
681
Interaction
.register(tag.rb, mInteractionCallback);
682
Interaction
.register(tag.lines, mInteractionCallback);
683
Interaction
.register(button1, mInteractionCallback);
684
Interaction
.register(button2, mInteractionCallback);
[
all
...]
VolumePanel.java
430
Interaction
.register(mView, new
Interaction
.Callback() {
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h
137
enum
Interaction
{
146
// Record a user decision or
interaction
to the appropriate UMA histogram.
148
void RecordUserInteraction(
Interaction
interaction
);
safe_browsing_blocking_page.cc
549
void SafeBrowsingBlockingPage::RecordUserInteraction(
Interaction
interaction
) {
552
UMA_HISTOGRAM_ENUMERATION("interstitial.malware.
interaction
",
553
interaction
,
557
UMA_HISTOGRAM_ENUMERATION("interstitial.harmful.
interaction
",
558
interaction
,
562
UMA_HISTOGRAM_ENUMERATION("interstitial.phishing.
interaction
",
563
interaction
,
571
switch (
interaction
) {
/external/chromium_org/tools/telemetry/telemetry/web_perf/
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
...]
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
...]
/external/chromium_org/tools/telemetry/telemetry/page/actions/
action_runner.py
35
"""Marks the beginning of an
interaction
record.
37
An
interaction
record is a labeled time period containing
38
interaction
that developers care about. Each set of metrics
44
label: A label for this particular
interaction
. This can be any
47
for this
interaction
record. See fast_metric.py for details.
48
is_smooth: Whether to check for smoothness metrics for this
interaction
.
50
this
interaction
.
52
as this
interaction
. All interactions with the same logical name must
65
interaction
=
Interaction
(self._tab, label, flags
[
all
...]
/external/valgrind/main/drd/scripts/
download-and-build-splash2
118
+
Interaction
* p;
123
/* For each
interaction
, do BF-error-analysis */
download-and-build-splash2.in
118
+
Interaction
* p;
123
/* For each
interaction
, do BF-error-analysis */
/external/iproute2/doc/
ip-tunnels.tex
369
\section{
Interaction
IPIP tunnels and DVMRP.}
/frameworks/base/docs/html/training/
training_toc.cs
206
"How to take your app
interaction
to the next level by sharing
[
all
...]
Completed in 372 milliseconds