OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resourceid
(Results
251 - 275
of
417
) sorted by null
<<
11
12
13
14
15
16
17
/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
95
UiObject pagesEditText = getUiDevice().findObject(new UiSelector().
resourceId
(
PrinterInfoTest.java
438
UiObject destinationSpinner = getUiDevice().findObject(new UiSelector().
resourceId
(
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewSyncTests.java
65
UiSelector acceptButtonSelector = new UiSelector().
resourceId
("android:id/button1");
/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/chromium-trace/catapult/third_party/gsutil/gslib/commands/
notification.py
219
resource_id = channel.
resourceId
/external/mesa3d/src/glx/tests/
create_context_unittest.cpp
114
__glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t
resourceID
,
/frameworks/base/core/java/android/app/
AlertDialog.java
223
return outValue.
resourceId
;
394
* @param resId the
resourceId
of the drawable to use as the icon or 0
413
mAlert.setIcon(out.
resourceId
);
598
P.mIconId = out.
resourceId
;
[
all
...]
/frameworks/base/core/java/android/widget/
ShareActionProvider.java
173
Drawable drawable = mContext.getDrawable(outTypedValue.
resourceId
);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BrandedFragment.java
67
return inflater.inflate(found ? typedValue.
resourceId
: R.layout.lb_browse_title,
BrandedSupportFragment.java
69
return inflater.inflate(found ? typedValue.
resourceId
: R.layout.lb_browse_title,
Completed in 595 milliseconds
<<
11
12
13
14
15
16
17