OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resourceid
(Results
326 - 350
of
528
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertDialog.java
109
// Check to see if this
resourceId
has a valid package ID.
115
return outValue.
resourceId
;
230
* @param resId the
resourceId
of the drawable to use as the icon or 0
254
mAlert.setIcon(out.
resourceId
);
442
P.mIconId = out.
resourceId
;
[
all
...]
AlertController.java
382
* to resolve the
resourceId
for.
384
* @return resId the
resourceId
of the theme-specific drawable
389
return out.
resourceId
;
[
all
...]
/frameworks/base/core/java/android/speech/tts/
TextToSpeech.java
[
all
...]
/external/glide/library/src/main/java/com/bumptech/glide/
RequestManager.java
412
* @param
resourceId
the id of the resource containing the image
414
public DrawableTypeRequest<Integer> load(Integer
resourceId
) {
415
return (DrawableTypeRequest<Integer>) fromResource().load(
resourceId
);
/external/mdnsresponder/mDNSWindows/ControlPanel/
ControlPanel.cpp
75
CCPApplet::CCPApplet(UINT
resourceId
, UINT descId, CRuntimeClass * uiClass)
77
m_resourceId(
resourceId
),
86
m_name.LoadString(
resourceId
);
/frameworks/base/core/java/com/android/internal/app/
AlertController.java
414
* to resolve the
resourceId
for.
416
* @return resId the
resourceId
of the theme-specific drawable
421
return out.
resourceId
;
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java
286
final int
resourceId
= keyboardAttr.getResourceId(
288
if (
resourceId
!= 0) {
289
final String[] data = mResources.getStringArray(
resourceId
);
[
all
...]
/cts/tests/tests/print/src/android/print/cts/
CustomPrintOptionsTest.java
108
UiObject pagesEditText = getUiDevice().findObject(new UiSelector().
resourceId
(
PrinterCapabilitiesChangeTest.java
166
UiObject message = getUiDevice().findObject(new UiSelector().
resourceId
(
/developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java
223
final int textColor = context.getResources().getColor(typedValue.
resourceId
);
/development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java
183
textView.setBackgroundResource(outValue.
resourceId
);
/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
PictureDetailsActivity.java
81
bundle.getInt(PACKAGE_NAME + ".
resourceId
"));
/external/mesa3d/src/glx/tests/
create_context_unittest.cpp
116
__glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t
resourceID
,
Completed in 1291 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>