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

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
ViewCompatUtils.java 34 // Note that View.setTextAlignment(int) has been introduced in API level 17.
36 View.class, "setTextAlignment", int.class);
67 public static void setTextAlignment(final View view, final int textAlignment) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
ViewUtils.java 64 public static void setTextAlignment(View view, int textAlignment) {
66 view.setTextAlignment(textAlignment);
  /packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
HeaderCell.java 117 label.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_END);
122 label.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START);
  /packages/apps/Settings/src/com/android/settings/
EditPinPreference.java 60 editText.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START);
TrustedCredentialsSettings.java 392 title.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_END);
    [all...]
  /packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
CaptionWindowLayout.java 351 mSubtitleView.setTextAlignment(Alignment.ALIGN_NORMAL);
381 mSubtitleView.setTextAlignment(Alignment.ALIGN_NORMAL);
392 mSubtitleView.setTextAlignment(Alignment.ALIGN_CENTER);
399 mSubtitleView.setTextAlignment(Alignment.ALIGN_OPPOSITE);
430 mSubtitleView.setTextAlignment(Alignment.ALIGN_CENTER);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java 123 textView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START);
  /packages/apps/DocumentsUI/src/com/android/documentsui/ui/
Snackbars.java 88 textView.setTextAlignment(View.TEXT_ALIGNMENT_CENTER);
  /packages/services/Telephony/src/com/android/phone/
ADNList.java 176 view.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewFadingEdgeTest.java 170 textView.setTextAlignment(textAlignment);
TextViewTest.java     [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java     [all...]
  /external/libmojo/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 118 * @see android.view.View#setTextAlignment(int)
120 public static void setTextAlignment(View view, int textAlignment) {
122 view.setTextAlignment(textAlignment);
  /packages/apps/Settings/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialog.java 165 mView.findViewById(R.id.password_layout).setTextAlignment(View.TEXT_ALIGNMENT_CENTER);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
SubtitleView.java 163 public void setTextAlignment(Alignment textAlignment) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStylePreference.java 128 ViewCompatUtils.setTextAlignment(
  /frameworks/base/core/java/android/widget/
Spinner.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 294 fieldView.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 375 ViewUtils.setTextAlignment(mSubjectTextView, View.TEXT_ALIGNMENT_VIEW_START);
383 ViewUtils.setTextAlignment(mSnippetTextView, View.TEXT_ALIGNMENT_VIEW_START);
    [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 572 milliseconds

1 2