Loading libs/WindowManager/Shell/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -263,7 +263,7 @@ <!-- Accessibility text for the caption back button [CHAR LIMIT=NONE] --> <string name="back_button_text">Back</string> <!-- Accessibility text for the caption handle [CHAR LIMIT=NONE] --> <string name="handle_text">Handle</string> <string name="handle_text">App handle</string> <!-- Accessibility text for the handle menu app icon [CHAR LIMIT=NONE] --> <string name="app_icon_text">App Icon</string> <!-- Accessibility text for the handle fullscreen button [CHAR LIMIT=NONE] --> Loading libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/BubbleBarHandleView.java +1 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ public class BubbleBarHandleView extends View { outline.setPath(mPath); } }); setContentDescription(getResources().getString(R.string.handle_text)); } /** Loading Loading
libs/WindowManager/Shell/res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -263,7 +263,7 @@ <!-- Accessibility text for the caption back button [CHAR LIMIT=NONE] --> <string name="back_button_text">Back</string> <!-- Accessibility text for the caption handle [CHAR LIMIT=NONE] --> <string name="handle_text">Handle</string> <string name="handle_text">App handle</string> <!-- Accessibility text for the handle menu app icon [CHAR LIMIT=NONE] --> <string name="app_icon_text">App Icon</string> <!-- Accessibility text for the handle fullscreen button [CHAR LIMIT=NONE] --> Loading
libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/BubbleBarHandleView.java +1 −0 Original line number Diff line number Diff line Loading @@ -80,6 +80,7 @@ public class BubbleBarHandleView extends View { outline.setPath(mPath); } }); setContentDescription(getResources().getString(R.string.handle_text)); } /** Loading