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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 176 View topChild = listView.getChildAt(listPosition);
177 if (topChild != null) {
179 mHeader.setMinimumHeight(topChild.getMeasuredHeight());
  /frameworks/support/percent/tests/java/android/support/percent/
PercentRelativeTest.java 172 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top);
174 topChild.getBottom() + 0.1f * mContainerHeight, childTop);
PercentRelativeRtlTest.java 271 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top);
273 topChild.getBottom() + 0.1f * mContainerHeight, childTop);
  /frameworks/base/core/java/android/widget/
Toolbar.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 164 milliseconds