HomeSort by relevance Sort by last modified time
    Searched defs:Interaction (Results 1 - 7 of 7) 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);
  /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/iproute2/doc/
ip-tunnels.tex 369 \section{Interaction IPIP tunnels and DVMRP.}

Completed in 279 milliseconds