OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rowWidth
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FreeformWorkspaceLayoutAlgorithm.java
87
float
rowWidth
= 0f;
92
if (
rowWidth
+ width > normalizedWorkspaceWidth) {
98
rowScale = Math.min(normalizedWorkspaceWidth / (
rowWidth
+ width),
101
rowWidth
= 0;
105
rowWidth
= width;
111
rowWidth
+= width;
114
maxRowWidth = Math.max(
rowWidth
, maxRowWidth);
/external/deqp/modules/gles3/functional/
es3fReadPixelsTests.cpp
313
const int
rowWidth
= (m_rowLength == 0 ? m_width : m_rowLength) + m_skipPixels;
314
const int rowPitch = m_alignment * deCeilFloatToInt32(float(pixelSize *
rowWidth
) / (float)m_alignment);
355
const int
rowWidth
= (m_rowLength == 0 ? m_width : m_rowLength);
356
const int rowPitch = m_alignment * deCeilFloatToInt32((float)(pixelSize *
rowWidth
) / (float)m_alignment);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java
68
int
rowWidth
= 0;
103
rowWidth
+= child.getMeasuredWidth() + childParams.getMarginStart()
110
width = Math.max(width,
rowWidth
);
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.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 626 milliseconds