Home
last modified time | relevance | path

Searched defs:inputView (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DDialogUiTest.java121 final TextInputEditText inputView = in testCreateDialogShows_textInputEditText_shouldNotTruncateOnPortrait() local
141 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargeDensity() local
162 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargerDensity() local
182 final TextInputEditText inputView = in testCreateDialog_textInputEditText_shouldNotTruncateOnLargestDensity() local
203 final TextInputEditText inputView = in testCreateDirectoryFragmentShows_textInputEditText_shouldNotTruncateOnLandscape() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_graph_share_manager.h117 BASE_NS::array_view<RenderHandle> inputView; member
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DEntityHeaderControllerTest.java102 View inputView = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in testBuildView_constructedWithView_shouldReturnSameView() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java187 public void setListener(final Listener listener, final View inputView) { in setListener()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/imewidescreen/
H A DCarUiImeWideScreenController.java229 public View createWideScreenImeView(@NonNull View inputView) { in createWideScreenImeView()