HomeSort by relevance Sort by last modified time
    Searched refs:resourceId (Results 251 - 275 of 380) sorted by null

<<111213141516

  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java     [all...]
  /frameworks/base/tools/aapt2/
ResourceParser.cpp 75 ResourceId id;
596 ResourceId resourceId(val.data);
597 if (!result || !resourceId.isValid()) {
602 outResource->id = resourceId;
639 ResourceId nextId(val.data);
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
PrinterCapabilitiesTest.java 154 UiObject message = getUiDevice().findObject(new UiSelector().resourceId(
    [all...]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 290 public UiSelector resourceId(String id) {
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 534 mDescriptionResId = peekedValue.resourceId;
    [all...]
  /frameworks/base/core/java/android/app/
Dialog.java 175 themeResId = outValue.resourceId;
    [all...]
SearchDialog.java 116 return outValue.resourceId;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
OnboardingFragment.java 325 mThemeWrapper = new ContextThemeWrapper(activity, typedValue.resourceId);
OnboardingSupportFragment.java 327 mThemeWrapper = new ContextThemeWrapper(activity, typedValue.resourceId);
GuidedStepFragment.java     [all...]
GuidedStepSupportFragment.java     [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 400 return context.getResources().getColor(outValue.resourceId);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 293 int colorControl = getContext().getColor(value.resourceId);
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java     [all...]
DecodeAccuracyTestBase.java 432 public Bitmap generateBitmapFromImageResourceId(int resourceId) {
433 return BitmapFactory.decodeStream(context.getResources().openRawResource(resourceId));
    [all...]
Vp8CodecTestBase.java 689 private InputStream OpenFileOrResourceId(String filename, int resourceId) throws Exception {
693 return mResources.openRawResource(resourceId);
    [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 353 outValue.resourceId = getDynamicIdByStyle((StyleResourceValue) value);
370 outValue.resourceId = a;
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar 
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_messages.py 320 resourceId: An opaque ID that identifies the resource being watched on
358 resourceId = messages.StringField(7)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_messages.py 308 resourceId: An opaque ID that identifies the resource being watched on
346 resourceId = _messages.StringField(7)
    [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 916 final int targetThemeRes = outValue.resourceId;
    [all...]
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
AnimatedRecyclerView.java 683 mBackground = val.resourceId;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java 370 * to resolve the resourceId for.
372 * @return resId the resourceId of the theme-specific drawable
377 return out.resourceId;
    [all...]

Completed in 2393 milliseconds

<<111213141516