HomeSort by relevance Sort by last modified time
    Searched refs:topChild (Results 1 - 7 of 7) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
IndexerListAdapter.java 176 View topChild = getViewAtVisiblePosition(listView, listPosition);
177 if (topChild != null) {
179 mHeader.setMinimumHeight(topChild.getMeasuredHeight());
  /packages/apps/Dialer/java/com/android/contacts/common/list/
IndexerListAdapter.java 147 View topChild = listView.getChildAt(listPosition);
148 if (topChild != null) {
150 mHeader.setMinimumHeight(topChild.getMeasuredHeight());
  /frameworks/base/services/core/java/com/android/server/wm/
TaskSnapshotController.java 322 final AppWindowToken topChild = task.getTopChild();
325 } else if (topChild != null && topChild.shouldUseAppThemeSnapshot()) {
337 final AppWindowToken topChild = task.getTopChild();
338 if (topChild == null) {
341 final WindowState mainWindow = topChild.findMainWindow();
370 topChild.getConfiguration().orientation, mainWindow.mStableInsets,
  /frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
PercentRelativeTest.java 173 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top);
175 topChild.getBottom() + 0.1f * mContainerHeight, childTop);
PercentRelativeRtlTest.java 284 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top);
286 topChild.getBottom() + 0.1f * mContainerHeight, childTop);
  /frameworks/base/core/java/android/widget/
Toolbar.java     [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
Toolbar.java     [all...]

Completed in 273 milliseconds