Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 13 of 13) sorted by relevance

/development/tools/logblame/
Dpower_toggle_test4 RAWLOGS_FILE=power-toggle-rawlogs.txt
5 ANALYSIS_FILE=power-toggle-analysis.txt
/development/vndk/tools/definition-tool/assets/visual/
Ddep-graph.js60 this.classList.toggle("active");
66 selectedSubNode.classList.toggle("active");
77 selectedNode.classList.toggle("active");
80 selectedSubNode.classList.toggle("active");
96 this.classList.toggle("active");
109 selectedSubNode.classList.toggle("active");
238 selectedNode.classList.toggle("active");
241 selectedSubNode.classList.toggle("active");
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
DFloatingActionButton.java130 public void toggle() { in toggle() method in FloatingActionButton
139 toggle(); in performClick()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCheckableFrameLayout.java45 public void toggle() { in toggle() method in CheckableFrameLayout
DList6.java51 ((SpeechListAdapter)getListAdapter()).toggle(position); in onListItemClick()
115 public void toggle(int position) { in toggle() method in List6.SpeechListAdapter
DTableLayout9.java38 Button button = (Button) findViewById(R.id.toggle); in onCreate()
DTableLayout8.java41 Button button = (Button) findViewById(R.id.toggle); in onCreate()
DGrid3.java126 public void toggle() { in toggle() method in Grid3.CheckableLayout
/development/samples/browseable/AppRestrictionSchema/
D_index.jd11 AppRestrictionEnforcer sample to toggle the restriction.
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/
DCheckableLinearLayout.java54 public void toggle() { in toggle() method in CheckableLinearLayout
/development/samples/browseable/AppRestrictions/
D_index.jd11 … When launched under the primary User account, you can toggle between standard app restriction
/development/samples/browseable/ScreenCapture/src/com.example.android.screencapture/
DScreenCaptureFragment.java83 mButtonToggle = (Button) view.findViewById(R.id.toggle); in onViewCreated()
110 case R.id.toggle: in onClick()
/development/samples/Home/src/com/example/android/home/
DHome.java526 mShowApplicationsCheck.toggle(); in showApplications()
562 mShowApplicationsCheck.toggle(); in hideApplications()