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

1 2 3 4 5 67 8 91011>>

  /cts/tests/tests/media/src/android/media/cts/
AudioTrackSurroundTest.java 443 SamplePlayerShorts(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId)
446 mData = loadRawResourceShorts(resourceId);
477 SamplePlayerBytes(int sampleRate, int encoding, int channelConfig, @RawRes int resourceId)
480 mData = loadRawResourceBytes(resourceId);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
notification.py 219 resource_id = channel.resourceId
  /external/glide/library/src/main/java/com/bumptech/glide/
GenericRequestBuilder.java 422 * @param resourceId The id of the resource to use as a placeholder
426 int resourceId) {
427 this.placeholderId = resourceId;
448 * @param resourceId The id of the resource to use as a placeholder.
452 int resourceId) {
453 this.errorId = resourceId;
  /frameworks/base/core/java/android/app/
Presentation.java 303 theme = outValue.resourceId;
TimePickerDialog.java 87 return outValue.resourceId;
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 336 * @param resourceId The content description resource id.
338 public void setExpandActivityOverflowButtonContentDescription(@StringRes int resourceId) {
339 CharSequence contentDescription = mContext.getString(resourceId);
516 * @param resourceId The resource id.
518 public void setDefaultActionButtonContentDescription(@StringRes int resourceId) {
519 mDefaultActionButtonContentDescription = resourceId;
SuggestionsAdapter.java 381 mUrlColor = context.getColorStateList(colorValue.resourceId);
554 int resourceId = Integer.parseInt(drawableId);
557 + "://" + mProviderContext.getPackageName() + "/" + resourceId;
564 drawable = mProviderContext.getDrawable(resourceId);
  /frameworks/base/core/java/com/android/internal/app/
HeavyWeightSwitcherActivity.java 90 out.resourceId);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
LayoutInflater_Delegate.java 120 layout = tempValue.resourceId;
  /frameworks/support/design/src/android/support/design/widget/
BottomSheetDialog.java 154 themeId = outValue.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,
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ToolbarActionBar.java 538 if (outValue.resourceId != 0) {
539 widgetTheme.applyStyle(outValue.resourceId, true);
544 if (outValue.resourceId != 0) {
545 widgetTheme.applyStyle(outValue.resourceId, true);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserView.java 317 * @param resourceId The content description resource id.
319 public void setExpandActivityOverflowButtonContentDescription(int resourceId) {
320 CharSequence contentDescription = getContext().getString(resourceId);
498 * @param resourceId The resource id.
500 public void setDefaultActionButtonContentDescription(int resourceId) {
501 mDefaultActionButtonContentDescription = resourceId;
SuggestionsAdapter.java 339 mUrlColor = mContext.getResources().getColorStateList(colorValue.resourceId);
488 int resourceId = Integer.parseInt(drawableId);
491 + "://" + mProviderContext.getPackageName() + "/" + resourceId;
498 drawable = ContextCompat.getDrawable(mProviderContext, resourceId);
  /packages/apps/Messaging/src/com/android/messaging/util/
SwitchCompatUtils.java 112 return context.getResources().getColor(typedValue.resourceId);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
Utils.java 114 icon.setTint(context.getColor(typedValue.resourceId));
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
MainFragment.java 220 protected void setDefaultBackground(int resourceId) {
221 mDefaultBackground = getResources().getDrawable(resourceId);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/ui/
MainFragment.java 199 protected void setDefaultBackground(int resourceId) {
200 mDefaultBackground = getResources().getDrawable(resourceId);
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 229 private void updateConnectionState(final int resourceId) {
233 mConnectionState.setText(resourceId);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceControlActivity.java 229 private void updateConnectionState(final int resourceId) {
233 mConnectionState.setText(resourceId);
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceControlActivity.java 229 private void updateConnectionState(final int resourceId) {
233 mConnectionState.setText(resourceId);
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java     [all...]
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 78 && tv.resourceId != 0) {
79 mPopupContext = new ContextThemeWrapper(context, tv.resourceId);

Completed in 1417 milliseconds

1 2 3 4 5 67 8 91011>>