HomeSort by relevance Sort by last modified time
    Searched refs:setCompoundDrawablesWithIntrinsicBounds (Results 1 - 25 of 63) sorted by null

1 2 3

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
TextViewCompatUtils.java 38 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/
CounterFragment.java 55 mCounterText.setCompoundDrawablesWithIntrinsicBounds(mUpDrawable, null, null, null);
69 mCounterText.setCompoundDrawablesWithIntrinsicBounds(
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/fragments/
CounterFragment.java 55 mCounterText.setCompoundDrawablesWithIntrinsicBounds(mUpDrawable, null, null, null);
69 mCounterText.setCompoundDrawablesWithIntrinsicBounds(
  /development/samples/browseable/JumpingJack/Wearable/src/com.example.android.wearable.jumpingjack/fragments/
CounterFragment.java 55 mCounterText.setCompoundDrawablesWithIntrinsicBounds(mUpDrawable, null, null, null);
69 mCounterText.setCompoundDrawablesWithIntrinsicBounds(
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ActionPresenterSelector.java 100 vh.mButton.setCompoundDrawablesWithIntrinsicBounds(null, null, icon, null);
102 vh.mButton.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null);
119 vh.mButton.setCompoundDrawablesWithIntrinsicBounds(null, null, null, null);
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HostListAdapter.java 37 target.setCompoundDrawablesWithIntrinsicBounds(
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity3.java 59 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ListActivity.java 117 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
TransparentListActivity.java 115 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity2.java 62 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity4.java 66 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity.java 112 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
ViewLayersActivity5.java 131 v.setCompoundDrawablesWithIntrinsicBounds(r.getDrawable(R.drawable.icon),
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIcon.java 59 setCompoundDrawablesWithIntrinsicBounds(null, new FastBitmapDrawable(mIcon), null, null);
AddAdapter.java 87 textView.setCompoundDrawablesWithIntrinsicBounds(item.image, null, null, null);
Hotseat.java 116 allAppsButton.setCompoundDrawablesWithIntrinsicBounds(null,
  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 49 mApology.setCompoundDrawablesWithIntrinsicBounds(android.R.drawable.stat_sys_warning, 0, 0,
  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 215 textView.setCompoundDrawablesWithIntrinsicBounds(isRtl ? end : start, top,
220 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
233 textView.setCompoundDrawablesWithIntrinsicBounds(isRtl ? end : start, top,
238 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
HeartRateMonitorTestActivity.java 106 sensorText.setCompoundDrawablesWithIntrinsicBounds(0, 0, icon, 0);
GyroscopeTestActivity.java 220 mSensorText.setCompoundDrawablesWithIntrinsicBounds(0, 0, icon, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
SegmentedButtons.java 73 b.setCompoundDrawablesWithIntrinsicBounds(0, iconResId, 0, 0);
  /packages/apps/Browser/src/com/android/browser/
NavTabView.java 103 mTitle.setCompoundDrawablesWithIntrinsicBounds(id, 0, 0, 0);
  /packages/apps/Browser/src/com/android/browser/addbookmark/
FolderSpinnerAdapter.java 101 textView.setCompoundDrawablesWithIntrinsicBounds(drawable, null,
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 239 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) {
244 public void setCompoundDrawablesWithIntrinsicBounds(Drawable left, Drawable top,
439 setCompoundDrawablesWithIntrinsicBounds(
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizard.java 158 mEmptyFooter.setCompoundDrawablesWithIntrinsicBounds(0,

Completed in 953 milliseconds

1 2 3