/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | LingerMonitorTest.java | 89 NetworkAgentInfo to = cellNai(101); in testNotificationOnLinger() local 100 NetworkAgentInfo to = cellNai(101); in testToastOnLinger() local 111 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterDisconnect() local 125 NetworkAgentInfo to = cellNai(101); in testNotificationClearedAfterSwitchingBack() local 139 NetworkAgentInfo to = cellNai(101); in testUniqueToast() local 229 NetworkAgentInfo to = cellNai(101); in testUniqueNotification() local 246 NetworkAgentInfo to = cellNai(101); in testIgnoreNeverValidatedNetworks() local 258 NetworkAgentInfo to = cellNai(101); in testIgnoreCurrentlyValidatedNetworks() local 270 NetworkAgentInfo to = cellNai(101); in testNoNotificationType() local 281 NetworkAgentInfo to = cellNai(101); in testNoTransitionToNotify() local [all …]
|
/frameworks/base/core/java/com/android/internal/graphics/ |
D | ColorUtils.java | 171 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument 297 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 328 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 374 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 474 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 500 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 543 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB() argument 565 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL() argument 588 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB() argument
|
/frameworks/support/core-utils/java/android/support/v4/graphics/ |
D | ColorUtils.java | 170 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument 296 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument 327 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 373 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 473 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 499 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 542 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB() argument 564 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL() argument 587 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB() argument
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | pvamrwbdecoder_mem_funcs.h | 58 #define pv_memset(to, c, n) memset(to, c, n) argument 61 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument 62 #define pv_memmove(to, from, n) memmove(to, from, n) argument
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | mp3_mem_funcs.h | 64 #define pv_memset(to, c, n) memset(to, c, n) argument 67 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument 68 #define pv_memmove(to, from, n) memmove(to, from, n) argument
|
/frameworks/native/libs/binder/include/binder/ |
D | TextOutput.h | 41 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle() 152 inline TextOutput& endl(TextOutput& to) in endl() 158 inline TextOutput& indent(TextOutput& to) in indent() 164 inline TextOutput& dedent(TextOutput& to) in dedent()
|
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/ |
D | Target.java | 305 public Builder setMinimumSaturation(@FloatRange(from = 0, to = 1) float value) { in setMinimumSaturation() argument 313 public Builder setTargetSaturation(@FloatRange(from = 0, to = 1) float value) { in setTargetSaturation() argument 321 public Builder setMaximumSaturation(@FloatRange(from = 0, to = 1) float value) { in setMaximumSaturation() argument 329 public Builder setMinimumLightness(@FloatRange(from = 0, to = 1) float value) { in setMinimumLightness() argument 337 public Builder setTargetLightness(@FloatRange(from = 0, to = 1) float value) { in setTargetLightness() argument 345 public Builder setMaximumLightness(@FloatRange(from = 0, to = 1) float value) { in setMaximumLightness() argument
|
/frameworks/base/core/java/com/android/internal/graphics/palette/ |
D | Target.java | 323 public Target.Builder setMinimumSaturation(@FloatRange(from = 0, to = 1) float value) { in setMinimumSaturation() argument 331 public Target.Builder setTargetSaturation(@FloatRange(from = 0, to = 1) float value) { in setTargetSaturation() argument 339 public Target.Builder setMaximumSaturation(@FloatRange(from = 0, to = 1) float value) { in setMaximumSaturation() argument 347 public Target.Builder setMinimumLightness(@FloatRange(from = 0, to = 1) float value) { in setMinimumLightness() argument 355 public Target.Builder setTargetLightness(@FloatRange(from = 0, to = 1) float value) { in setTargetLightness() argument 363 public Target.Builder setMaximumLightness(@FloatRange(from = 0, to = 1) float value) { in setMaximumLightness() argument
|
/frameworks/base/core/java/com/android/internal/util/ |
D | NotificationColorUtil.java | 655 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument 701 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument 801 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument 827 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument 953 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument
|
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/ |
D | SocketConnect.java | 14 private OutputStream to; field in SocketConnect 16 public SocketConnect(Socket from, Socket to) throws IOException { in SocketConnect()
|
/frameworks/native/libs/binder/ |
D | TextOutput.cpp | 45 TextOutput& operator<<(TextOutput& to, const TypeCode& val) in operator <<() 64 TextOutput& operator<<(TextOutput& to, const HexDump& val) in operator <<()
|
/frameworks/av/media/libstagefright/include/foundation/ |
D | ALookup.h | 49 bool ALookup<T, U>::lookup(const T& from, U *to) const { in lookup() 60 bool ALookup<T, U>::rlookup(const U& from, T *to) const { in rlookup()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Color.java | 612 public float getComponent(@IntRange(from = 0, to = 4) int component) { in getComponent() argument 1284 @IntRange(from = 0, to = 255) int red, in rgb() argument 1320 @IntRange(from = 0, to = 255) int alpha, in argb() argument 1416 @IntRange(from = 0, to = 255) int red, in RGBToHSV() argument 1469 public static int HSVToColor(@IntRange(from = 0, to = 255) int alpha, @Size(3) float hsv[]) { in HSVToColor() argument
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | SimpleCursorAdapter.java | 67 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter() 93 int[] to, int flags) { in SimpleCursorAdapter() 128 final int[] to = mTo; in bindView() local 349 public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { in changeCursorAndColumns()
|
/frameworks/base/core/java/android/widget/ |
D | SimpleCursorAdapter.java | 77 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter() 103 int[] to, int flags) { in SimpleCursorAdapter() 139 final int[] to = mTo; in bindView() local 360 public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { in changeCursorAndColumns()
|
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
D | ListChangeRegistry.java | 104 public void notifyMoved(ObservableList list, int from, int to, int count) { in notifyMoved() 121 private static ListChanges acquire(int start, int to, int count) { in acquire() 148 public int to; field in ListChangeRegistry.ListChanges
|
/frameworks/base/tests/testables/src/android/testing/ |
D | LayoutInflaterBuilder.java | 81 public LayoutInflaterBuilder replace(@NonNull Class from, @NonNull Class to) { in replace() 93 public LayoutInflaterBuilder replace(@NonNull String tag, @NonNull Class to) { in replace()
|
/frameworks/base/core/java/android/annotation/ |
D | IntRange.java | 47 long to() default Long.MAX_VALUE; in to() method
|
D | FloatRange.java | 48 double to() default Double.POSITIVE_INFINITY; in to() method
|
/frameworks/support/annotations/src/android/support/annotation/ |
D | IntRange.java | 45 long to() default Long.MAX_VALUE; in to() method
|
D | FloatRange.java | 47 double to() default Double.POSITIVE_INFINITY; in to() method
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
D | BoundsAnimationControllerTests.java | 203 BoundsAnimationDriver start(Rect from, Rect to) { in start() 235 BoundsAnimationDriver restart(Rect to) { in restart() 260 private BoundsAnimationDriver startImpl(Rect from, Rect to) { in startImpl() 559 Rect to = new Rect(25, 25, 75, 75); in testBoundsAreCopied() local
|
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/ |
D | ReflectIntermediateClass.java | 28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, in get()
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 342 public static boolean isPauseRequest(int from, int to) { in isPauseRequest() 357 public static boolean isResumeRequest(int from, int to) { in isResumeRequest() 371 public static boolean isTurnOffCameraRequest(int from, int to) { in isTurnOffCameraRequest() 383 public static boolean isTurnOnCameraRequest(int from, int to) { in isTurnOnCameraRequest()
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
D | ObservableArrayListTest.java | 79 public ListChange(int change, int from, int to, int count) { in ListChange() 93 public final int to; field in ObservableArrayListTest.ListChange
|