OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getChildAdapterPosition
(Results
1 - 25
of
28
) sorted by null
1
2
/frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceRecyclerViewAccessibilityDelegate.java
54
int position = mRecyclerView.
getChildAdapterPosition
(host);
/packages/apps/DocumentsUI/src/com/android/documentsui/
HorizontalBreadcrumb.java
122
int pos =
getChildAdapterPosition
(child);
168
int pos =
getChildAdapterPosition
(v);
176
int pos =
getChildAdapterPosition
(itemView);
FocusManager.java
133
mScope.lastFocusPosition = mScope.view.
getChildAdapterPosition
(v);
243
int currentPosition = mScope.view.
getChildAdapterPosition
(view);
277
return mScope.view.
getChildAdapterPosition
(targetView);
302
int current = mScope.view.
getChildAdapterPosition
(view);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
PlaybackOverlayFragmentTest.java
79
fragment.getVerticalGridView().
getChildAdapterPosition
(lastRow));
RowsFragmentTest.java
276
final int lastRowPos = gridView.
getChildAdapterPosition
(lastRow);
RowsSupportFragmentTest.java
279
final int lastRowPos = gridView.
getChildAdapterPosition
(lastRow);
PlaybackFragmentTest.java
259
fragment.getVerticalGridView().
getChildAdapterPosition
(lastRow));
PlaybackSupportFragmentTest.java
262
fragment.getVerticalGridView().
getChildAdapterPosition
(lastRow));
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewAccessibilityLifecycleTest.java
220
recyclerView.
getChildAdapterPosition
(view));
245
recyclerView.
getChildAdapterPosition
(view));
298
assertEquals(i, recyclerView.
getChildAdapterPosition
(view));
326
recyclerView.
getChildAdapterPosition
(view));
ScrollToPositionWithAutoMeasure.java
75
int lastChildPos = recyclerView.
getChildAdapterPosition
(lastChild);
TestResizingRelayoutWithAutoMeasure.java
163
int childAdapterPosition = recyclerView.
getChildAdapterPosition
(view);
BaseRecyclerViewInstrumentationTest.java
459
if (position == mRecyclerView.
getChildAdapterPosition
(view)) {
[
all
...]
GridLayoutManagerTest.java
630
final int lastPos = rv.
getChildAdapterPosition
(lastView);
[
all
...]
RecyclerViewLayoutTest.java
[
all
...]
/packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java
411
int childAdapterPosition =
getChildAdapterPosition
(childView);
418
childAdapterPosition =
getChildAdapterPosition
(childView);
ProgramGuide.java
[
all
...]
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
Events.java
371
? mRecView.
getChildAdapterPosition
(child)
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
GestureSelector.java
233
: rv.
getChildAdapterPosition
(rv.findChildViewUnder(e.getX(), inboundY));
BandController.java
[
all
...]
/frameworks/support/wear/src/android/support/wear/widget/drawer/
WearableActionDrawerView.java
376
mActionList.
getChildAdapterPosition
(v) - (hasTitle() ? 1 : 0);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
PlaybackFragment.java
565
if (getVerticalGridView().
getChildAdapterPosition
(view) > 0) {
[
all
...]
PlaybackSupportFragment.java
568
if (getVerticalGridView().
getChildAdapterPosition
(view) > 0) {
[
all
...]
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
GridWidgetTest.java
[
all
...]
/packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java
262
return
getChildAdapterPosition
(centerView) == 0 &&
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java
[
all
...]
Completed in 831 milliseconds
1
2