Home
last modified time | relevance | path

Searched refs:llp (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripLayoutHelper.java616 final LinearLayout.LayoutParams llp = (LinearLayout.LayoutParams)lp; in setLayoutWeight() local
617 llp.weight = weight; in setLayoutWeight()
618 llp.width = 0; in setLayoutWeight()
619 llp.height = height; in setLayoutWeight()
/packages/apps/Camera2/src_pd/com/android/camera/app/
DLocationManager.java36 LegacyLocationProvider llp = new LegacyLocationProvider(context); in LocationManager() local
37 mLocationProvider = llp; in LocationManager()
/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java334 CellLayout.LayoutParams llp = (CellLayout.LayoutParams) lhs.getLayoutParams(); in getCellLayoutChildrenSortedSpatially()
336 int lvIndex = (llp.cellY * cellCountX) + llp.cellX; in getCellLayoutChildrenSortedSpatially()
/packages/apps/Launcher2/src/com/android/launcher2/
DFocusHelper.java579 CellLayout.LayoutParams llp = (CellLayout.LayoutParams) lhs.getLayoutParams(); in getCellLayoutChildrenSortedSpatially()
581 int lvIndex = (llp.cellY * cellCountX) + llp.cellX; in getCellLayoutChildrenSortedSpatially()