HomeSort by relevance Sort by last modified time
    Searched defs:lastBaselineToBottomHeight (Results 1 - 8 of 8) sorted by null

  /frameworks/support/compat/src/androidTest/java/androidx/core/widget/
TextViewCompatTest.java 630 int lastBaselineToBottomHeight = fontMetricsBottom + 20;
631 TextViewCompat.setLastBaselineToBottomHeight(mTextView, lastBaselineToBottomHeight);
632 assertEquals(lastBaselineToBottomHeight,
636 lastBaselineToBottomHeight = fontMetricsBottom + 30;
637 TextViewCompat.setLastBaselineToBottomHeight(mTextView, lastBaselineToBottomHeight);
638 assertEquals(lastBaselineToBottomHeight,
656 int lastBaselineToBottomHeight = fontMetricsBottom - 1;
657 TextViewCompat.setLastBaselineToBottomHeight(mTextView, lastBaselineToBottomHeight);
658 assertNotEquals(lastBaselineToBottomHeight,
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatTextViewTest.java 376 final int lastBaselineToBottomHeight = textView.getResources()
383 assertEquals(lastBaselineToBottomHeight,
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatTextHelper.java 218 final int lastBaselineToBottomHeight = a.getDimensionPixelSize(
226 if (lastBaselineToBottomHeight != -1) {
227 TextViewCompat.setLastBaselineToBottomHeight(mView, lastBaselineToBottomHeight);
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 153 milliseconds