HomeSort by relevance Sort by last modified time
    Searched defs:mActionModeView (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDelegateImplV7.java 98 ActionBarContextView mActionModeView;
676 if (mActionModeView == null) {
695 mActionModeView = new ActionBarContextView(actionBarContext);
700 mActionModePopup.setContentView(mActionModeView);
707 mActionModeView.setContentHeight(height);
712 mActionModeView,
715 ViewCompat.setAlpha(mActionModeView, 0f);
716 mFadeAnim = ViewCompat.animate(mActionModeView).alpha(1f);
720 ViewCompat.setAlpha(mActionModeView, 1f);
727 mActionModeView.setVisibility(View.VISIBLE)
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 73 milliseconds