OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PagedView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java
53
public abstract class
PagedView
extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
54
private static final String TAG = "
PagedView
";
194
public
PagedView
(Context context) {
198
public
PagedView
(Context context, AttributeSet attrs) {
202
public
PagedView
(Context context, AttributeSet attrs, int defStyle) {
206
R.styleable.
PagedView
, defStyle, 0);
303
* in CustomizePagedView to allow tabs to share the same
PagedView
while resetting the scroll of
524
if (DEBUG) Log.d(TAG, "
PagedView
.onMeasure(): " + widthSize + ", " + heightSize);
573
// The gap between pages in the
PagedView
should be equal to the gap from the page
650
if (DEBUG) Log.d(TAG, "
PagedView
.onLayout()")
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java
64
public abstract class
PagedView
extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
211
// We use the min scale to determine how much to expand the actually
PagedView
measured
278
public
PagedView
(Context context) {
282
public
PagedView
(Context context, AttributeSet attrs) {
286
public
PagedView
(Context context, AttributeSet attrs, int defStyle) {
289
R.styleable.
PagedView
, defStyle, 0);
358
if (DEBUG) Log.d(TAG, "
PagedView
.updateDragViewTranslationDuringDrag(): " + x + ", " + y);
377
// Convenience methods to get the actual width/height of the
PagedView
(since it is measured
387
//
PagedView
both horizontally and vertically
441
* in CustomizePagedView to allow tabs to share the same
PagedView
while resetting the scroll o
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java
68
public abstract class
PagedView
extends ViewGroup implements ViewGroup.OnHierarchyChangeListener {
69
private static final String TAG = "
PagedView
";
220
// We use the min scale to determine how much to expand the actually
PagedView
measured
272
public
PagedView
(Context context) {
276
public
PagedView
(Context context, AttributeSet attrs) {
280
public
PagedView
(Context context, AttributeSet attrs, int defStyle) {
284
R.styleable.
PagedView
, defStyle, 0);
404
if (DEBUG) Log.d(TAG, "
PagedView
.updateDragViewTranslationDuringDrag(): "
426
// Convenience methods to get the actual width/height of the
PagedView
(since it is measured
436
//
PagedView
both horizontally and verticall
[
all
...]
Completed in 240 milliseconds