Searched refs:grid (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dgrid_tbl.cpp52 // grid[0] = 1.0;
53 // grid[grid_points+1] = -1.0;
55 // grid[i] = cos((6.283185307*i)/(2.0*grid_points));
95 const Word16 grid[grid_points + 1] = variable
149 [1] grid.tab, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
H A Daz_lsp.cpp440 xlow = grid[0];
450 xlow = grid[j];
634 xlow = *(grid);
644 xlow = *(grid + j);
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Daz_lsp.h86 extern const Word16 grid[];
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DAnimateableGridViewBounds.java17 package com.android.systemui.recents.views.grid;
22 /* An outline provider for grid-based task views. */
H A DGridTaskView.java17 package com.android.systemui.recents.views.grid;
H A DTaskViewFocusFrame.java17 package com.android.systemui.recents.views.grid;
62 * Measure the width and height of the focus frame according to the current grid task view size.
80 * Update the current size of grid task view and the focus frame.
97 // The frame only shows up in the grid layout. It shouldn't show up in the stack
H A DGridTaskViewThumbnail.java17 package com.android.systemui.recents.views.grid;
H A DTaskGridLayoutAlgorithm.java17 package com.android.systemui.recents.views.grid;
208 // We always set the dim alpha to 0, since we don't want grid task views to dim.
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiLayersActivity.java33 LinearLayout grid = new LinearLayout(this);
34 grid.setOrientation(LinearLayout.VERTICAL);
38 grid.addView(row1, new LinearLayout.LayoutParams(
43 grid.addView(row2, new LinearLayout.LayoutParams(
56 setContentView(grid);
H A DColoredShadowsActivity.java33 ViewGroup grid = findViewById(R.id.colored_grid);
34 for (int i = 0; i < grid.getChildCount(); i++) {
35 setShadowColors((ViewGroup) grid.getChildAt(i), i);
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DGridTest.java82 static String dump(Grid grid) { argument
84 grid.debugPrint(new PrintWriter(w));
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridInHorizontal.java29 * Exercises a grid in a horizontal linear layout
49 mGridView = (GridView) findViewById(R.id.grid);
H A DGridInVertical.java29 * Exercises a grid in a vertical linear layout
49 mGridView = (GridView) findViewById(R.id.grid);
H A DGridPadding.java27 * Exercises a grid with padding
43 mGridView = findViewById(R.id.grid);
H A DGridScrollListener.java50 mGridView = findViewById(R.id.grid);
H A DGridThrasher.java120 GridView g = findViewById(R.id.grid);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGrid.java27 * A grid is representation of single or multiple rows layout data structure and algorithm.
28 * Grid is the base class for single row, non-staggered grid and staggered grid.
63 * when grid was showing 5,6,7. Removing 3,4,5 will make the layoutPosition to
138 // the first index that grid will layout
142 * Creates a single or multiple rows (can be staggered or not staggered) grid
145 Grid grid;
147 grid = new SingleRow();
149 // TODO support non staggered multiple rows grid
150 grid
[all...]
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java78 GridView grid = (GridView) findViewById(R.id.characterPicker);
79 grid.setAdapter(new OptionsAdapter(getContext()));
80 grid.setOnItemClickListener(this);
/frameworks/av/services/camera/libcameraservice/device3/
H A DDistortionMapper.h108 // Source grid quad, or null
115 // Find which grid quad encloses the point; returns null if none do
117 const int32_t pt[2], const std::vector<GridQuad>& grid);
137 // Margin to expand the grid by to ensure it doesn't clip the domain
H A DDistortionMapper.cpp229 // Need to recalculate grid
393 const int32_t pt[2], const std::vector<GridQuad>& grid) {
397 for (const GridQuad& quad : grid) {
392 findEnclosingQuad( const int32_t pt[2], const std::vector<GridQuad>& grid) argument
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/picker/
H A DPicker.java566 VerticalGridView grid = mColumnViews.get(i);
567 for (int j = 0; j < grid.getChildCount(); j++) {
568 View view = grid.getChildAt(j);
/frameworks/base/tools/velocityplot/
H A Dvelocityplot.py145 axes.grid(True)
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py219 axes.grid(True)
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp2058 .itemType = "grid",
3540 int32_t grid = (mTileWidth > 0); local
3547 int32_t increase = 20 * (grid + 1) // 'ispe' property
3556 if (grid) {
3566 * (mNumTiles + grid + 1); // "+1" is for 'Exif'
3575 + grid * (3 + propBytes) // 'ispe' for grid
3576 + rotate * propBytes; // 'irot' (either on grid or tile)
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java94 import com.android.systemui.recents.views.grid.GridTaskView;
95 import com.android.systemui.recents.views.grid.TaskGridLayoutAlgorithm;
96 import com.android.systemui.recents.views.grid.TaskViewFocusFrame;
217 // grid layout.
418 /** Returns the grid algorithm for this task stack. */
764 // We never clip task views in grid layout
980 // For the grid layout, we directly set focus to the most recently used task
984 // For the grid layout we pick a proper task to focus, according to the current
1645 // In grid layout, the stack action button always remains visible.
1766 // Dismiss the grid tas
[all...]

Completed in 418 milliseconds

12