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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 393 final int customHeight = lp.height >= 0 ?
396 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode));
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 386 final int customHeight = lp.height >= 0 ?
389 MeasureSpec.makeMeasureSpec(customHeight, customHeightMode));
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 1035 milliseconds