HomeSort by relevance Sort by last modified time
    Searched full:edge (Results 326 - 350 of 2700) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/guide/topics/ui/layout/
relative.jd 48 <dd>If {@code "true"}, makes the top edge of this view match the top edge of the parent. </dd>
56 <dd>Positions the top edge of this view below the view specified with a resource ID.</dd>
60 <dd>Positions the left edge of this view to the right of the view specified with a resource ID.</dd>
  /frameworks/base/graphics/java/android/graphics/
BlurMaskFilter.java 20 * This takes a mask, and blurs its edge by the specified radius. Whether or
RadialGradient.java 44 @param colors The colors to be distributed between the center and edge of the circle
47 the the colors are distributed evenly between the center and edge of the circle.
78 @param color1 The color at the edge of the circle.
114 "colors and positions or center color and edge color");
  /frameworks/base/packages/Keyguard/res/values-land/
dimens.xml 22 <!-- Shift emergency button from the left edge by this amount. Used by landscape layout on
  /frameworks/base/packages/SystemUI/res/drawable/
ticker_background.xml 21 <!-- the large icon extends 12dp beyond the edge of the status bar -->
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
FaceSquareFilter.java 112 // Left edge
122 // Right edge
134 // Top edge
144 // Bottom edge
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
FaceSquareFilterTest.java 114 // Left edge
124 // Right edge
136 // Top edge
146 // Bottom edge
  /packages/apps/Calendar/res/values-w600dp-h879dp/
integers.xml 19 <!-- margin between the day number and the edge of the day in month view -->
  /packages/apps/Calendar/res/values-w960dp-h527dp/
integers.xml 19 <!-- margin between the day number and the edge of the day in month view -->
  /packages/apps/Gallery2/jni/
Android.mk 31 filters/edge.c \
  /packages/apps/InCallUI/res/drawable/
btn_compound_background.xml 19 show a blue bar along the bottom edge when checked. -->
btn_fake_compound_background.xml 19 show a blue bar along the bottom edge when checked. -->
  /packages/apps/Launcher2/res/values-sw600dp/
config.xml 22 workspace screens run nearly flush to the edge of the screen-->
  /packages/apps/Launcher2/res/values-sw720dp-land/
dimens.xml 27 <!-- the area at the edge of the screen that makes the workspace go left
  /packages/apps/Launcher3/res/values-sw720dp-land/
dimens.xml 27 <!-- the area at the edge of the screen that makes the workspace go left
  /packages/apps/Launcher3/res/values-sw720dp-port/
dimens.xml 19 <!-- the area at the edge of the screen that makes the workspace go left
  /packages/apps/UnifiedEmail/res/layout/
teaser_right_edge.xml 18 <!-- This is used to show the line on the right edge of a list item in tablet ui -->
  /packages/services/Telephony/res/drawable/
btn_compound_background.xml 19 show a blue bar along the bottom edge when checked. -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
eventpoll.h 28 /* Set the Edge Triggered behaviour for the target file descriptor */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
eventpoll.h 28 /* Set the Edge Triggered behaviour for the target file descriptor */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
eventpoll.h 28 /* Set the Edge Triggered behaviour for the target file descriptor */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandle.java 64 /** Is the {@link SelectionHandle} somewhere on the left edge? */
69 /** Is the {@link SelectionHandle} somewhere on the right edge? */
74 /** Is the {@link SelectionHandle} somewhere on the top edge? */
79 /** Is the {@link SelectionHandle} somewhere on the bottom edge? */
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyLoader.java 104 final String edge = parent.name + lastNode.name; local
105 scene.addEdge(edge);
106 scene.setEdgeSource(edge, parent);
107 scene.setEdgeTarget(edge, lastNode);
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
110.glsl 161 float step(float edge, float x);
162 vec2 step(vec2 edge, vec2 x);
163 vec3 step(vec3 edge, vec3 x);
164 vec4 step(vec4 edge, vec4 x);
166 vec2 step(float edge, vec2 x);
167 vec3 step(float edge, vec3 x);
168 vec4 step(float edge, vec4 x);
120.glsl 161 float step(float edge, float x);
162 vec2 step(vec2 edge, vec2 x);
163 vec3 step(vec3 edge, vec3 x);
164 vec4 step(vec4 edge, vec4 x);
166 vec2 step(float edge, vec2 x);
167 vec3 step(float edge, vec3 x);
168 vec4 step(float edge, vec4 x);

Completed in 1388 milliseconds

<<11121314151617181920>>