OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clipped
(Results
26 - 50
of
400
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/developers/samples/android/ui/views/Clipping/ClippingBasic/
README.md
30
to be
clipped
is needed like following:
37
You can toggle if the View is
clipped
by calling [setClipToOutline(boolean)][2]
template-params.xml
87
to be
clipped
is needed like following:
94
You can toggle if the View is
clipped
by calling [setClipToOutline(boolean)][2]
/developers/samples/android/ui/views/Elevation/ElevationDrag/
README.md
6
z-translation are used to render the shadows and the views are
clipped
using different
13
z-translation are used to render the shadows and the views are
clipped
using different
/external/skia/src/utils/
SkCanvasStack.cpp
50
* Traverse all canvases (e.g. layers) the stack and ensure that they are
clipped
52
* also
clipped
out.
/frameworks/base/core/java/android/widget/
SectionIndexer.java
52
* position must be
clipped
to fall within the size of the adapter.
66
* must be
clipped
to fall within the size of the section array.
/external/skia/include/utils/
SkTextBox.h
18
within a rectangle. The textbox is positioned and
clipped
by its Frame.
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainer.java
50
* Overrides the height of this view (post-layout), so that the content is
clipped
to that
/developers/build/prebuilts/gradle/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java
77
/* When the button is clicked, the text is
clipped
or un-
clipped
. */
81
// Toggle whether the View is
clipped
to the outline
/developers/samples/android/ui/views/Clipping/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java
77
/* When the button is clicked, the text is
clipped
or un-
clipped
. */
81
// Toggle whether the View is
clipped
to the outline
/development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
ClippingBasicFragment.java
77
/* When the button is clicked, the text is
clipped
or un-
clipped
. */
81
// Toggle whether the View is
clipped
to the outline
/external/libvncserver/
tightvnc-1.3dev5-vncviewer-alpha-cursor.patch
73
+ /* if the richcursor is
clipped
, the fb patch will be smaller */
100
+ continue; /*
clipped
*/
107
+ continue; /*
clipped
*/
/frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java
35
* level value. You can control how much the child Drawable gets
clipped
in width
40
* <p class="note"><strong>Note:</strong> The drawable is
clipped
completely and not visible when
70
* the
clipped
drawable within the parent container
/external/skia/src/core/
SkBlitter.h
46
/// Blit a pattern of pixels defined by a rectangle-
clipped
mask;
160
called with coordinates that have been
clipped
by the specified clipRect.
195
called with coordinates that have been
clipped
by the specified clipRgn.
SkConvolver.h
103
// original floating point form were
clipped
.
106
// point values passed to AddFilter were
clipped
to 0).
130
// point form were
clipped
differently on each tail.
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
PictureTest.java
55
pic.draw(canvas); // should be
clipped
out
/developers/build/prebuilts/gradle/GridViewPager/Wearable/src/main/res/values/
strings.xml
30
<string name="expansion_text">By default, each card will grow taller to accommodate extra content. Tall cards can be scrolled through like any scrollable view. The maximum height is controlled by setExpansionFactor() with a default of 10 pages. After that you\'ll notice a faded edge to indicate there is more. Expansion can be disabled completely using setExpansionEnabled(false). With this, the content will be
clipped
if it\'s taller than one page.</string>
/developers/samples/android/wearable/wear/GridViewPager/Wearable/src/main/res/values/
strings.xml
30
<string name="expansion_text">By default, each card will grow taller to accommodate extra content. Tall cards can be scrolled through like any scrollable view. The maximum height is controlled by setExpansionFactor() with a default of 10 pages. After that you\'ll notice a faded edge to indicate there is more. Expansion can be disabled completely using setExpansionEnabled(false). With this, the content will be
clipped
if it\'s taller than one page.</string>
/development/perftests/panorama/feature_mos/src/mosaic/
MosaicTypes.h
74
BlendRect vcrect; // brect
clipped
using the voronoi neighbors
/development/samples/browseable/GridViewPager/res/values/
strings.xml
30
<string name="expansion_text">By default, each card will grow taller to accommodate extra content. Tall cards can be scrolled through like any scrollable view. The maximum height is controlled by setExpansionFactor() with a default of 10 pages. After that you\'ll notice a faded edge to indicate there is more. Expansion can be disabled completely using setExpansionEnabled(false). With this, the content will be
clipped
if it\'s taller than one page.</string>
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
ReflectionProcessor.java
55
//we need special treatement for the sky because it must not be
clipped
/external/skia/gm/
blurquickreject.cpp
16
// just uses the radius, they will be
clipped
out (and the result will differ
shaderbounds.cpp
53
// The PDF device has already
clipped
to the content area, but we
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c
194
* are
clipped
to the range [0,255].
221
* Output intensities are
clipped
to the range [0,255].
235
* are
clipped
to the range [0,255].
287
*
clipped
to the range [0,255].
omxVCM4P2_QuantInvInter_I.c
44
* block. Supports bits_per_pixel = 8. The output coefficients are
clipped
to
/frameworks/base/packages/SystemUI/src/com/android/systemui/
BitmapHelper.java
30
* to fit and
clipped
to an inscribed circle.
Completed in 181 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>