Searched defs:direction (Results 1 - 25 of 419) sorted by path

1234567891011>>

/external/aac/libAACdec/src/
H A Drvlc.cpp284 backward direction.
353 UCHAR direction = pRvlc->direction; local
360 direction);
373 if (direction == FWD) {
382 if (direction == FWD) {
405 description: Decode RVL-coded codewords in forward direction.
437 pRvlc->direction = FWD;
596 description: Decode RVL-coded codewords in backward direction.
626 pRvlc->direction
[all...]
H A Drvlc_info.h94 #define FWD 0 /* bitstream decoding direction forward (RVL coded part) */
95 #define BWD 1 /* bitstream decoding direction backward (RVL coded part) */
137 UCHAR direction; member in struct:__anon51
/external/aac/libAACenc/src/
H A Daacenc_tns.h125 INT tnsFilterDirection[MAX_NUM_OF_FILTERS]; /* Filtering direction, 0=up, 1=down TABUL */
183 INT direction[TRANS_FAC][MAX_NUM_OF_FILTERS]; member in struct:__anon85
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp806 static int findClosestEntry(UCHAR goalSb, UCHAR *v_k_master, UCHAR numMaster, UCHAR direction) argument
816 if(direction) {
H A Dsbrdec_freq_sca.cpp437 int direction = 1; local
458 if (direction == 0)
462 direction = 1;
466 if (direction == 1)
468 direction = 0;
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DImpl_RowSet.java603 public void setFetchDirection(int direction) throws SQLException { argument
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h1108 UINT8 direction; member in struct:__anon1357
/external/ceres-solver/internal/ceres/
H A Dline_search.cc113 const Vector& direction) {
115 direction_ = direction;
112 Init(const Vector& position, const Vector& direction) argument
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1809 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
1811 mAwViewMethods.onFocusChanged(focused, direction, previouslyFocusedRect);
2463 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
H A DAwViewMethods.java99 void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); argument
H A DAwWebContentsDelegateAdapter.java56 int direction;
59 direction = View.FOCUS_DOWN;
62 direction = View.FOCUS_UP;
65 direction = View.FOCUS_LEFT;
68 direction = View.FOCUS_RIGHT;
71 direction = 0;
74 if (direction != 0 && tryToMoveFocus(direction)) return;
81 int direction =
84 if (tryToMoveFocus(direction)) retur
89 tryToMoveFocus(int direction) argument
[all...]
H A DFullScreenView.java53 public boolean requestFocus(final int direction, final Rect previouslyFocusedRect) { argument
55 return super.requestFocus(direction, previouslyFocusedRect);
118 public void onFocusChanged(final boolean focused, final int direction, argument
120 super.onFocusChanged(focused, direction, previouslyFocusedRect);
122 focused, direction, previouslyFocusedRect);
H A DNullAwViewMethods.java112 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java312 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { argument
313 super.onFocusChanged(focused, direction, previouslyFocusedRect);
314 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect);
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc288 bool HandleRotatePaneFocus(Shell::Direction direction) { argument
290 switch (direction) {
/external/chromium_org/ash/
H A Dfocus_cycler.cc37 void FocusCycler::RotateFocus(Direction direction) { argument
44 direction == BACKWARD ?
67 if (direction == FORWARD)
90 direction == BACKWARD ?
H A Dshell.cc361 void Shell::RotateFocus(Direction direction) { argument
362 focus_cycler_->RotateFocus(direction == FORWARD ? FocusCycler::FORWARD
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc81 virtual void SetScrollDirection(ScrollDirection direction) OVERRIDE;
107 // 2) If the screen is scrolling (i.e. animating) and the direction is NONE,
109 // 3) If the direction is set to value other than NONE, it starts the
110 // scrolling/ animation towards that direction.
512 ScrollDirection direction) {
513 scroll_direction_ = direction;
511 SetScrollDirection( ScrollDirection direction) argument
/external/chromium_org/ash/shelf/
H A Dshelf.cc115 void Shelf::CycleWindowLinear(CycleDirection direction) { argument
117 *(shelf_view_->model()), direction);
H A Dshelf_navigator.cc25 CycleDirection direction) {
53 int step = (direction == CYCLE_FORWARD) ? 1 : -1;
24 GetNextActivatedItemIndex(const ShelfModel& model, CycleDirection direction) argument
/external/chromium_org/ash/wm/overview/
H A Dwindow_grid.cc112 gfx::Vector2d GetSlideVectorForFadeIn(WindowSelector::Direction direction, argument
115 switch (direction) {
238 bool WindowGrid::Move(WindowSelector::Direction direction, bool animate) { argument
242 switch (direction) {
257 switch (direction) {
298 MoveSelectionWidget(direction, recreate_selection_widget,
382 void WindowGrid::InitSelectionWidget(WindowSelector::Direction direction) { argument
413 GetSlideVectorForFadeIn(direction, target_bounds);
420 void WindowGrid::MoveSelectionWidget(WindowSelector::Direction direction, argument
425 // direction
[all...]
H A Dwindow_selector.cc578 void WindowSelector::Move(Direction direction, bool animate) { argument
583 grid_list_[selected_grid_index_]->Move(direction, animate); i++) {
585 // in the requested direction.
/external/chromium_org/ash/wm/
H A Dwindow_cycle_controller.cc69 void WindowCycleController::HandleCycleWindow(Direction direction) { argument
76 Step(direction);
90 void WindowCycleController::Step(Direction direction) { argument
92 window_cycle_list_->Step(direction);
H A Dwindow_cycle_list.cc131 void WindowCycleList::Step(WindowCycleController::Direction direction) { argument
147 current_index_ += direction == WindowCycleController::FORWARD ? 1 : -1;
/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc62 Direction direction)
64 direction_(direction),
68 direction == TOP_BOTTOM ? IDR_AURA_MULTI_WINDOW_RESIZE_H :
135 direction(TOP_BOTTOM){
145 direction == other.direction;
247 result.direction = LEFT_RIGHT;
253 result.direction = LEFT_RIGHT;
259 result.direction = TOP_BOTTOM;
265 result.direction
61 ResizeView(MultiWindowResizeController* controller, Direction direction) argument
350 FindWindowsTouching( aura::Window* start, Direction direction, std::vector<aura::Window*>* others) const argument
[all...]

Completed in 8134 milliseconds

1234567891011>>