Searched refs:parentLayout (Results 1 – 4 of 4) sorted by relevance
31 public PhotoPageProgressBar(Context context, RelativeLayout parentLayout) { in PhotoPageProgressBar() argument34 mContainer = (ViewGroup) inflater.inflate(R.layout.photopage_progress_bar, parentLayout, in PhotoPageProgressBar()36 parentLayout.addView(mContainer); in PhotoPageProgressBar()
280 ViewGroup parentLayout; in handleAppsCustomizeKeyEvent() local286 parentLayout = (ViewGroup) itemContainer.getParent(); in handleAppsCustomizeKeyEvent()287 countX = ((PagedViewCellLayout) parentLayout).getCellCountX(); in handleAppsCustomizeKeyEvent()288 countY = ((PagedViewCellLayout) parentLayout).getCellCountY(); in handleAppsCustomizeKeyEvent()290 itemContainer = parentLayout = (ViewGroup) v.getParent(); in handleAppsCustomizeKeyEvent()291 countX = ((PagedViewGridLayout) parentLayout).getCellCountX(); in handleAppsCustomizeKeyEvent()292 countY = ((PagedViewGridLayout) parentLayout).getCellCountY(); in handleAppsCustomizeKeyEvent()297 final PagedView container = (PagedView) parentLayout.getParent(); in handleAppsCustomizeKeyEvent()302 … final int pageIndex = ((PagedView) container).indexToPage(container.indexOfChild(parentLayout)); in handleAppsCustomizeKeyEvent()
243 final LinearLayout parentLayout = (LinearLayout) parent; in getViewsBelowOfRecursive() local244 int containerIndex = parentLayout.indexOfChild(container); in getViewsBelowOfRecursive()245 getViewsBelowOfRecursive(result, parentLayout, containerIndex + 1, target); in getViewsBelowOfRecursive()
51 FrameLayout parentLayout = (FrameLayout) findViewById(R.id.main_content); in onCreate() local53 .inflate(R.layout.accessibility_settings_for_suw, parentLayout); in onCreate()