Searched defs:behavior (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DAudioFormatAdapter.h29 // buffer override behavior to arbitrary sample formats and buffer behaviors.
36 // overwrite behavior.
58 // behavior The desired behavior (overwrite or accumulate).
60 uint32_t behavior) {
64 mBehavior = behavior;
113 // The desired buffer behavior.
142 // output buffer, converting to the desired format and buffer behavior.
59 configure(T & processor, int nChannels, uint8_t pcmFormat, uint32_t behavior) argument
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicy.java73 * The behavior of a policy with regards to audio focus where it relies on the application
74 * to do the ducking, the is the legacy and default behavior.
80 * The behavior of a policy with regards to audio focus where it handles ducking instead
265 * Returns the current behavior for audio focus-related ducking.
276 * Sets the behavior for audio focus-related ducking.
278 * @param behavior {@link #FOCUS_POLICY_DUCKING_IN_APP} or
286 public int setFocusDuckingBehavior(int behavior) argument
288 if ((behavior != FOCUS_POLICY_DUCKING_IN_APP)
289 && (behavior != FOCUS_POLICY_DUCKING_IN_POLICY)) {
290 throw new IllegalArgumentException("Invalid ducking behavior "
[all...]
/frameworks/support/design/tests/src/android/support/design/widget/
H A DBottomSheetBehaviorTest.java73 public Callback(BottomSheetBehavior behavior) { argument
74 behavior.setBottomSheetCallback(this);
75 int state = behavior.getState();
278 BottomSheetBehavior behavior = getBehavior();
279 assertThat(behavior.getState(), is(BottomSheetBehavior.STATE_COLLAPSED));
283 is(coordinatorLayout.getHeight() - behavior.getPeekHeight()));
331 BottomSheetBehavior behavior = getBehavior();
336 view.getHeight() - behavior.getPeekHeight()};
390 BottomSheetBehavior behavior = getBehavior();
395 view.getHeight() - behavior
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java55 public void setBehavior(MeasureBehavior behavior) { argument
56 mBehavior = behavior;
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp234 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;
273 // Try to find the most general behavior that maps to this character.
274 // For example, the base key behavior wil
368 const Behavior* behavior; local
417 const Behavior* behavior = key->firstBehavior; local
638 Behavior* behavior = new Behavior(); local
695 Behavior* behavior = firstBehavior; local
973 Behavior behavior; local
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java89 * views can also interact with one another. View classes can specify a default behavior when
467 // when the behavior first started blocking things below this point.
582 // Assume stock behavior in this package (if we have one)
621 Log.e(TAG, "Default behavior class " + defaultBehavior.value().getName() +
802 // If the view has a behavior, let it try first
847 final Behavior behavior = lp.getBehavior();
849 if (behavior == null || !behavior.onLayoutChild(this, child, layoutDirection)) {
1208 * The offsetting behavior implemented here does not store the computed offset in
1273 // Update any behavior
2617 setBehavior(@ullable Behavior behavior) argument
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1206 private void powerMultiPressAction(long eventTime, boolean interactive, int behavior) { argument
1207 switch (behavior) {
1255 final int behavior = getResolvedLongPressOnPowerBehavior();
1256 switch (behavior) {
1271 mWindowManagerFuncs.shutdown(behavior == LONG_PRESS_POWER_SHUT_OFF);
1482 Log.w(TAG, "Undefined home long press behavior: " + mLongPressOnHomeBehavior);
2263 // The status bar is the only window allowed to exhibit keyguard behavior.
3481 // Reserve all the META modifier combos for system behavior
5739 // behavior in the InCallScreen.
5935 // to customize PIP key behavior
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2469 milliseconds