Searched refs:direction (Results 201 - 209 of 209) sorted by relevance

123456789

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h293 status_t openMmapStream(MmapStreamInterface::stream_direction_t direction,
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java1968 currentIndex, event.direction);
1971 switch (event.direction) {
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java376 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
377 super.onFocusChanged(focused, direction, previouslyFocusedRect);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java2315 * @param velocityY The initial velocity in the Y direction. Positive
4003 int direction = -1;
4008 direction = 1;
4016 Math.min(mOwnScrollY + direction * viewportHeight, getScrollRange()));
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java3252 int direction, int interactionId,
3286 connection.focusSearch(accessibilityNodeId, direction, partialInteractiveRegion,
3251 focusSearch(int accessibilityWindowId, long accessibilityNodeId, int direction, int interactionId, IAccessibilityInteractionConnectionCallback callback, long interrogatingTid) argument
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java611 public void onFocusChanged(boolean hasFocus, int direction, Rect previous) { argument
612 super.onFocusChanged(hasFocus, direction, previous);
986 * the layout direction is LTR or RTL.
/frameworks/base/core/java/android/widget/
H A DTextView.java461 * layout direction.
463 * @param layoutDirection the current layout direction
2529 // PasswordTransformationMethod always have LTR text direction heuristics returned by
9579 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
9582 super.onFocusChanged(focused, direction, previouslyFocusedRect);
9586 if (mEditor != null) mEditor.onFocusChanged(focused, direction);
9598 mTransformation.onFocusChanged(this, mText, focused, direction, previouslyFocusedRect);
9601 super.onFocusChanged(focused, direction, previouslyFocusedRect);
11309 // Phone numbers must be in the direction of the locale's digits. Most locales have LTR
11315 // direction
[all...]
H A DEditor.java1136 void onFocusChanged(boolean focused, int direction) { argument
1163 mMovement.onTakeFocus(mTextView, (Spannable) mTextView.getText(), direction);
4853 // We're on a boundary or this is the first direction change -- just update
5012 // This handle passes another one as it crossed a direction boundary.
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3564 int direction = keyCode == KeyEvent.KEYCODE_BRIGHTNESS_UP ? 1 : -1;
3581 int step = (max - min + BRIGHTNESS_STEPS - 1) / BRIGHTNESS_STEPS * direction;
7068 // The idea is that the user rotation expresses a weak preference for the direction

Completed in 356 milliseconds

123456789