OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTextAlignment
(Results
1 - 25
of
28
) 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/TV/src/com/android/tv/tuner/cc/
CaptionWindowLayout.java
338
mSubtitleView.
setTextAlignment
(Alignment.ALIGN_NORMAL);
366
mSubtitleView.
setTextAlignment
(Alignment.ALIGN_NORMAL);
377
mSubtitleView.
setTextAlignment
(Alignment.ALIGN_CENTER);
384
mSubtitleView.
setTextAlignment
(Alignment.ALIGN_OPPOSITE);
413
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
81
textView.
setTextAlignment
(View.TEXT_ALIGNMENT_CENTER);
/external/libmojo/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java
99
* @see android.view.View#
setTextAlignment
(int)
101
public static void
setTextAlignment
(View view, int textAlignment) {
103
view.
setTextAlignment
(textAlignment);
/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
...]
/packages/apps/Settings/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialog.java
169
mView.findViewById(R.id.password_layout).
setTextAlignment
(View.TEXT_ALIGNMENT_CENTER);
/packages/apps/TV/src/com/android/exoplayer/text/
SubtitleView.java
166
public void
setTextAlignment
(Alignment textAlignment) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
CustomInputStylePreference.java
128
ViewCompatUtils.
setTextAlignment
(
/packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java
252
fieldView.
setTextAlignment
(View.TEXT_ALIGNMENT_VIEW_START);
/frameworks/base/core/java/android/widget/
Spinner.java
[
all
...]
/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
...]
/packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java
383
title.
setTextAlignment
(View.TEXT_ALIGNMENT_VIEW_END);
[
all
...]
/packages/apps/TV/libs/
exoplayer.jar
/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
/prebuilts/sdk/19/
android.jar
Completed in 1255 milliseconds
1
2