OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rowWidth
(Results
1 - 9
of
9
) 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
);
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvkern.c
355
FT_UShort
rowWidth
;
429
GXV_KERN_FMT2_DATA(
rowWidth
) = FT_NEXT_USHORT( p );
434
GXV_TRACE(( "
rowWidth
= %d\n", GXV_KERN_FMT2_DATA(
rowWidth
) ));
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Tree.java
169
float
rowWidth
= indent + iconSpacingRight;
173
rowWidth
+= layout.getPrefWidth();
177
rowWidth
+= actor.getWidth();
181
rowWidth
+= spacing + node.icon.getMinWidth();
184
prefWidth = Math.max(prefWidth,
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
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar
Completed in 4004 milliseconds