Searched defs:custom (Results 1 – 6 of 6) sorted by relevance
120 Object custom; field in FragmentActivity.NonConfigurationInstances498 Object custom = onRetainCustomNonConfigurationInstance(); in onRetainNonConfigurationInstance() local
448 final View custom = tab.getCustomView(); in update() local
412 final View custom = tab.getCustomView(); in update() local
647 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom); in setupCustomContent() local
605 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom); in setupCustomContent() local
1662 final View custom = tab != null ? tab.getCustomView() : null; in update() local