Searched defs:view (Results 1 – 4 of 4) sorted by relevance
38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate() local
57 function_ref<int(int)> view = [](int i) { return i + 1; }; in TEST() local75 function_ref<int(int)> view = [](int i) { return i + 1; }; in TEST() local
429 public void onViewCreated(final View view, Bundle savedInstanceState) { in onViewCreated()898 public void onClick(View view) { in onClick()
482 const std::basic_string_view<uint8_t>& view() const { return mView; } in view() function581 const std::string_view& view() const { return mView; } in view() function