OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomBorder
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java
367
int
bottomBorder
= scaledImageHeight;
398
if ((prevY <=
bottomBorder
||
399
y <=
bottomBorder
)
400
&& Math.max(nextY, y + preview.getHeight()) >
bottomBorder
) {
403
if (
bottomBorder
< availableHeight - 40 && preview.getScale() < 1.2) {
406
if (
bottomBorder
- y > y + preview.getHeight() -
bottomBorder
) {
410
y = nextY = Math.max(nextY,
bottomBorder
+ vgap);
417
if (x > 0 && y <=
bottomBorder
418
&& Math.max(nextY, y + preview.getHeight()) >
bottomBorder
) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp
992
SkRect
bottomBorder
= { skRect.fLeft, skRect.fBottom - 1, skRect.fRight, skRect.fBottom };
993
drawRect(
bottomBorder
, paint);
[
all
...]
Completed in 2058 milliseconds