Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 80) sorted by relevance

1234

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPageBottomControls.java36 public boolean canDisplayBottomControl(int control); in canDisplayBottomControl() argument
37 public void onBottomControlClicked(int control); in onBottomControlClicked() argument
110 for (View control : mControlsVisible.keySet()) { in refresh()
111 Boolean prevVisibility = mControlsVisible.get(control); in refresh()
112 boolean curVisibility = mDelegate.canDisplayBottomControl(control.getId()); in refresh()
115 control.clearAnimation(); in refresh()
116 control.startAnimation(getControlAnimForVisibility(curVisibility)); in refresh()
118 control.setVisibility(curVisibility ? View.VISIBLE : View.INVISIBLE); in refresh()
119 mControlsVisible.put(control, curVisibility); in refresh()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java309 float control = r - r * mRadiusRatio;
312 addLeftCurve(cx, cy, r, control, p);
313 addRightCurve(cx, cy, r, control, p);
314 addLeftCurve(cx, cy, -r, -control, p);
315 addRightCurve(cx, cy, -r, -control, p);
319 private void addLeftCurve(float cx, float cy, float r, float control, Path path) {
321 cx - control, cy - r,
322 cx - r, cy - control,
326 private void addRightCurve(float cx, float cy, float r, float control, Path path) {
328 cx - r, cy + control,
[all …]
/packages/services/Car/evs/sampleDriver/
DVideoCapture.cpp305 int VideoCapture::setParameter(v4l2_control& control) { in setParameter() argument
306 int status = ioctl(mDeviceFd, VIDIOC_S_CTRL, &control); in setParameter()
309 << "id = " << std::hex << control.id; in setParameter()
316 int VideoCapture::getParameter(v4l2_control& control) { in getParameter() argument
317 int status = ioctl(mDeviceFd, VIDIOC_G_CTRL, &control); in getParameter()
321 << " id = " << control.id; in getParameter()
DEvsV4lCamera.cpp392 v4l2_control control = {v4l2cid, value}; in setIntParameter() local
393 if (mVideo.setParameter(control) < 0 || in setIntParameter()
394 mVideo.getParameter(control) < 0) { in setIntParameter()
398 values[0] = control.value; in setIntParameter()
415 v4l2_control control = {v4l2cid, 0}; in getIntParameter() local
416 if (mVideo.getParameter(control) < 0) { in getIntParameter()
421 values[0] = control.value; in getIntParameter()
DVideoCapture.h51 int setParameter(struct v4l2_control& control);
52 int getParameter(struct v4l2_control& control);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DBasicParameterInt.java72 public void setController(Control control) { in setController() argument
73 mControl = control; in setController()
DBasicParameterStyle.java65 public void setController(Control control) { in setController() argument
66 mControl = control; in setController()
DParameterColor.java80 public void setController(Control control) { in setController() argument
81 mControl = control; in setController()
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/
Dthird_party_licenses33 other entities that control, are controlled by, or are under common
34 control with that entity. For the purposes of this definition,
35 "control" means (i) the power, direct or indirect, to cause the
73 communication on electronic mailing lists, source code control systems,
215 other entities that control, are controlled by, or are under common
216 control with that entity. For the purposes of this definition,
217 "control" means (i) the power, direct or indirect, to cause the
255 communication on electronic mailing lists, source code control systems,
421 other entities that control, are controlled by, or are under common
422 control with that entity. For the purposes of this definition,
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DUserEventDispatcher.java262 Target control = newTarget(Target.Type.CONTROL); in logActionOnControl() local
263 control.controlType = controlType; in logActionOnControl()
266 ArrayList<Target> targets = makeTargetsList(control); in logActionOnControl()
268 fillLogContainer(controlInContainer, control, targets); in logActionOnControl()
/packages/apps/Car/Radio/src/com/android/car/radio/platform/
DTunerCallbackAdapterExt.java162 public void onControlChanged(boolean control) { in onControlChanged() argument
163 mHandler.post(() -> mCallback.onControlChanged(control)); in onControlChanged()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorColorBorder.java100 control(cbRep.getCurrentParam(), mEditControl); in reflectCurrentFilter()
172 control(rep.getCurrentParam(), mEditControl); in selectMenuItem()
/packages/apps/QuickSearchBox/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/apps/Launcher3/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/apps/LegacyCamera/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/apps/LegacyCamera/jni/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/apps/SoundRecorder/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/apps/Contacts/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/providers/BlockedNumberProvider/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/providers/CalendarProvider/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/apps/Provision/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/apps/BasicSmsReceiver/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/providers/DownloadProvider/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/modules/ExtServices/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/packages/apps/Settings/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,

1234