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

  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 68 TypedValue heightValue = new TypedValue();
70 com.android.internal.R.attr.actionBarSize, heightValue, true);
71 mActionBarHeight = TypedValue.complexToDimensionPixelSize(heightValue.data,
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 609 TypedValue heightValue = new TypedValue();
610 mActivity.getTheme().resolveAttribute(R.attr.actionBarSize, heightValue, true);
611 final int height = TypedValue.complexToDimensionPixelSize(heightValue.data,
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 87 milliseconds