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

  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 60 private ActionBarContainer mActionBarTop;
123 mCurrentActionBarTopAnimator = mActionBarTop.animate().translationY(0)
135 mCurrentActionBarTopAnimator = mActionBarTop.animate()
136 .translationY(-mActionBarTop.getHeight())
319 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
373 measureChildWithMargins(mActionBarTop, widthMeasureSpec, 0, heightMeasureSpec, 0);
374 LayoutParams lp = (LayoutParams) mActionBarTop.getLayoutParams();
376 mActionBarTop.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
378 mActionBarTop.getMeasuredHeight() + lp.topMargin + lp.bottomMargin);
379 childState = combineMeasuredStates(childState, mActionBarTop.getMeasuredState())
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 64 ActionBarContainer mActionBarTop;
112 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop).translationY(0)
120 mCurrentActionBarTopAnimator = ViewCompat.animate(mActionBarTop)
121 .translationY(-mActionBarTop.getHeight())
289 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
340 measureChildWithMargins(mActionBarTop, widthMeasureSpec, 0, heightMeasureSpec, 0);
341 LayoutParams lp = (LayoutParams) mActionBarTop.getLayoutParams();
343 mActionBarTop.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
345 mActionBarTop.getMeasuredHeight() + lp.topMargin + lp.bottomMargin);
347 ViewCompat.getMeasuredState(mActionBarTop));
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 137 milliseconds