OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalSelectionView
(Results
1 - 14
of
14
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/focus/
AdjacentVerticalRectLists.java
19
import android.util.
InternalSelectionView
;
34
* This Activity excercises that behavior using three adjacent {@link android.util.
InternalSelectionView
}
41
private
InternalSelectionView
mLeftColumn;
42
private
InternalSelectionView
mMiddleColumn;
43
private
InternalSelectionView
mRightColumn;
50
public
InternalSelectionView
getLeftColumn() {
54
public
InternalSelectionView
getMiddleColumn() {
58
public
InternalSelectionView
getRightColumn() {
75
mLeftColumn = new
InternalSelectionView
(this, 5, "left column");
80
mMiddleColumn = new
InternalSelectionView
(this, 5, "middle column")
[
all
...]
ScrollingThroughListOfFocusablesTest.java
23
import android.util.
InternalSelectionView
;
79
InternalSelectionView
view = mActivity.getSelectedView();
92
InternalSelectionView
view = (
InternalSelectionView
)
106
InternalSelectionView
peekingChild = (
InternalSelectionView
)
140
InternalSelectionView
view = mActivity.getSelectedView();
168
InternalSelectionView
view = mActivity.getSelectedView();
175
InternalSelectionView
view = mActivity.getSelectedView();
189
InternalSelectionView
view = mActivity.getSelectedView()
[
all
...]
FocusChangeWithInterestingRectHintTest.java
20
import android.util.
InternalSelectionView
;
35
* This tests that behavior using three adjacent {@link android.util.
InternalSelectionView
}
42
private
InternalSelectionView
mLeftColumn;
43
private
InternalSelectionView
mMiddleColumn;
44
private
InternalSelectionView
mRightColumn;
ListOfInternalSelectionViews.java
26
import android.util.
InternalSelectionView
;
29
* A list of {@link
InternalSelectionView
}s paramatarized by the number of items,
84
public
InternalSelectionView
getSelectedView() {
85
return (
InternalSelectionView
) getListView().getSelectedView();
165
InternalSelectionView
item =
166
new
InternalSelectionView
(
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonAboveTallInternalSelectionView.java
19
import android.util.
InternalSelectionView
;
36
public
InternalSelectionView
getIsv() {
ButtonAboveTallInternalSelectionViewTest.java
21
import android.util.
InternalSelectionView
;
56
final
InternalSelectionView
isv = getActivity().getIsv();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
AdjacentListsWithAdjacentISVsInside.java
19
import android.util.
InternalSelectionView
;
45
public
InternalSelectionView
getLeftIsv() {
46
return (
InternalSelectionView
)
50
public
InternalSelectionView
getLeftMiddleIsv() {
51
return (
InternalSelectionView
)
55
public
InternalSelectionView
getRightMiddleIsv() {
56
return (
InternalSelectionView
)
60
public
InternalSelectionView
getRightIsv() {
61
return (
InternalSelectionView
)
122
final
InternalSelectionView
isvLeft = new InternalSelectionView
[
all
...]
ListItemISVAndButton.java
25
import android.util.
InternalSelectionView
;
48
final
InternalSelectionView
isv = new
InternalSelectionView
(context, 8, "ISV postion " + position);
/development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionFocus.java
32
* This Activity excercises that behavior using three adjacent {@link
InternalSelectionView
}
36
* Were {@link
InternalSelectionView
} not to override {@link android.view.View#getFocusedRect}, or
55
final
InternalSelectionView
leftColumn = new
InternalSelectionView
(this, 5, "left column");
60
final
InternalSelectionView
middleColumn = new
InternalSelectionView
(this, 5, "middle column");
65
final
InternalSelectionView
rightColumn = new
InternalSelectionView
(this, 5, "right column");
InternalSelectionScroll.java
27
* ({@link
InternalSelectionView
}) can cause its parent {@link android.widget.ScrollView}
30
* {@link
InternalSelectionView
} achieves this by calling {@link android.view.View#requestRectangleOnScreen}
54
InternalSelectionView
isv = new
InternalSelectionView
(this, 10);
InternalSelectionView.java
44
public class
InternalSelectionView
extends View {
58
public
InternalSelectionView
(Context context, int numRows) {
62
public
InternalSelectionView
(Context context, int numRows, String label) {
69
public
InternalSelectionView
(Context context, AttributeSet attrs) {
/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
AdjacentListsWithAdjacentISVsInsideTest.java
21
import android.util.
InternalSelectionView
;
31
private
InternalSelectionView
mLeftIsv;
32
private
InternalSelectionView
mLeftMiddleIsv;
34
private
InternalSelectionView
mRightMiddleIsv;
35
private
InternalSelectionView
mRightIsv;
/frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java
52
public class
InternalSelectionView
extends View {
65
public
InternalSelectionView
(Context context, int numRows, String label) {
72
public
InternalSelectionView
(Context context, AttributeSet attrs) {
ScrollViewScenario.java
153
* Add an {@link
InternalSelectionView
}.
160
return new
InternalSelectionView
(context, numRows, "isv");
Completed in 603 milliseconds