OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxems
(Results
1 - 25
of
36
) sorted by null
1
2
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-applyCompletion39.diff
1
Code completion in completion1.xml for marginBottom="50"^ selecting android:
maxEms
:
4
+ android:layout_marginBottom="50" android:
maxEms
="^"
completion1-expected-completion39.txt
23
android:
maxEms
: Makes the TextView be at most this many ems wide. [integer]
completion5-expected-completion40.txt
23
android:
maxEms
: Makes the TextView be at most this many ems wide. [integer]
completionvalues1-expected-completion32.txt
162
android:
maxEms
: Makes the TextView be at most this many ems wide. [integer]
[
all
...]
/cts/tests/res/layout/
textview_ems.xml
68
android:
maxEms
="1"
74
android:
maxEms
="1000"
80
android:
maxEms
="0"
86
android:
maxEms
="60"
93
android:
maxEms
="10"
/development/samples/ApiDemos/res/layout/
custom_title.xml
31
android:
maxEms
="10"
47
android:
maxEms
="10"
search_invoke.xml
69
android:
maxEms
="10"
90
android:
maxEms
="10"
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java
780
checkApplyLayoutCompletion("completion1.xml", "marginBottom=\"50\"^", " android:
maxEms
");
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
/frameworks/base/core/res/res/values/
public.xml
371
<public type="attr" name="
maxEms
" id="0x01010157" />
[
all
...]
attrs.xml
[
all
...]
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/current/
android.jar
/cts/tools/dex-tools/dex/
classes.out.dex
798
public static final int
maxEms
[
all
...]
/development/sdk/
api-versions.xml
744
<field name="
maxEms
" />
[
all
...]
/frameworks/base/api/
current.txt
[
all
...]
/prebuilts/sdk/api/
1.xml
[
all
...]
10.xml
[
all
...]
11.xml
[
all
...]
12.xml
[
all
...]
13.xml
[
all
...]
14.txt
[
all
...]
15.txt
[
all
...]
16.txt
[
all
...]
Completed in 1378 milliseconds
1
2