OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:linear
(Results
76 - 100
of
1643
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/ApiDemos/res/layout/
linear_layout_4.xml
18
Demonstrates a horizontal
linear
layout with equally sized columns
linear_layout_9.xml
18
Demonstrates a simple
linear
layout. The layout fills the screen, with the
/development/samples/ApiDemos/src/com/example/android/apis/view/
LinearLayout1.java
28
* A simple
linear
layout where the height of the layout is the sum of its children.
LinearLayout2.java
28
* A simple
linear
layout that fills the screen vertically, but the children are not padded.
LinearLayout3.java
28
* A simple
linear
layout that fills the screen vertically, and the middle child is padded with extra space.
LinearLayout4.java
28
* Demonstrates a horizontal
linear
layout with equally sized columns.
LinearLayout7.java
28
* Demonstrates using match_parent within a
linear
layout whose size is not fixed.
/external/chromium/chrome/browser/resources/chromeos/
mobile_dialogs.css
26
background: -webkit-
linear
-gradient(white, #F8F8F8);
/external/chromium/chrome/browser/resources/
host_registration_page.html
16
background: -webkit-
linear
-gradient(#FAFBFB, #CCD1D4);
network_menu.css
41
-webkit-animation-timing-function:
linear
;
/external/icu4c/layout/
Features.cpp
33
* is #if 0'd out and replaced by a
linear
search.
/external/libpng/
TODO
22
Use greater precision when changing to
linear
gamma for compositing against
/external/srec/srec/include/
pre_desc.h
43
#define LIN_TRAN 2 /*
Linear
Transformation */
153
imeldata **matrix; /*
linear
transformation matrix */
155
covdata **imelda; /*
linear
transformation matrix, PMC or RN */
158
covdata **inverse; /* inverse
linear
transformation matrix, PMC or RN */
/external/webkit/Source/WebCore/manual-tests/
animation-with-transition.html
19
-webkit-animation-timing-function:
linear
;
/external/webkit/Source/WebCore/webaudio/
ConvolverNode.idl
26
// A
linear
convolution effect
/frameworks/base/core/java/android/animation/
TimeInterpolator.java
21
* to have non-
linear
motion, such as acceleration and deceleration.
/frameworks/base/core/tests/coretests/res/layout/
remote_view_test_bad_1.xml
22
android:id="@+id/
linear
"
remote_view_test_bad_2.xml
22
android:id="@+id/
linear
"
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridInHorizontal.java
29
* Exercises a grid in a horizontal
linear
layout
GridInVertical.java
29
* Exercises a grid in a vertical
linear
layout
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentZeroWidthAndWeight.java
17
package android.widget.layout.
linear
;
ExceptionTextView.java
17
package android.widget.layout.
linear
;
FillInWrap.java
17
package android.widget.layout.
linear
;
FillInWrapTest.java
17
package android.widget.layout.
linear
;
LLEditTextThenButton.java
17
package android.widget.layout.
linear
;
Completed in 305 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>