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

  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ContentFrameLayout.java 52 private OnAttachListener mAttachListener;
76 mAttachListener = attachListener;
203 if (mAttachListener != null) {
204 mAttachListener.onAttachedFromWindow();
211 if (mAttachListener != null) {
212 mAttachListener.onDetachedFromWindow();
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 40 milliseconds