OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isVertical
(Results
1 - 25
of
41
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDeprecatedFlexibleBox.h
61
bool
isVertical
() const { return style()->boxOrient() == VERTICAL; }
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableRowRule.java
36
protected boolean
isVertical
(INode node) {
TableLayoutRule.java
54
protected boolean
isVertical
(INode node) {
LinearLayoutRule.java
111
protected boolean
isVertical
(INode node) {
149
if (!
isVertical
(parentNode)) {
249
String sizeAttribute =
isVertical
(parentNode) ?
264
String sizeAttribute =
isVertical
(parentNode)
290
boolean
isVertical
=
isVertical
(targetNode);
296
int last =
isVertical
? bn.y : bn.x;
321
int v =
isVertical
? bc.y + (bc.h / 2) : bc.x + (bc.w / 2);
332
int v =
isVertical
? bc.y : bc.x;
337
last =
isVertical
? (bc.y + bc.h) : (bc.x + bc.w)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SplitView.js
32
* @param {boolean}
isVertical
37
WebInspector.SplitView = function(
isVertical
, sidebarSizeSettingName, defaultSidebarWidth, defaultSidebarHeight)
66
this._innerSetVertical(
isVertical
);
68
// Should be called after
isVertical
has the right value.
76
isVertical
: function()
82
* @param {boolean}
isVertical
84
setVertical: function(
isVertical
)
86
if (this._isVertical ===
isVertical
)
89
this._innerSetVertical(
isVertical
);
99
* @param {boolean}
isVertical
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
GravityTest.java
263
assertFalse(Gravity.
isVertical
(-1));
264
assertTrue(Gravity.
isVertical
(Gravity.VERTICAL_GRAVITY_MASK));
265
assertFalse(Gravity.
isVertical
(Gravity.NO_GRAVITY));
/frameworks/base/core/java/android/view/
Gravity.java
387
public static boolean
isVertical
(int gravity) {
/external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.h
91
bool
isVertical
() const {
95
bool
isVertical
(int start, int end) const {
/external/skia/src/pathops/
SkOpSegment.h
91
bool
isVertical
() const {
95
bool
isVertical
(int start, int end) const {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterMirrorRepresentation.java
124
public boolean
isVertical
() {
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
RangeInputType.cpp
202
bool
isVertical
= false;
205
isVertical
= part == SliderVerticalPart || part == MediaVolumeSliderPart;
214
newValue =
isVertical
? current + step : current - step;
216
newValue =
isVertical
? current - step : current + step;
222
newValue =
isVertical
? stepRange.maximum() : stepRange.minimum();
224
newValue =
isVertical
? stepRange.minimum() : stepRange.maximum();
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp
119
bool
isVertical
= hasVerticalAppearance(input);
121
if (input->renderer()->isSlider() && !
isVertical
&& input->list()) {
137
if (
isVertical
)
145
bool
isVertical
= hasVerticalAppearance(input);
146
style()->setFlexDirection(
isVertical
? FlowColumn : FlowRow);
148
if (
isVertical
) {
174
LayoutUnit availableExtent =
isVertical
? track->contentHeight() : track->contentWidth();
175
availableExtent -=
isVertical
? thumb->height() : thumb->width();
178
if (
isVertical
)
261
bool
isVertical
= hasVerticalAppearance(input.get())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp
385
bool WebAXObject::
isVertical
() const
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java
501
public boolean
isVertical
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java
99
* (just need to tweak the "
isVertical
" interpretation to account for the different defaults,
375
boolean
isVertical
= VALUE_VERTICAL.equals(layout.getAttributeNS(ANDROID_URI,
378
if (!
isVertical
&&
428
if (
isVertical
) {
443
analyzeGravity(edgeList, layout,
isVertical
, child, childView);
449
if (
isVertical
) {
459
if (
isVertical
) {
489
if (
isVertical
) {
497
if (
isVertical
) {
525
assert !
isVertical
;
[
all
...]
/prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar
lint-checks.jar
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar
/prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 7030 milliseconds
1
2