OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mdraggablecontent
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java
54
private View
mDraggableContent
;
141
mDraggableContent
= findViewById(R.id.draggable_content);
238
-
mDraggableContent
.getMeasuredHeight();
251
+
mDraggableContent
.getMeasuredHeight();
256
if (mOldDraggableHeight !=
mDraggableContent
.getMeasuredHeight()) {
260
mOldDraggableHeight =
mDraggableContent
.getMeasuredHeight();
319
mDraggableContent
.setLayerType(View.LAYER_TYPE_HARDWARE, null);
326
mDraggableContent
.setLayerType(View.LAYER_TYPE_NONE, null);
364
mDraggableContent
.setVisibility(View.INVISIBLE);
374
mDraggableContent
.setVisibility(View.VISIBLE)
[
all
...]
Completed in 49 milliseconds