Searched refs:Behavior (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/include/input/
H A DKeyCharacterMap.h139 struct Behavior { struct in class:android::KeyCharacterMap
140 Behavior();
141 Behavior(const Behavior& other);
144 Behavior* next;
169 Behavior* firstBehavior;
227 const Key** outKey, const Behavior** outBehavior) const;
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp234 const Behavior* behavior;
251 const Behavior* behavior;
276 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
372 const Key** outKey, const Behavior** outBehavior) const {
375 const Behavior* behavior = key->firstBehavior;
389 // Behavior must have at least the set of meta states specified.
429 const Behavior* found = NULL;
430 for (const Behavior* behavior = key->firstBehavior; behavior; behavior = behavior->next) {
582 Behavior* lastBehavior = NULL;
591 Behavior* behavio
657 KeyCharacterMap::Behavior::Behavior() : function in class:android::KeyCharacterMap::Behavior
661 KeyCharacterMap::Behavior::Behavior(const Behavior& other) : function in class:android::KeyCharacterMap::Behavior
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java70 * <p>By specifying {@link CoordinatorLayout.Behavior Behaviors} for child views of a
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();
434 final Behavior b = lp.getBehavior();
489 static Behavior parseBehavior(Context context, AttributeSet attrs, String name) {
507 Map<String, Constructor<Behavior>> constructors = sConstructors.get();
512 Constructor<Behavior> c = constructors.get(fullName);
514 final Class<Behavior> claz
1614 public static abstract class Behavior<V extends View> { class in class:CoordinatorLayout
1619 public Behavior() { method in class:CoordinatorLayout.Behavior
1630 public Behavior(Context context, AttributeSet attrs) { method in class:CoordinatorLayout.Behavior
[all...]
H A DViewOffsetBehavior.java24 * Behavior will automatically sets up a {@link ViewOffsetHelper} on a {@link View}.
26 class ViewOffsetBehavior<V extends View> extends CoordinatorLayout.Behavior<V> {
H A DAppBarLayout.java97 @CoordinatorLayout.DefaultBehavior(AppBarLayout.Behavior.class)
626 * The default {@link Behavior} for {@link AppBarLayout}. Implements the necessary nested
629 public static class Behavior extends ViewOffsetBehavior<AppBarLayout> { class in class:AppBarLayout
652 public Behavior() {} method in class:AppBarLayout.Behavior
654 public Behavior(Context context, AttributeSet attrs) { method in class:AppBarLayout.Behavior
1177 * Behavior which should be used by {@link View}s which can scroll vertically and support
1250 final CoordinatorLayout.Behavior behavior =
1252 if (behavior instanceof Behavior) {
1255 final int appBarOffset = ((Behavior) behavior)
H A DFloatingActionButton.java55 @CoordinatorLayout.DefaultBehavior(FloatingActionButton.Behavior.class)
318 * Behavior designed for use with {@link FloatingActionButton} instances. It's main function
322 public static class Behavior extends CoordinatorLayout.Behavior<FloatingActionButton> { class in class:FloatingActionButton
H A DSnackbar.java427 // If our LayoutParams are from a CoordinatorLayout, we'll setup our Behavior
429 final Behavior behavior = new Behavior();
582 final CoordinatorLayout.Behavior behavior = cllp.getBehavior();
744 final class Behavior extends SwipeDismissBehavior<SnackbarLayout> { class in class:Snackbar
H A DSwipeDismissBehavior.java34 public class SwipeDismissBehavior<V extends View> extends CoordinatorLayout.Behavior<V> {
/frameworks/base/docs/html/distribute/engage/
H A Dengage_toc.cs41 <span class="en">Understand User Behavior</span></a>
/frameworks/base/docs/html/preview/
H A Dpreview_toc.cs121 zh-tw-lang="行為變更">Behavior Changes
/frameworks/base/docs/html/guide/
H A Dguide_toc.cs628 <span class="en">Verifying App Behavior on ART</span>

Completed in 404 milliseconds