Home
last modified time | relevance | path

Searched refs:getSummaryRightTextView (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/
H A DPaymentRequestSection.java208 protected TextView getSummaryRightTextView() { in getSummaryRightTextView() method in PaymentRequestSection
588 (LinearLayout.LayoutParams) getSummaryRightTextView().getLayoutParams(); in createMainSectionContent()
702 if (rightText == null || getSummaryRightTextView().getText() == null) return; in showUpdateIfTextChanged()
706 if (!TextUtils.equals(getSummaryRightTextView().getText(), rightText) in showUpdateIfTextChanged()
707 && getSummaryRightTextView().getVisibility() == VISIBLE) { in showUpdateIfTextChanged()
1489 return getSummaryRightTextView(); in getRightSummaryLabelForTest()
H A DPaymentRequestUI.java1416 return mOrderSummarySection.getSummaryRightTextView();