Searched refs:isOnLeft (Results 1 – 6 of 6) sorted by relevance
34 assertThat(DEFAULT.isOnLeft(isRtl = true)).isTrue() in isOnLeft_rtlEnabled_defaultsToLeft()39 assertThat(DEFAULT.isOnLeft(isRtl = false)).isFalse() in isOnLeft_rtlDisabled_defaultsToRight()44 assertThat(LEFT.isOnLeft(isRtl = false)).isTrue() in isOnLeft_left_trueForAllLanguageDirections()45 assertThat(LEFT.isOnLeft(isRtl = true)).isTrue() in isOnLeft_left_trueForAllLanguageDirections()50 assertThat(RIGHT.isOnLeft(isRtl = false)).isFalse() in isOnLeft_right_falseForAllLanguageDirections()51 assertThat(RIGHT.isOnLeft(isRtl = true)).isFalse() in isOnLeft_right_falseForAllLanguageDirections()
116 private fun setDrawableDirection(isOnLeft: Boolean) { in setDrawableDirection()118 if (isOnLeft) R.drawable.bubble_stack_user_education_bg in setDrawableDirection()152 setDrawableDirection(isOnLeft = isStackOnLeft) in show()
88 private fun setDrawableDirection(isOnLeft: Boolean) { in setDrawableDirection()90 if (isOnLeft) R.drawable.bubble_stack_user_education_bg in setDrawableDirection()
845 return mBubbleBarLocation.isOnLeft(mDeviceConfig.isRtl()); in isBubbleBarOnLeft()
38 fun isOnLeft(isRtl: Boolean): Boolean { in isOnLeft() method in com.android.wm.shell.common.bubbles.BubbleBarLocation
82 location.isOnLeft(view.isLayoutRtl), in updateLocation()