Home
last modified time | relevance | path

Searched refs:isOnLeft (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/bubbles/
DBubbleBarLocationTest.kt34 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DStackEducationView.kt116 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()
DManageEducationView.kt88 private fun setDrawableDirection(isOnLeft: Boolean) { in setDrawableDirection()
90 if (isOnLeft) R.drawable.bubble_stack_user_education_bg in setDrawableDirection()
DBubblePositioner.java845 return mBubbleBarLocation.isOnLeft(mDeviceConfig.isRtl()); in isBubbleBarOnLeft()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleBarLocation.kt38 fun isOnLeft(isRtl: Boolean): Boolean { in isOnLeft() method in com.android.wm.shell.common.bubbles.BubbleBarLocation
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleExpandedViewPinController.kt82 location.isOnLeft(view.isLayoutRtl), in updateLocation()