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

1 2 3 4

  /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);
  /external/skia/gm/
shadertext.cpp 163 constexpr int rowHeight = 60;
170 SkIntToScalar((i % testsPerCol) * rowHeight));
177 SkIntToScalar((i % testsPerCol) * rowHeight));
  /external/skia/samplecode/
SampleShaderText.cpp 171 static const int rowHeight = 60;
178 SkIntToScalar((i % testsPerCol) * rowHeight));
185 SkIntToScalar((i % testsPerCol) * rowHeight));
  /external/skqp/gm/
shadertext.cpp 163 constexpr int rowHeight = 60;
170 SkIntToScalar((i % testsPerCol) * rowHeight));
177 SkIntToScalar((i % testsPerCol) * rowHeight));
  /external/skqp/samplecode/
SampleShaderText.cpp 171 static const int rowHeight = 60;
178 SkIntToScalar((i % testsPerCol) * rowHeight));
185 SkIntToScalar((i % testsPerCol) * 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);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 70 int rowHeight = 0;
107 rowHeight = Math.max(rowHeight, child.getMeasuredHeight() + childParams.topMargin
112 height += rowHeight;
136 int rowHeight = 0;
168 rowHeight = Math.max(rowHeight, child.getMeasuredHeight()
173 cellTop += rowHeight;
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
RowContent.java 330 int rowHeight = (getLineCount() > 1 || mIsHeader) ? mMaxHeight : mMinHeight;
333 rowHeight += mRangeHeight;
335 rowHeight = mIsHeader ? mMaxHeight : mRangeHeight;
338 return rowHeight;
RowView.java 154 int rowHeight = (getMode() == MODE_SMALL || mIsSingleItem)
158 rowHeight -= mRangeHeight;
160 return rowHeight;
191 int rowHeight = getRowContentHeight();
192 if (rowHeight != 0) {
195 heightMeasureSpec = MeasureSpec.makeMeasureSpec(rowHeight, MeasureSpec.EXACTLY);
  /external/skia/src/core/
SkScan_DAAPath.cpp 74 static inline void add_coverage_delta_segment(int y, SkFixed rowHeight, const SkAnalyticEdge* edge,
75 SkFixed nextX, Deltas* deltas) { // rowHeight=fullAlpha
76 SkASSERT(rowHeight <= SK_Fixed1 && rowHeight >= 0);
90 deltas->addDelta(L, y, rowHeight * sign);
97 alpha = getPartialAlpha(alpha, rowHeight);
100 deltas->addDelta(L + 1, y, (rowHeight - alpha) * sign);
108 SkFixed alpha2 = rowHeight - partialTriangleToAlpha(x2, edge->fDY);
111 deltas->addDelta(L + 2, y, (rowHeight - alpha2) * sign);
133 SkFixed lastAlpha = rowHeight - partialTriangleToAlpha(last, dY); // the alpha at R -
    [all...]
  /external/skqp/src/core/
SkScan_DAAPath.cpp 74 static inline void add_coverage_delta_segment(int y, SkFixed rowHeight, const SkAnalyticEdge* edge,
75 SkFixed nextX, Deltas* deltas) { // rowHeight=fullAlpha
76 SkASSERT(rowHeight <= SK_Fixed1 && rowHeight >= 0);
90 deltas->addDelta(L, y, rowHeight * sign);
97 alpha = getPartialAlpha(alpha, rowHeight);
100 deltas->addDelta(L + 1, y, (rowHeight - alpha) * sign);
108 SkFixed alpha2 = rowHeight - partialTriangleToAlpha(x2, edge->fDY);
111 deltas->addDelta(L + 2, y, (rowHeight - alpha2) * sign);
133 SkFixed lastAlpha = rowHeight - partialTriangleToAlpha(last, dY); // the alpha at R -
    [all...]
  /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...]
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 527 final int rowHeight = mDayHeight;
531 final int rowCenter = headerHeight + rowHeight / 2;
534 int row = Math.round(centerY / (float) rowHeight);
639 final int rowHeight = mDayOfWeekHeight;
644 final int rowCenter = headerHeight + rowHeight / 2;
666 final int rowHeight = mDayHeight;
671 int rowCenter = headerHeight + rowHeight / 2;
724 rowCenter += rowHeight;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListViewTest.java 498 int rowHeight = row.getHeight();
499 int middleOfSecondRow = rowHeight + rowHeight/2;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp 838 const float rowHeight = 2.0f / (float)m_patternLength;
850 output.EmitVertex(vertex->position + tcu::Vec4(2 * (float)ndx * colWidth, rowHeight, 0.0, 0.0), vertex->pointSize, vertex->outputs, packets[packetNdx].primitiveIDIn);
875 " const highp float rowHeight = 2.0 / float(" << spec.pattern.size() << ");\n"
892 " gl_Position = gl_in[0].gl_Position + vec4(float(ndx) * 2.0 * colWidth, rowHeight, 0.0, 0.0);\n"
    [all...]
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
GridWidgetTest.java     [all...]
  /libcore/benchmarks/src/benchmarks/regression/
R.java     [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0/
traceview-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0-alpha1/
traceview-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0-beta1/
traceview-25.3.0-beta1.jar 

Completed in 1511 milliseconds

1 2 3 4