Searched refs:toggle (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCheckable.java41 void toggle(); method in interface:Checkable
H A DRadioButton.java69 * If the radio button is already checked, this method will not toggle the radio button.
72 public void toggle() { method in class:RadioButton
73 // we override to prevent toggle when the radio is already
76 super.toggle();
H A DToggleButton.java141 layerDrawable.findDrawableByLayerId(com.android.internal.R.id.toggle);
H A DCompoundButton.java86 public void toggle() { method in class:CompoundButton
98 /* When clicked, toggle the state */
99 toggle();
H A DCheckedTextView.java78 public void toggle() { method in class:CheckedTextView
H A DSlidingDrawer.java718 public void toggle() { method in class:SlidingDrawer
735 * @see #toggle()
748 * @see #toggle()
763 * @see #toggle()
780 * @see #toggle()
802 * @see #toggle()
959 toggle();
/frameworks/base/core/java/com/android/internal/view/
H A DCheckableLinearLayout.java62 public void toggle() { method in class:CheckableLinearLayout
63 mCheckBox.toggle();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DToggleSlider.java66 mToggle = (CompoundButton)findViewById(R.id.toggle);
87 public void onCheckedChanged(CompoundButton toggle, boolean checked) { argument
/frameworks/av/media/libmedia/
H A DSoundPool.cpp599 // The toggle is concatenated with the SoundChannel address and passed to AudioTrack
603 unsigned long toggle = mToggle ^ 1; local
604 void *userData = (void *)((unsigned long)this | toggle);
627 // From now on, AudioTrack callbacks received with previous toggle value will be ignored.
628 mToggle = toggle;
692 void SoundChannel::process(int event, void *info, unsigned long toggle) argument
703 if (mToggle != toggle) {
704 ALOGV("process wrong toggle %p channel %d", this, mChannelID);
/frameworks/base/core/java/android/hardware/
H A DCamera.java3103 * @param toggle new state of the auto-exposure lock. True means that
3109 public void setAutoExposureLock(boolean toggle) { argument
3110 set(KEY_AUTO_EXPOSURE_LOCK, toggle ? TRUE : FALSE);
3172 * @param toggle new state of the auto-white balance lock. True means
3179 public void setAutoWhiteBalanceLock(boolean toggle) { argument
3180 set(KEY_AUTO_WHITEBALANCE_LOCK, toggle ? TRUE : FALSE);
3544 * @param toggle Set to true to enable video stabilization, and false to
3549 public void setVideoStabilization(boolean toggle) { argument
3550 set(KEY_VIDEO_STABILIZATION, toggle ? TRUE : FALSE);
/frameworks/av/include/media/
H A DSoundPool.h145 void process(int event, void *info, unsigned long toggle);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs1008 static bool toggle;
1027 rsgClearColor(toggle ? backgroundColor.x : 1.0f,
1028 toggle ? backgroundColor.y : 0.0f,
1029 toggle ? backgroundColor.z : 0.0f,
1031 toggle = !toggle;
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css2043 #api-level-toggle {
2048 #api-level-toggle label {
2056 #api-level-toggle .select-wrapper {
2061 #api-level-toggle select {
2080 div.toggle-content.closed .toggle-content-toggleme {
2084 #jd-content img.toggle-content-img {
2087 div.toggle-content p {
2090 div.toggle-content-toggleme {
2691 .toggle
[all...]
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css2043 #api-level-toggle {
2048 #api-level-toggle label {
2056 #api-level-toggle .select-wrapper {
2061 #api-level-toggle select {
2080 div.toggle-content.closed .toggle-content-toggleme {
2084 #jd-content img.toggle-content-img {
2087 div.toggle-content p {
2090 div.toggle-content-toggleme {
2691 .toggle
[all...]

Completed in 1190 milliseconds