HomeSort by relevance Sort by last modified time
    Searched refs:setCompoundDrawablesRelative (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 171 * @see android.widget.TextView#setCompoundDrawablesRelative(Drawable, Drawable, Drawable,
174 public static void setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top,
177 // On JB MR1, due to a platform bug, setCompoundDrawablesRelative() is a no-op if the
183 textView.setCompoundDrawablesRelative(start, top, end, bottom);
196 // Work around the platform bug described in setCompoundDrawablesRelative() above.
214 // Work around the platform bug described in setCompoundDrawablesRelative() above.
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 131 mStatusTextView.setCompoundDrawablesRelative(centerTextDrawable, null,
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 648 milliseconds