OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preferredWidth
(Results
1 - 25
of
31
) sorted by null
1
2
/frameworks/base/core/java/android/widget/
AbsSpinner.java
185
int
preferredWidth
= 0;
213
preferredWidth
= getChildWidth(view) + mSpinnerPadding.left + mSpinnerPadding.right;
223
preferredWidth
= mSpinnerPadding.left + mSpinnerPadding.right;
228
preferredWidth
= Math.max(
preferredWidth
, getSuggestedMinimumWidth());
231
widthSize = resolveSizeAndState(
preferredWidth
, widthMeasureSpec, 0);
SimpleMonthView.java
864
final int
preferredWidth
= mDesiredCellWidth * DAYS_IN_WEEK
866
final int resolvedWidth = resolveSize(
preferredWidth
, widthMeasureSpec);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java
699
int
preferredWidth
= -1;
706
preferredWidth
= value.intValue();
709
if (
preferredWidth
<= 0) {
710
preferredWidth
= Math.max(column.getPreferredWidth(), 30);
712
return
preferredWidth
;
[
all
...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java
350
int
preferredWidth
=
356
m_popup.computeTrim(popupLocation.x, popupLocation.y,
preferredWidth
, preferredHeight);
CComboBox.java
590
int
preferredWidth
=
597
preferredWidth
,
/external/deqp/modules/glshared/
glsTextureTestUtil.hpp
240
RandomViewport (const tcu::RenderTarget& renderTarget, int
preferredWidth
, int preferredHeight, deUint32 seed);
glsTextureTestUtil.cpp
[
all
...]
/cts/tools/vm-tests-tf/lib/
junit.jar
/external/dexmaker/lib/
junit.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar
/external/guice/lib/build/
junit.jar
/external/jsr330/lib/
junit.jar
/external/slf4j/integration/lib/
junit-3.8.1.jar
/external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar
/prebuilts/devtools/adt/lib/
junit-3.8.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/junit/junit/3.8.1/
junit-3.8.1.jar
/prebuilts/tools/common/m2/repository/junit/junit/3.8.1/
junit-3.8.1.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.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
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
Completed in 970 milliseconds
1
2