OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetPosition
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListSetSelectionTest.java
62
final int
targetPosition
= mListView.getAdapter().getCount() / 2;
66
mListView.setSelection(
targetPosition
);
75
if (child.getId() ==
targetPosition
) {
92
final int
targetPosition
= mListView.getAdapter().getCount() / 2;
96
mListView.setSelectionFromTop(
targetPosition
, 100);
106
if (child.getId() ==
targetPosition
) {
/frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchSetSelectionTest.java
62
final int
targetPosition
= mGridView.getAdapter().getCount() / 2;
66
mGridView.setSelection(
targetPosition
);
75
if (child.getId() ==
targetPosition
) {
/external/replicaisland/src/com/replica/replicaisland/
CameraSystem.java
110
final Vector2
targetPosition
= mTargetPosition;
117
targetPosition
.x, INTERPOLATE_TO_TARGET_TIME, delta);
120
targetPosition
.y, INTERPOLATE_TO_TARGET_TIME, delta);
135
final float xDelta =
targetPosition
.x - mCurrentCameraPosition.x;
137
mCurrentCameraPosition.x =
targetPosition
.x - (X_FOLLOW_DISTANCE * Utils.sign(xDelta));
141
final float yDelta =
targetPosition
.y - mCurrentCameraPosition.y;
143
mCurrentCameraPosition.y =
targetPosition
.y - Y_UP_FOLLOW_DISTANCE;
145
mCurrentCameraPosition.y =
targetPosition
.y + Y_DOWN_FOLLOW_DISTANCE;
/external/icu4c/layout/
IndicReordering.cpp
[
all
...]
/external/webkit/Source/WebCore/page/
EventHandler.cpp
667
VisiblePosition
targetPosition
= selectionExtentRespectingEditingBoundary(m_frame->selection()->selection(), hitTestResult.localPoint(), target);
670
if (
targetPosition
.isNull())
689
newSelection = VisibleSelection(
targetPosition
);
692
newSelection.setExtent(
targetPosition
);
[
all
...]
Completed in 252 milliseconds