OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDeviceProfile
(Results
1 - 22
of
22
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerViewContainerView.java
53
DeviceProfile grid = launcher.
getDeviceProfile
();
AllAppsContainerView.java
334
DeviceProfile grid = mLauncher.
getDeviceProfile
();
472
DeviceProfile grid = mLauncher.
getDeviceProfile
();
545
DeviceProfile grid = mLauncher.
getDeviceProfile
();
/packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java
52
mHasVerticalHotseat = mLauncher.
getDeviceProfile
().isVerticalBarLayout();
95
DeviceProfile grid = mLauncher.
getDeviceProfile
();
ShortcutAndWidgetContainer.java
130
final DeviceProfile grid = mLauncher.
getDeviceProfile
();
136
final DeviceProfile grid = mLauncher.
getDeviceProfile
();
142
final DeviceProfile grid = mLauncher.
getDeviceProfile
();
BaseContainerView.java
68
int width = ((Launcher) context).
getDeviceProfile
().availableWidthPx;
PendingAppWidgetHostView.java
77
mLauncher.
getDeviceProfile
().iconTextSizePx, getResources().getDisplayMetrics()));
198
DeviceProfile grid = mLauncher.
getDeviceProfile
();
FolderIcon.java
153
DeviceProfile grid = launcher.
getDeviceProfile
();
222
DeviceProfile grid = launcher.
getDeviceProfile
();
494
DeviceProfile grid = mLauncher.
getDeviceProfile
();
648
float iconSize = mLauncher.
getDeviceProfile
().iconSizePx;
SearchDropTargetBar.java
163
boolean isVertical = ((Launcher) getContext()).
getDeviceProfile
()
FocusHelper.java
205
final DeviceProfile profile = launcher.
getDeviceProfile
();
344
DeviceProfile profile = launcher.
getDeviceProfile
();
LauncherStateTransitionAnimation.java
132
int allAppsButtonSize = mLauncher.
getDeviceProfile
().allAppsButtonVisualSize;
425
int allAppsButtonSize = mLauncher.
getDeviceProfile
().allAppsButtonVisualSize;
[
all
...]
ButtonDropTarget.java
84
DeviceProfile grid = ((Launcher) getContext()).
getDeviceProfile
();
Folder.java
[
all
...]
WidgetPreviewLoader.java
388
int appIconSize = launcher.
getDeviceProfile
().iconSizePx;
466
int appIconSize = launcher.
getDeviceProfile
().iconSizePx;
Workspace.java
323
DeviceProfile grid = mLauncher.
getDeviceProfile
();
441
DeviceProfile grid = mLauncher.
getDeviceProfile
();
[
all
...]
BubbleTextView.java
102
DeviceProfile grid = mLauncher.
getDeviceProfile
();
FolderPagedView.java
240
DeviceProfile grid = ((Launcher) getContext()).
getDeviceProfile
();
WorkspaceStateTransitionAnimation.java
207
DeviceProfile grid = mLauncher.
getDeviceProfile
();
CellLayout.java
191
DeviceProfile grid = mLauncher.
getDeviceProfile
();
501
DeviceProfile grid = mLauncher.
getDeviceProfile
();
[
all
...]
Launcher.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java
106
DeviceProfile profile = mLauncher.
getDeviceProfile
();
206
int cellWidth = mLauncher.
getDeviceProfile
().cellWidthPx;
WidgetsListAdapter.java
212
DeviceProfile profile = mLauncher.
getDeviceProfile
();
WidgetsContainerView.java
221
scale = ((float) mLauncher.
getDeviceProfile
().iconSizePx) / preview.getWidth();
Completed in 100 milliseconds