Home | History | Annotate | Download | only in app

Lines Matching refs:FLAG_HINT_HIDE_ICON

8310         private static final int FLAG_HINT_HIDE_ICON = 1 << 1;
8827 setFlag(FLAG_HINT_HIDE_ICON, hintHideIcon);
8838 return (mFlags & FLAG_HINT_HIDE_ICON) != 0;