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

1 2 3

  /frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/testutils/
CoordinatorLayoutUtils.java 25 public static class DependentBehavior extends CoordinatorLayout.Behavior<View> {
  /frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/custom/
CustomTextView2.java 41 public CoordinatorLayout.Behavior getBehavior() {
TestFloatingBehavior.java 25 public class TestFloatingBehavior extends CoordinatorLayout.Behavior<TextView> {
26 // Default constructor is needed to instantiate a Behavior object when it is attached
31 // This constructor is needed to instantiate a Behavior object when it is attached to a
  /frameworks/native/include/input/
KeyCharacterMap.h 150 struct Behavior {
151 Behavior();
152 Behavior(const Behavior& other);
154 /* The next behavior in the list, or NULL if none. */
155 Behavior* next;
157 /* The meta key modifiers for this behavior. */
183 Behavior* firstBehavior;
241 const Key** outKey, const Behavior** outBehavior) const;
  /external/llvm/lib/IR/
Module.cpp 291 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) {
292 uint64_t Val = Behavior->getLimitedValue();
350 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
354 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Behavior)),
358 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
360 addModuleFlag(Behavior, Key, ConstantAsMetadata::get(Val));
362 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
365 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
  /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
368 const Behavior* behavior; local
417 const Behavior* behavior = key->firstBehavior; local
638 Behavior* behavior = new Behavior(); local
695 Behavior* behavior = firstBehavior; local
976 Behavior behavior; local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
SnackbarSlidingBehavior.java 27 * Custom {@link CoordinatorLayout.Behavior} that slides with the {@link Snackbar}.
30 public final class SnackbarSlidingBehavior extends CoordinatorLayout.Behavior<View> {
  /frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
CoordinatorLayout.java 90 * <p>By specifying {@link Behavior Behaviors} for child views of a
92 * views can also interact with one another. View classes can specify a default behavior when
136 static final ThreadLocal<Map<String, Constructor<Behavior>>> sConstructors =
378 * Reset all Behavior-related tracking records either to clean up or in preparation
388 final Behavior b = lp.getBehavior();
447 final Behavior b = lp.getBehavior();
491 // when the behavior first started blocking things below this point.
531 final Behavior b = lp.getBehavior();
587 static Behavior parseBehavior(Context context, AttributeSet attrs, String name) {
600 // Assume stock behavior in this package (if we have one
886 final Behavior behavior = lp.getBehavior(); local
1391 final Behavior behavior = lp.getBehavior(); local
3198 final Behavior behavior = lp.getBehavior(); local
    [all...]
  /frameworks/support/coordinatorlayout/src/androidTest/java/androidx/coordinatorlayout/widget/
CoordinatorLayoutTest.java 96 final CoordinatorLayout.Behavior<View> mockBehavior =
97 mock(CoordinatorLayout.Behavior.class);
104 // Now add a view with our mocked behavior to the CoordinatorLayout
317 final CoordinatorLayout.Behavior behavior = local
319 lpB.setBehavior(behavior);
330 // Reset the Behavior since onDependentViewChanged may have already been called as part of
332 reset(behavior);
344 // And assert that view B's Behavior was called appropriately
345 verify(behavior, times(1)).onDependentViewChanged(col, viewB, viewA)
357 final CoordinatorLayout.Behavior behavior = local
391 final CoordinatorLayout.Behavior behavior = local
516 final CoordinatorLayout.Behavior behavior = spy(new NestedScrollingBehavior()); local
582 final CoordinatorLayout.Behavior behavior = spy(new NestedScrollingBehavior()); local
    [all...]
CoordinatorLayoutSortTest.java 91 // Create a Behavior which depends on the previously added view
93 final CoordinatorLayout.Behavior<View> behavior = local
96 // And set its LayoutParams to use the Behavior
98 lp.setBehavior(behavior);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 113 /// module flag should be restricted to. This behavior can be used to
115 /// IDs with the **Override** behavior.
118 /// Uses the specified value, regardless of the behavior or value of the
141 ModFlagBehavior Behavior;
145 : Behavior(B), Key(K), Val(V) {}
448 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
449 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
450 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 113 /// module flag should be restricted to. This behavior can be used to
115 /// IDs with the **Override** behavior.
118 /// Uses the specified value, regardless of the behavior or value of the
141 ModFlagBehavior Behavior;
145 : Behavior(B), Key(K), Val(V) {}
448 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
449 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
450 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /external/skia/src/ports/
SkScalerContext_win_dw.cpp 66 using Behavior = SkOTTableGridAndScanProcedure::GaspRange::behavior;
67 GaspRange(int min, int max, int version, Behavior flags)
72 Behavior fFlags;
116 static bool is_gridfit_only(GaspRange::Behavior flags) {
117 return flags.raw.value == GaspRange::Behavior::Raw::GridfitMask;
260 GaspRange range(bitmapPPEM, bitmapPPEM, 0, GaspRange::Behavior());
263 range = GaspRange(bitmapPPEM, bitmapPPEM, 0, GaspRange::Behavior());
271 GaspRange range(0, 0xFFFF, 0, GaspRange::Behavior());
282 // This will not always provide a bitmap, but matches expected behavior
    [all...]
  /external/skqp/src/ports/
SkScalerContext_win_dw.cpp 66 using Behavior = SkOTTableGridAndScanProcedure::GaspRange::behavior;
67 GaspRange(int min, int max, int version, Behavior flags)
72 Behavior fFlags;
116 static bool is_gridfit_only(GaspRange::Behavior flags) {
117 return flags.raw.value == GaspRange::Behavior::Raw::GridfitMask;
260 GaspRange range(bitmapPPEM, bitmapPPEM, 0, GaspRange::Behavior());
263 range = GaspRange(bitmapPPEM, bitmapPPEM, 0, GaspRange::Behavior());
271 GaspRange range(0, 0xFFFF, 0, GaspRange::Behavior());
282 // This will not always provide a bitmap, but matches expected behavior
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 131 /// module flag should be restricted to. This behavior can be used to
133 /// IDs with the **Override** behavior.
136 /// Uses the specified value, regardless of the behavior or value of the
159 ModFlagBehavior Behavior;
163 : Behavior(B), Key(K), Val(V) {}
451 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
452 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
453 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Module.h 124 /// module flag should be restricted to. This behavior can be used to
126 /// IDs with the **Override** behavior.
129 /// Uses the specified value, regardless of the behavior or value of the
155 ModFlagBehavior Behavior;
160 : Behavior(B), Key(K), Val(V) {}
463 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Metadata *Val);
464 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Constant *Val);
465 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
    [all...]

Completed in 1646 milliseconds

1 2 3