HomeSort by relevance Sort by last modified time
    Searched defs:behavior (Results 1 - 25 of 56) sorted by null

1 2 3

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
ActionKey.java 20 * Maps between an Action key and an Type/Behavior Enum pair.
29 public ActionKey(T type, B behavior) {
32 mBehavior = behavior;
53 B behavior = null; local
55 behavior = B.valueOf(clazzB, mBehaviorString);
58 mBehavior = behavior;
  /external/easymock/src/org/easymock/internal/
ReplayState.java 28 private final IMocksBehavior behavior; field in class:ReplayState
32 public ReplayState(IMocksBehavior behavior) {
33 this.behavior = behavior;
38 behavior.checkThreadSafety();
40 if (behavior.isThreadSafe()) {
57 Result result = behavior.addActual(invocation);
72 behavior.verify();
RecordState.java 37 private final IMocksBehavior behavior; field in class:RecordState
66 public RecordState(IMocksBehavior behavior) {
67 this.behavior = behavior;
137 behavior.addStub(lastInvocation, Result.createReturnResult(value));
149 behavior.addStub(
156 requireMethodCall("stub behavior");
158 behavior.addStub(lastInvocation, Result.createReturnResult(null));
166 behavior.addStub(
178 behavior.addStub(lastInvocation, Result.createThrowResult(throwable));
    [all...]
MocksControl.java 30 private IMocksBehavior behavior; field in class:MocksControl
74 behavior = new MocksBehavior(type == MockType.NICE);
75 behavior.checkOrder(type == MockType.STRICT);
76 state = new RecordState(behavior);
98 state = new ReplayState(behavior);
  /external/skia/src/sfnt/
SkOTTable_gasp.h 32 union behavior { union in struct:SkOTTableGridAndScanProcedure::GaspRange
  /frameworks/support/design/src/android/support/design/widget/
Snackbar.java 427 // If our LayoutParams are from a CoordinatorLayout, we'll setup our Behavior
429 final Behavior behavior = new Behavior(); local
430 behavior.setStartAlphaSwipeDistance(0.1f);
431 behavior.setEndAlphaSwipeDistance(0.6f);
432 behavior.setSwipeDirection(SwipeDismissBehavior.SWIPE_DIRECTION_START_TO_END);
433 behavior.setListener(new SwipeDismissBehavior.OnDismissListener() {
454 ((CoordinatorLayout.LayoutParams) lp).setBehavior(behavior);
582 final CoordinatorLayout.Behavior behavior = cllp.getBehavior() local
    [all...]
AppBarLayout.java 47 * Children should provide their desired scrolling behavior through
57 * The binding is done through the {@link ScrollingViewBehavior} behavior class, meaning that you
58 * should set your scrolling view's behavior to be an instance of {@link ScrollingViewBehavior}.
97 @CoordinatorLayout.DefaultBehavior(AppBarLayout.Behavior.class)
112 * child views to implement custom behavior based on the offset (for instance pinning a
626 * The default {@link Behavior} for {@link AppBarLayout}. Implements the necessary nested
629 public static class Behavior extends ViewOffsetBehavior<AppBarLayout> {
652 public Behavior() {}
654 public Behavior(Context context, AttributeSet attrs) {
1250 final CoordinatorLayout.Behavior behavior = local
    [all...]
CoordinatorLayout.java 70 * <p>By specifying {@link CoordinatorLayout.Behavior Behaviors} for child views of a
72 * views can also interact with one another. View classes can specify a default behavior when
108 static final ThreadLocal<Map<String, Constructor<Behavior>>> sConstructors =
282 * Reset all Behavior-related tracking records either to clean up or in preparation
289 final Behavior b = ((LayoutParams) mBehaviorTouchView.getLayoutParams()).getBehavior();
344 final Behavior b = lp.getBehavior();
388 // when the behavior first started blocking things below this point.
434 final Behavior b = lp.getBehavior();
489 static Behavior parseBehavior(Context context, AttributeSet attrs, String name) {
502 // Assume stock behavior in this package
755 final Behavior behavior = lp.getBehavior(); local
    [all...]
  /external/deqp/framework/opengl/
gluES3PlusWrapperContext.cpp 389 const std::string behavior = line.substr(behaviorPos); local
391 const bool validBehavior = behavior == "require" || behavior == "enable" || behavior == "warn" || behavior == "disable";
455 // Emulate ES behavior where sRGB conversion is only controlled by color buffer format.
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 252 * when the shader requests "warn" behavior for this extension.
261 void set_flags(_mesa_glsl_parse_state *state, ext_behavior behavior) const;
349 * given behavior for this extension.
352 ext_behavior behavior) const
358 state->*(this->enable_flag) = (behavior != extension_disable);
359 state->*(this->warn_flag) = (behavior == extension_warn);
382 ext_behavior behavior; local
384 behavior = extension_warn;
386 behavior = extension_require;
388 behavior = extension_enable
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
KeyboardActivity.java 91 final ActionBehavior behavior = actionKey.getBehavior(); local
92 if (behavior == null) {
95 switch (behavior) {
CaptionSetupActivity.java 539 final ActionBehavior behavior = actionKey.getBehavior(); local
540 if (behavior == null) {
543 switch (behavior) {
    [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 234 const Behavior* behavior; local
235 if (getKeyBehavior(keyCode, metaState, &key, &behavior)) {
236 result = behavior->character;
251 const Behavior* behavior; local
252 if (getKeyBehavior(keyCode, metaState, &key, &behavior)) {
253 if (behavior->fallbackKeyCode) {
254 outFallbackAction->keyCode = behavior->fallbackKeyCode;
255 outFallbackAction->metaState = metaState & ~behavior->metaState
375 const Behavior* behavior = key->firstBehavior; local
591 Behavior* behavior = new Behavior(); local
646 Behavior* behavior = firstBehavior; local
923 Behavior behavior; local
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiConfigurationActivity.java 314 final ActionBehavior behavior = actionKey.getBehavior(); local
318 switch (behavior) {
325 switch (behavior) {
332 switch (behavior) {
345 switch (behavior) {
358 switch (behavior) {
  /external/linux-tools-perf/src/tools/perf/
builtin-trace.c 154 int behavior = arg; local
156 switch (behavior) {
188 return scnprintf(bf, size, "%#x", behavior);
319 [2] = SCA_MADV_BHV, /* behavior */ }, },
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/d3/
d3.min.js     [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 2638 const char *behavior; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol.py 560 def behavior(self, *args): return _qpol.qpol_fs_use_t_behavior(self, *args) member in class:qpol_fs_use_t
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
qpol.py 560 def behavior(self, *args): return _qpol.qpol_fs_use_t_behavior(self, *args) member in class:qpol_fs_use_t
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 356 uint32_t behavior; /* labeling behavior for fs_use */ member in union:ocontext::__anon17928
567 fixed labeling behavior. */
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
easymock-3.1-tests.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 

Completed in 963 milliseconds

1 2 3