HomeSort by relevance Sort by last modified time
    Searched full:gettextdirection (Results 1 - 25 of 50) sorted by null

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.view.ViewParent.html 129 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/view/ViewParent.html#getTextDirection()" target="_top"><code>getTextDirection</code></A>()</nobr>
  /external/icu/icu4c/source/layoutex/
playout.cpp 79 return pl->getTextDirection();
  /external/chromium_org/ui/gfx/
render_text.h 341 base::i18n::TextDirection GetTextDirection();
345 // |GetTextDirection()|, not the direction of a particular run.
624 // Use GetTextDirection(), do not use this potentially invalid value directly!
render_text.cc 685 base::i18n::TextDirection RenderText::GetTextDirection() {
713 return GetTextDirection() == base::i18n::LEFT_TO_RIGHT ?
796 if ((GetTextDirection() == base::i18n::RIGHT_TO_LEFT) == (caret_pos == 0))
    [all...]
render_text_mac.cc 134 // TODO(asvitkine|msw): Respect GetTextDirection(), which may not match the
render_text_unittest.cc 619 TEST_F(RenderTextTest, GetTextDirection) {
650 EXPECT_EQ(render_text->GetTextDirection(), cases[j].text_direction);
652 EXPECT_EQ(render_text->GetTextDirection(), ui_direction);
654 EXPECT_EQ(render_text->GetTextDirection(), base::i18n::LEFT_TO_RIGHT);
656 EXPECT_EQ(render_text->GetTextDirection(), base::i18n::RIGHT_TO_LEFT);
665 EXPECT_EQ(render_text->GetTextDirection(), base::i18n::LEFT_TO_RIGHT);
667 EXPECT_EQ(render_text->GetTextDirection(), base::i18n::RIGHT_TO_LEFT);
    [all...]
canvas_skia.cc 289 if (render_text->GetTextDirection() == base::i18n::LEFT_TO_RIGHT) {
render_text_pango.cc 330 SetUpPangoLayout(layout_, GetLayoutText(), font_list(), GetTextDirection(),
render_text_harfbuzz.cc     [all...]
render_text_win.cc     [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 332 base::i18n::TextDirection Textfield::GetTextDirection() const {
333 return GetRenderText()->GetTextDirection();
681 const bool rtl = GetTextDirection() == base::i18n::RIGHT_TO_LEFT;
803 const bool rtl = GetTextDirection() == base::i18n::RIGHT_TO_LEFT;
    [all...]
textfield.h 85 base::i18n::TextDirection GetTextDirection() const;
  /frameworks/base/core/java/android/widget/
Spinner.java 223 mPopup.show(getTextDirection(), getTextAlignment());
683 mPopup.show(getTextDirection(), getTextAlignment());
798 mPopup.show(getTextDirection(), getTextAlignment());
    [all...]
  /external/chromium_org/extensions/common/
message_bundle.cc 102 // Calling base::i18n::GetTextDirection on non-UI threads doesn't seems safe,
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 462 inline UBiDiDirection getTextDirection();
646 inline UBiDiDirection ParagraphLayout::getTextDirection()
  /frameworks/base/core/java/android/view/
ViewParent.java 370 * Return this view parent text direction. See {@link View#getTextDirection()}
380 public int getTextDirection();
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.view.View.html 136 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#getTextDirection()" target="_top"><code>getTextDirection</code></A>()</nobr>
alldiffs_index_additions.html     [all...]
methods_index_additions.html 329 <nobr><A HREF="android.view.View.html#android.view.View.getTextDirection_added()" class="hiddenlink" target="rightframe"><b>getTextDirection</b>
    [all...]
methods_index_all.html 424 <nobr><A HREF="android.view.View.html#android.view.View.getTextDirection_added()" class="hiddenlink" target="rightframe"><b>getTextDirection</b>
    [all...]
  /external/chromium_org/base/i18n/
rtl_unittest.cc 372 TEST_F(RTLTest, GetTextDirection) {
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 281 (render_text->GetTextDirection() == base::i18n::RIGHT_TO_LEFT);
omnibox_view_views.cc     [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/
missingSinces.txt 111 NO DOC BLOCK: android.view.View Method getTextDirection()

Completed in 1958 milliseconds

1 2