OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startRow
(Results
1 - 14
of
14
) sorted by null
/external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h
58
Index
startRow
= IsLower ? pi : pi-actualPanelWidth;
63
&lhs.coeffRef(
startRow
,startCol), lhsStride,
65
rhs +
startRow
, 1,
/external/eigen/Eigen/src/Core/
Block.h
127
inline Block(XprType& xpr, Index
startRow
, Index startCol)
128
: m_xpr(xpr), m_startRow(
startRow
), m_startCol(startCol),
132
eigen_assert(
startRow
>= 0 && BlockRows >= 1 &&
startRow
+ BlockRows <= xpr.rows()
139
Index
startRow
, Index startCol,
141
: m_xpr(xpr), m_startRow(
startRow
), m_startCol(startCol),
146
eigen_assert(
startRow
>= 0 && blockRows >= 0 &&
startRow
+ blockRows <= xpr.rows()
237
Index
startRow
() const
286
inline Block(XprType& xpr, Index
startRow
, Index startCol
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteFragment.java
510
Integer
startRow
= mItemIdTopMap.get(itemId);
511
if (
startRow
!= null) {
512
if (
startRow
> currentRow) {
516
} else if (
startRow
< currentRow) {
522
// If the item hasn't shifted rows (
startRow
== currentRow), it either remains
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java
316
startRow
(row);
431
startRow
(row);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java
439
int
startRow
= grid.getRow(state.bounds.y);
441
int rowSpan = endRow -
startRow
+ 1;
443
Rect cellBounds = grid.getCellBounds(
startRow
, startColumn, rowSpan, columnSpan);
569
int
startRow
= grid.getRow(state.bounds.y);
571
int rowSpan = endRow -
startRow
+ 1;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp
[
all
...]
/packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java
291
int
startRow
= (mScrollY - mSpec.mCellSpacing) / mBlockHeight;
295
// Limit
startRow
and endRow to the valid range.
297
startRow
= Math.max(Math.min(
startRow
, mRows - 1), 0);
299
mImageBlockManager.setVisibleRows(
startRow
, endRow);
618
int
startRow
=
620
int topPos =
startRow
* mColumns;
660
int
startRow
= (mScrollY - mSpec.mCellSpacing) / mBlockHeight;
664
// Limit
startRow
and endRow to the valid range.
666
startRow
= Math.max(Math.min(startRow, mRows - 1), 0)
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java
541
int
startRow
= position / (mSlotHeight + mSlotGap);
542
int start = Math.max(0, mUnitCount *
startRow
);
/external/zxing/core/
core.jar
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 183 milliseconds