HomeSort by relevance Sort by last modified time
    Searched refs:rowHeight (Results 1 - 25 of 46) sorted by null

1 2

  /external/skia/src/gpu/
GrRectanizer_pow2.h 70 void initRow(Row* row, int rowHeight) {
72 row->fRowHeight = rowHeight;
73 fNextStripY += rowHeight;
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 69 int rowHeight = 0;
106 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() + childParams.topMargin
111 height += rowHeight;
134 int rowHeight = 0;
160 rowHeight = Math.max(rowHeight, child.getMeasuredHeight()
165 cellTop += rowHeight;
  /packages/apps/Launcher3/src/com/android/launcher3/
BaseRecyclerView.java 56 public int rowHeight;
191 protected int getAvailableScrollHeight(int rowCount, int rowHeight, int yOffset) {
193 int scrollHeight = getPaddingTop() + yOffset + rowCount * rowHeight + getPaddingBottom();
241 int availableScrollHeight = getAvailableScrollHeight(rowCount, scrollPosState.rowHeight,
255 (scrollPosState.rowIndex * scrollPosState.rowHeight) - scrollPosState.rowTopOffset;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 140 int rowHeight = getRowHeight();
151 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight);
165 rectRight - 2, rectTop + rowHeight - 2);
175 rectTop += rowHeight;
184 final int rowHeight = getRowHeight();
185 final int top = getPaddingTop() + row * rowHeight;
189 top + rowHeight);
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 154 int rowHeight = getRowHeight(i);
157 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight);
171 rectRight - 2, rectTop + rowHeight - 2);
181 rectTop += rowHeight;
197 final int rowHeight = getRowHeight(row);
198 final int top = mPaddingTop + row * rowHeight;
202 top + rowHeight);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerView.java 170 int availableScrollHeight = getAvailableScrollHeight(rowCount, mScrollPosState.rowHeight, 0);
272 (scrollPosState.rowIndex * scrollPosState.rowHeight) - scrollPosState.rowTopOffset;
273 int newScrollY = getScrollAtPosition(position, scrollPosState.rowHeight);
290 stateOut.rowHeight = -1;
307 stateOut.rowHeight = child.getHeight();
317 private int getScrollAtPosition(int position, int rowHeight) {
322 return offset + item.rowIndex * rowHeight;
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadLayout.java 68 final int rowHeight =
80 final int childTop = paddingTop + lp.topMargin + rowIndex * rowHeight;
81 final int childBottom = childTop - lp.topMargin - lp.bottomMargin + rowHeight;
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsRecyclerView.java 105 int availableScrollHeight = getAvailableScrollHeight(rowCount, mScrollPosState.rowHeight, 0);
143 stateOut.rowHeight = -1;
156 stateOut.rowHeight = child.getHeight();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 66 * @param rowHeight more keys keyboard row height in pixel, including vertical gap.
78 final int rowHeight, final int coordXInParent, final int parentKeyboardWidth,
87 mDefaultRowHeight = rowHeight;
287 final int keyWidth, rowHeight;
297 rowHeight = keyPreviewVisibleHeight + mParams.mVerticalGap;
304 rowHeight = keyboard.mMostCommonKeyHeight;
314 rowHeight, key.getX() + key.getWidth() / 2, keyboard.mId.mWidth,
Key.java 262 final int rowHeight = row.getRowHeight();
263 mHeight = rowHeight - mVerticalGap;
274 keyYPos + rowHeight);
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 90 int rowHeight) {
97 m_rowHeight = rowHeight;
  /external/skia/gm/
shadertext.cpp 161 static const int rowHeight = 60;
168 SkIntToScalar((i % testsPerCol) * rowHeight));
175 SkIntToScalar((i % testsPerCol) * rowHeight));
  /external/skia/samplecode/
SampleShaderText.cpp 169 static const int rowHeight = 60;
176 SkIntToScalar((i % testsPerCol) * rowHeight));
183 SkIntToScalar((i % testsPerCol) * rowHeight));
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ListRowPresenter.java 200 * @param rowHeight Row height in pixels, or WRAP_CONTENT, or 0
203 public void setRowHeight(int rowHeight) {
204 mRowHeight = rowHeight;
219 * @param rowHeight The row height in to use when the row is expanded,
222 public void setExpandedRowHeight(int rowHeight) {
223 mExpandedRowHeight = rowHeight;
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 378 final int rowHeight = mDayOfWeekHeight;
383 final int rowCenter = headerHeight + rowHeight / 2;
411 final int rowHeight = mDayHeight;
416 int rowCenter = headerHeight + rowHeight / 2;
466 rowCenter += rowHeight;
741 final int rowHeight = mDayHeight;
743 final int top = getPaddingTop() + headerHeight + row * rowHeight;
745 outBounds.set(left, top, left + colWidth, top + rowHeight);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 404 int rowHeight = row.getHeight();
405 int middleOfSecondRow = rowHeight + rowHeight/2;
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
jcommon-1.0.12.jar 
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 827 const float rowHeight = 2.0f / (float)m_patternLength;
839 output.EmitVertex(vertex->position + tcu::Vec4(2 * ndx * colWidth, rowHeight, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
864 " const highp float rowHeight = 2.0 / float(" << spec.pattern.size() << ");\n"
881 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, rowHeight, 0.0, 0.0);\n"
    [all...]
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 843 milliseconds

1 2