OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLeftFadingEdgeStrength
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
MockTextView.java
66
public float
getLeftFadingEdgeStrength
() {
67
return super.
getLeftFadingEdgeStrength
();
HorizontalScrollViewTest.java
762
assertTrue(myScrollViewCustom.
getLeftFadingEdgeStrength
() <= 1.0f);
763
assertTrue(myScrollViewCustom.
getLeftFadingEdgeStrength
() >= 0.0f);
769
assertTrue(myScrollViewCustom.
getLeftFadingEdgeStrength
() <= 1.0f);
770
assertTrue(myScrollViewCustom.
getLeftFadingEdgeStrength
() >= 0.0f);
[
all
...]
TextViewFadingEdgeTest.java
152
data.expectationLeft, textView.
getLeftFadingEdgeStrength
(), DELTA);
TextViewTest.java
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
MockView.java
294
protected float
getLeftFadingEdgeStrength
() {
295
return super.
getLeftFadingEdgeStrength
();
ViewTest.java
[
all
...]
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ViewFadingEdgeTests.java
55
protected float
getLeftFadingEdgeStrength
() {
Completed in 2759 milliseconds