Home
last modified time | relevance | path

Searched defs:tabs (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/app/components/
Dtrace_view_component_test.ts52 const tabs: NodeList = htmlElement.querySelectorAll('.tab'); constant
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DLNotificationActivity.java41 TabLayout tabs = (TabLayout) findViewById(R.id.tabs); in onCreate() local