Searched refs:showArrow (Results 1 – 7 of 7) sorted by relevance
86 showArrow(arrow, R.animator.arrow_rotate_up, in onBind()90 showArrow(arrow, R.animator.arrow_rotate_down, in onBind()103 private void showArrow( in showArrow() method in HeaderCell
76 @Nullable CharSequence title, @Nullable CharSequence subtitle, boolean showArrow) {} in setFocusedResultTitle() argument
225 /* onStart= */ () -> mBubbleBarBackground.showArrow(true), in BubbleBarView()227 mBubbleBarBackground.showArrow(mIsBarExpanded); in BubbleBarView()725 mBubbleBarBackground.showArrow(false); in removeView()981 mBubbleBarBackground.showArrow(view != null); in setSelectedBubble()
102 fun showArrow(show: Boolean) { in showArrow() method
669 final boolean showArrow = shouldShowMessageBubbleArrow(); in updateViewAppearance()726 contentLeftPadding = (!showArrow && incoming) ? arrowWidth : 0; in updateViewAppearance()727 contentRightPadding = (!showArrow && outgoing) ? arrowWidth : 0; in updateViewAppearance()738 if (showArrow && incoming) { in updateViewAppearance()743 if (showArrow && outgoing) { in updateViewAppearance()
180 public void showArrow(boolean show) { in showArrow() method in MaterialProgressDrawable
348 public void showArrow(boolean show) { in showArrow() method in ArrowPopup