HomeSort by relevance Sort by last modified time
    Searched refs:ControlType (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/media/java/android/media/
VolumeProvider.java 39 public @interface ControlType {}
76 public VolumeProvider(@ControlType int volumeControl, int maxVolume, int currentVolume) {
87 @ControlType
VolumeProvider2.java 44 public @interface ControlType {}
73 * @param controlType The method for controlling volume that is used by this provider.
77 public VolumeProvider2(@ControlType int controlType, int maxVolume, int currentVolume) {
79 this, controlType, maxVolume, currentVolume);
94 @ControlType
  /frameworks/support/media/src/main/java/androidx/media/
VolumeProviderCompat.java 44 public @interface ControlType {}
82 public VolumeProviderCompat(@ControlType int volumeControl, int maxVolume, int currentVolume) {
102 @ControlType
  /packages/apps/Camera2/src_pd/com/google/common/logging/
eventprotos.java 77 public class ControlType {
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 28 import com.android.launcher3.userevent.nano.LauncherLogProto.ControlType;
33 private int mControlType = ControlType.DEFAULT_CONTROLTYPE;
95 mControlType = item.id != ItemInfo.NO_ID ? ControlType.REMOVE_TARGET
96 : ControlType.CANCEL_TARGET;
124 t.controlType = mControlType;
SecondaryDropTarget.java 35 import com.android.launcher3.userevent.nano.LauncherLogProto.ControlType;
103 t.controlType = mCurrentAccessibilityAction == UNINSTALL ? ControlType.UNINSTALL_TARGET
104 : ControlType.SETTINGS_BUTTON;
Hotseat.java 38 import com.android.launcher3.userevent.nano.LauncherLogProto.ControlType;
119 ControlType.ALL_APPS_BUTTON);
  /hardware/libhardware/modules/camera/3_4/metadata/
partial_metadata_factory.h 33 enum class ControlType { kMenu, kSlider };
68 ControlType type,
77 ControlType type,
90 ControlType type,
164 std::unique_ptr<Control<T>> NoEffectControl(ControlType type,
172 case ControlType::kMenu:
175 case ControlType::kSlider:
183 ControlType type,
220 if (type != ControlType::kMenu) {
255 if (type != ControlType::kSlider)
    [all...]
partial_metadata_factory_test.cpp 115 ControlType::kMenu, delegate_tag_, options_tag_, default_val);
143 ControlType::kSlider, delegate_tag_, options_tag_, default_val);
158 control_ = V4L2Control<uint8_t>(ControlType::kMenu,
175 control_ = V4L2Control<uint8_t>(ControlType::kMenu,
194 control_ = V4L2Control<uint8_t>(ControlType::kMenu,
219 control_ = V4L2Control<uint8_t>(ControlType::kMenu,
243 control_ = V4L2Control<uint8_t>(ControlType::kSlider,
276 control_ = V4L2Control<uint8_t>(ControlType::kMenu,
303 control_ = V4L2Control<uint8_t>(ControlType::kMenu,
327 control_ = V4L2Control<uint8_t>(ControlType::kMenu
    [all...]
  /hardware/libhardware/modules/camera/3_4/
v4l2_metadata_factory.cpp 77 ControlType::kSlider,
118 ControlType::kMenu,
136 V4L2Control<int64_t>(ControlType::kSlider,
149 V4L2Control<int32_t>(ControlType::kSlider,
166 ControlType::kMenu,
187 ControlType::kMenu,
210 ControlType::kMenu,
247 ControlType::kMenu,
271 ControlType::kMenu,
380 ControlType::kMenu
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
SystemShortcut.java 4 import static com.android.launcher3.userevent.nano.LauncherLogProto.ControlType;
64 ControlType.WIDGETS_BUTTON, view);
83 ControlType.APPINFO_TARGET, view);
  /frameworks/av/packages/MediaComponents/src/com/android/media/
VolumeProvider2Impl.java 34 @VolumeProvider2.ControlType int controlType, int maxVolume, int currentVolume) {
35 if (controlType != VOLUME_CONTROL_FIXED && controlType != VOLUME_CONTROL_RELATIVE
36 && controlType != VOLUME_CONTROL_ABSOLUTE) {
37 throw new IllegalArgumentException("wrong controlType " + controlType);
48 mControlType = controlType;
  /packages/apps/Launcher3/protos/
launcher_log.proto 47 optional ControlType control_type = 8;
97 enum ControlType {
  /packages/apps/Launcher3/src/com/android/launcher3/views/
OptionsPopupView.java 40 import com.android.launcher3.userevent.nano.LauncherLogProto.ControlType;
88 private void logTap(int action, int controlType) {
89 mLauncher.getUserEventDispatcher().logActionOnControl(action, controlType);
146 ControlType.WALLPAPER_BUTTON, OptionsPopupView::startWallpaperPicker));
148 ControlType.WIDGETS_BUTTON, OptionsPopupView::onWidgetsClicked));
150 ControlType.SETTINGS_BUTTON, OptionsPopupView::startSettings));
ScrimView.java 66 import com.android.launcher3.userevent.nano.LauncherLogProto.ControlType;
412 Action.Touch.TAP, ControlType.ALL_APPS_BUTTON,
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
UserEventDispatcherExtension.java 22 import static com.android.launcher3.userevent.nano.LauncherLogProto.ControlType.CANCEL_TARGET;
65 target.controlType = CANCEL_TARGET;
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
RecentsViewContainer.java 20 import static com.android.launcher3.userevent.nano.LauncherLogProto.ControlType.CLEAR_ALL_BUTTON;
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
LoggerUtils.java 30 import com.android.launcher3.userevent.nano.LauncherLogProto.ControlType;
94 str = getFieldName(t.controlType, ControlType.class);
202 public static Target newControlTarget(int controlType) {
204 t.controlType = controlType;
  /external/skia/samplecode/
SampleAAGeometry.cpp 657 enum ControlType {
686 MyClick(SkView* target, ClickType type, ControlType control)
697 , fControl((ControlType) index)
705 , fControl((ControlType) index)
731 MyClick::ControlType fControlType;
741 MyClick::ControlType fButtonType;
744 static void enable_verb_button(MyClick::ControlType type) {
746 MyClick::ControlType testType = kButtonList[index].fButtonType;
924 void set_controlList(int index, UniControl* control, MyClick::ControlType type) {
947 void set_buttonList(int index, Button* button, MyClick::ControlType type)
    [all...]
  /external/skqp/samplecode/
SampleAAGeometry.cpp 657 enum ControlType {
686 MyClick(SkView* target, ClickType type, ControlType control)
697 , fControl((ControlType) index)
705 , fControl((ControlType) index)
731 MyClick::ControlType fControlType;
741 MyClick::ControlType fButtonType;
744 static void enable_verb_button(MyClick::ControlType type) {
746 MyClick::ControlType testType = kButtonList[index].fButtonType;
924 void set_controlList(int index, UniControl* control, MyClick::ControlType type) {
947 void set_buttonList(int index, Button* button, MyClick::ControlType type)
    [all...]
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
TaskSystemShortcut.java 173 LauncherLogProto.ControlType.SPLIT_SCREEN_TARGET);
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
MediaRouter.java     [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaRouter.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java 415 eventprotos.ControlEvent.ControlType.MENU_FULL_FROM_HIDDEN);
592 eventprotos.ControlEvent.ControlType.MENU_SCROLL_FROM_SHIMMY);
828 eventprotos.ControlEvent.ControlType.MENU_FULL_FROM_SCROLL);
    [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.cc     [all...]

Completed in 489 milliseconds

1 2