HomeSort by relevance Sort by last modified time
    Searched refs:resourceId (Results 176 - 200 of 245) sorted by null

1 2 3 4 5 6 78 910

  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
TintManager.java 362 return mResources.getColor(mTypedValue.resourceId);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 746 public void setBackgroundResource(int resourceId) {
748 Drawable drawable = mBackgrounds.get(resourceId);
750 drawable = getResources().getDrawable(resourceId);
755 mBackgrounds.put(resourceId, drawable);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java     [all...]
Vp8CodecTestBase.java 689 private InputStream OpenFileOrResourceId(String filename, int resourceId) throws Exception {
693 return mResources.openRawResource(resourceId);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 712 private Animator createAnimator(View v, int resourceId) {
713 Animator animator = AnimatorInflater.loadAnimator(v.getContext(), resourceId);
    [all...]
DialogFragment.java 702 private Animator createAnimator(View v, int resourceId) {
703 Animator animator = AnimatorInflater.loadAnimator(v.getContext(), resourceId);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionSetupActivity.java 149 private String[] getIntArrayAsStringArray(int resourceId) {
150 int[] a = mResources.getIntArray(resourceId);
    [all...]
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/20/
uiautomator.jar 
  /prebuilts/sdk/21/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 439 mBackground = val.resourceId;
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 287 public UiSelector resourceId(String id) {
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 508 mDescriptionResId = peekedValue.resourceId;
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 157 theme = outValue.resourceId;
    [all...]
SearchDialog.java 116 return outValue.resourceId;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 369 return context.getResources().getColor(outValue.resourceId);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 300 outValue.resourceId = getDynamicIdByStyle((StyleResourceValue)value);
317 outValue.resourceId = a;
    [all...]
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 768 new UiSelector().resourceId("com.android.cts.uiautomator:id/test_5_toggleButton");
    [all...]

Completed in 508 milliseconds

1 2 3 4 5 6 78 910