OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PagedViewCellLayout
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java
30
static final String TAG = "
PagedViewCellLayout
";
92
PagedViewCellLayout
.LayoutParams lp =
93
(
PagedViewCellLayout
.LayoutParams) child.getLayoutParams();
121
PagedViewCellLayout
.LayoutParams lp =
122
(
PagedViewCellLayout
.LayoutParams) child.getLayoutParams();
134
PagedViewCellLayout
.LayoutParams lp =
135
(
PagedViewCellLayout
.LayoutParams) child.getLayoutParams();
PagedViewCellLayout.java
34
public class
PagedViewCellLayout
extends ViewGroup implements Page {
35
static final String TAG = "
PagedViewCellLayout
";
50
public
PagedViewCellLayout
(Context context) {
54
public
PagedViewCellLayout
(Context context, AttributeSet attrs) {
58
public
PagedViewCellLayout
(Context context, AttributeSet attrs, int defStyle) {
102
PagedViewCellLayout
.LayoutParams params) {
103
final
PagedViewCellLayout
.LayoutParams lp = params;
309
PagedViewCellLayout
.LayoutParams lp = (
PagedViewCellLayout
.LayoutParams) child.getLayoutParams();
375
return new
PagedViewCellLayout
.LayoutParams(getContext(), attrs)
[
all
...]
AppsCustomizePagedView.java
190
private
PagedViewCellLayout
mWidgetSpacingLayout;
269
mWidgetSpacingLayout = new
PagedViewCellLayout
(getContext());
298
PagedViewCellLayout
layout = (
PagedViewCellLayout
) getPageAt(currentPage);
[
all
...]
AppsCustomizeTabHost.java
244
if (child instanceof
PagedViewCellLayout
) {
245
((
PagedViewCellLayout
) child).resetChildrenOnKeyListeners();
FocusHelper.java
123
if (page instanceof
PagedViewCellLayout
) {
124
// There are two layers, a
PagedViewCellLayout
and PagedViewCellLayoutChildren
287
countX = ((
PagedViewCellLayout
) parentLayout).getCellCountX();
288
countY = ((
PagedViewCellLayout
) parentLayout).getCellCountY();
296
//
PagedViewCellLayout
/PagedViewCellLayoutChildren relationship
[
all
...]
WidgetPreviewLoader.java
114
private
PagedViewCellLayout
mWidgetSpacingLayout;
169
PagedViewCellLayout
widgetSpacingLayout) {
/packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayoutChildren.java
30
static final String TAG = "
PagedViewCellLayout
";
92
PagedViewCellLayout
.LayoutParams lp =
93
(
PagedViewCellLayout
.LayoutParams) child.getLayoutParams();
122
PagedViewCellLayout
.LayoutParams lp =
123
(
PagedViewCellLayout
.LayoutParams) child.getLayoutParams();
135
PagedViewCellLayout
.LayoutParams lp =
136
(
PagedViewCellLayout
.LayoutParams) child.getLayoutParams();
PagedViewCellLayout.java
31
public class
PagedViewCellLayout
extends ViewGroup implements Page {
32
static final String TAG = "
PagedViewCellLayout
";
46
public
PagedViewCellLayout
(Context context) {
50
public
PagedViewCellLayout
(Context context, AttributeSet attrs) {
54
public
PagedViewCellLayout
(Context context, AttributeSet attrs, int defStyle) {
96
PagedViewCellLayout
.LayoutParams params) {
97
final
PagedViewCellLayout
.LayoutParams lp = params;
303
PagedViewCellLayout
.LayoutParams lp = (
PagedViewCellLayout
.LayoutParams) child.getLayoutParams();
369
return new
PagedViewCellLayout
.LayoutParams(getContext(), attrs)
[
all
...]
WidgetPreviewLoader.java
112
private
PagedViewCellLayout
mWidgetSpacingLayout;
176
PagedViewCellLayout
widgetSpacingLayout) {
LauncherBackupHelper.java
587
final
PagedViewCellLayout
widgetSpacingLayout = new
PagedViewCellLayout
(mContext);
[
all
...]
AppsCustomizePagedView.java
187
private
PagedViewCellLayout
mWidgetSpacingLayout;
264
mWidgetSpacingLayout = new
PagedViewCellLayout
(getContext());
[
all
...]
Completed in 113 milliseconds