Searched refs:getLastBaselineToBottomHeight (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatTextView.java403 public int getLastBaselineToBottomHeight() { method in class:AppCompatTextView
404 return TextViewCompat.getLastBaselineToBottomHeight(this);
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
H A DTextViewCompatTest.java633 TextViewCompat.getLastBaselineToBottomHeight(mTextView));
639 TextViewCompat.getLastBaselineToBottomHeight(mTextView));
659 TextViewCompat.getLastBaselineToBottomHeight(mTextView));
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
H A DAppCompatTextViewTest.java384 TextViewCompat.getLastBaselineToBottomHeight(textView));
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DTextViewCompat.java698 * @see #getLastBaselineToBottomHeight(TextView)
746 public static int getLastBaselineToBottomHeight(@NonNull final TextView textView) { method in class:TextViewCompat
/frameworks/base/core/java/android/widget/
H A DTextView.java3324 * @see #getLastBaselineToBottomHeight()
3367 public int getLastBaselineToBottomHeight() { method in class:TextView

Completed in 147 milliseconds