Searched defs:custom (Results 1 – 6 of 6) sorted by relevance
134 Object custom; field in FragmentActivity.NonConfigurationInstances561 Object custom = onRetainCustomNonConfigurationInstance(); in onRetainNonConfigurationInstance() local
448 final View custom = tab.getCustomView(); in update() local
413 final View custom = tab.getCustomView(); in update() local
612 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom); in setupCustomContent() local
584 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom); in setupCustomContent() local
1643 final View custom = tab != null ? tab.getCustomView() : null; in update() local