/hardware/libhardware/modules/input/evdev/ |
InputHost.cpp | 73 void InputPropertyMap::freeDeviceProperty(InputProperty* property) const { 74 mCallbacks.input_free_device_property(mHost, *property);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherAnimUtils.java | 25 import android.util.Property; 115 public static ObjectAnimator ofFloat(View target, Property<View, Float> property, 117 ObjectAnimator anim = ObjectAnimator.ofFloat(target, property, values); 144 public static final Property<Drawable, Integer> DRAWABLE_ALPHA = 145 new Property<Drawable, Integer>(Integer.TYPE, "drawableAlpha") { 157 public static final Property<View, Float> SCALE_PROPERTY = 158 new Property<View, Float>(Float.class, "scale") {
|
/packages/services/Car/service/src/com/android/car/ |
CarNightService.java | 22 import android.car.hardware.property.CarPropertyEvent; 23 import android.car.hardware.property.ICarPropertyEventListener;
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
PropertyListAdapter.java | 17 package com.google.android.car.kitchensink.property; 23 import android.car.hardware.property.CarPropertyManager;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 77 @property 139 value = property(_get, _set)
|
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 77 @property 139 value = property(_get, _set)
|
/prebuilts/go/darwin-x86/src/html/ |
entity_test.go | 14 // The +1 comes from the leading "&". This property implies that the length of
|
/prebuilts/go/linux-x86/src/html/ |
entity_test.go | 14 // The +1 comes from the leading "&". This property implies that the length of
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 77 @property 139 value = property(_get, _set)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/ |
__init__.py | 77 @property 139 value = property(_get, _set)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
difference.py | 37 @property 47 @property
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
DdmsPlugin.java | 235 // get the name of the property that changed. 236 String property = event.getProperty(); 238 if (PreferenceInitializer.ATTR_DEBUG_PORT_BASE.equals(property)) { 241 } else if (PreferenceInitializer.ATTR_SELECTED_DEBUG_PORT.equals(property)) { 244 } else if (PreferenceInitializer.ATTR_THREAD_INTERVAL.equals(property)) { 247 } else if (PreferenceInitializer.ATTR_LOG_LEVEL.equals(property)) { 250 } else if (PreferenceInitializer.ATTR_TIME_OUT.equals(property)) { 253 } else if (PreferenceInitializer.ATTR_USE_ADBHOST.equals(property)) { 256 } else if (PreferenceInitializer.ATTR_ADBHOST_VALUE.equals(property)) { [all...] |
/test/vts/runners/host/tcp_server/ |
callback_server.py | 185 @property 189 @property
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
job.py | 57 @property 65 @property
|
/tools/test/connectivity/tools/lab/utils/ |
job.py | 57 @property 65 @property
|
/bionic/libc/kernel/uapi/mtd/ |
ubi-user.h | 95 __u8 property; member in struct:ubi_set_vol_prop_req
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBitSet.h | 94 @property (getter=_bitVector) CFMutableBitVectorRef bitVector;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ST4ObjC.stg | 50 @property (retain) ST *st; 94 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib;
|
/external/autotest/client/common_lib/cros/ |
chrome.py | 203 @property 217 @property 223 @property 260 @property
|
/external/autotest/client/cros/ |
dhcp_test_base.py | 199 @property 208 @property 216 @property 224 @property
|
radvd_server.py | 79 @property 82 Property dict used to generate configuration file.
|
/external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/ |
policy_ChromeOsLockOnIdleSuspend.py | 79 @property 88 """Return isScreenLocked property, if defined."""
|
/external/autotest/server/cros/network/ |
wifi_cell_test_base.py | 44 @property
|
/external/autotest/site_utils/lxc/container_pool/ |
pool.py | 133 @property 145 @property 151 @property 161 @property
|
/external/chromium-trace/catapult/tracing/tracing/trace_data/ |
trace_data.py | 35 @property 112 @property 127 @property 225 @property
|