OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:idvalue
(Results
1 - 16
of
16
) sorted by null
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
Injector.java
80
int
idValue
= InjectView.class.cast(annotation).value();
82
Object injectedValue = fieldType.cast(mActivity.findViewById(
idValue
));
84
throw new IllegalStateException("findViewById(" +
idValue
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java
618
Integer
idValue
;
620
idValue
= Bridge.getResourceId(ResourceType.ID, idName);
622
idValue
= mContext.getLayoutlibCallback().getResourceId(ResourceType.ID, idName);
624
return
idValue
== null ? defValue :
idValue
;
636
Integer
idValue
;
639
idValue
= Bridge.getResourceId(resValue.getResourceType(),
642
idValue
= mContext.getLayoutlibCallback().getResourceId(
646
if (
idValue
!= null) {
647
return
idValue
;
[
all
...]
/frameworks/base/docs/html/guide/topics/resources/
layout-resource.jd
81
about the <a href="#
idvalue
">value for {@code android:id}</a> below.
113
the <a href="#
idvalue
">value for {@code android:id}</a> below.
190
<h4 id="
idvalue
">Value for <code>android:id</code></h4>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java
378
String
idValue
= mXmlHelper.valueOfStringId(mProject, resFile, text);
379
if (
idValue
!= null) {
383
idValue
);
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java
4078
String []
idvalue
= new String[] { "" };
local
[
all
...]
/external/llvm/lib/TableGen/
TGParser.cpp
[
all
...]
/frameworks/base/docs/html-intl/intl/ja/guide/components/
activities.jd
650
????????????????????????????? ID?<a href="{@docRoot}guide/topics/resources/layout-resource.html#
idvalue
">{@code android:id}</a>???????????
/frameworks/base/docs/html-intl/intl/ko/guide/components/
activities.jd
650
???? ?? ? ??? ??? ??? ????? ?? ? ??? ?? ID(<a href="{@docRoot}guide/topics/resources/layout-resource.html#
idvalue
">{@code android:id}</a>
/frameworks/base/docs/html-intl/intl/ru/guide/components/
activities.jd
[
all
...]
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
activities.jd
650
?????????????????????????????????????????? ID??? <a href="{@docRoot}guide/topics/resources/layout-resource.html#
idvalue
">{@code android:id}</a>
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/
activities.jd
650
??????????????????????? ID (?? <a href="{@docRoot}guide/topics/resources/layout-resource.html#
idvalue
">{@code android:id}</a> ??) ???
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
576
Pair<Integer, String>
idValue
= (Pair<Integer, String>) request.argument;
577
mPhone.nvWriteItem(
idValue
.first,
idValue
.second, onCompleted);
[
all
...]
/frameworks/base/docs/html-intl/intl/in/guide/components/
activities.jd
[
all
...]
/frameworks/base/docs/html/guide/components/
activities.jd
[
all
...]
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/
activities.jd
[
all
...]
/frameworks/base/docs/html-intl/intl/vi/guide/components/
activities.jd
[
all
...]
Completed in 510 milliseconds