HomeSort by relevance Sort by last modified time
    Searched full:resourceid (Results 376 - 400 of 528) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKB.h 161 * byte of the resourceID for the error:
168 * The low byte of the resourceID for this error contains the device
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionsStylist.java 382 mPressAnimator = AnimatorInflater.loadAnimator(ctx, typedValue.resourceId);
    [all...]
DetailsOverviewRowPresenter.java 398 return context.getResources().getColor(outValue.resourceId);
ImageCardView.java 143 * The resourceId of the theme you want to apply to the ImageCardView. The theme
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java     [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 37 import android.content.res.ResourceId;
173 if (themeResId == ResourceId.ID_NULL) {
176 themeResId = outValue.resourceId;
    [all...]
Presentation.java 317 theme = outValue.resourceId;
  /frameworks/base/core/jni/
android_util_AssetManager.cpp     [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 592 * Display error message indicated by resourceId.
596 public void onError(long index, int resourceId) {
601 final String msg = getContext().getString(resourceId);
    [all...]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 259 //OpenResourceIdResult resourceId;
  /frameworks/base/cmds/uiautomator/api/
current.txt 191 method public com.android.uiautomator.core.UiSelector resourceId(java.lang.String);
  /frameworks/base/core/java/android/net/
IpSecTransform.java 143 mResourceId = result.resourceId;
  /frameworks/base/tools/aapt2/link/
XmlCompatVersioner_test.cpp 66 .AddSymbol("com.app:attr/foo", ResourceId(0x7f010000),
  /frameworks/support/design/src/android/support/design/widget/
BottomNavigationView.java 400 getContext(), value.resourceId);
NavigationView.java 421 getContext(), value.resourceId);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ShareActionProvider.java 230 Drawable drawable = AppCompatResources.getDrawable(mContext, outTypedValue.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...]
  /platform_testing/libraries/system-helpers/settings-helper/src/android/system/helpers/
SettingsHelper.java 194 new UiSelector().resourceId("android:id/content"));
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationHelper.java 327 new UiSelector().resourceId("android:id/content"));
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-machinelearning/1.11.18/
aws-java-sdk-machinelearning-1.11.18.jar 
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 530 mDescriptionResId = peekedValue.resourceId;
539 mSummaryResId = peekedValue.resourceId;
    [all...]
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/20/
uiautomator.jar 
  /prebuilts/sdk/21/
uiautomator.jar 

Completed in 822 milliseconds

<<11121314151617181920>>