OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcontentparent
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationPanel.java
63
ViewGroup
mContentParent
;
69
// amount to slide
mContentParent
down by when mContentFrame is missing
92
mContentParent
= (ViewGroup)findViewById(R.id.content_parent);
93
mContentParent
.bringToFront();
140
mContentParent
.setLayerType(View.LAYER_TYPE_HARDWARE, null);
311
+ (int)
mContentParent
.getTranslationY(); // account for any adjustment
315
offsetDescendantRectToMyCoords(
mContentParent
, mContentArea);
356
float y =
mContentParent
.getTranslationY();
370
Animator posAnim = ObjectAnimator.ofFloat(
mContentParent
, "translationY",
378
Animator fadeAnim = ObjectAnimator.ofFloat(
mContentParent
, "alpha"
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java
129
private ViewGroup
mContentParent
;
228
if (
mContentParent
!= null) {
265
if (
mContentParent
== null) {
268
mContentParent
.removeAllViews();
270
mLayoutInflater.inflate(layoutResID,
mContentParent
);
284
if (
mContentParent
== null) {
287
mContentParent
.removeAllViews();
289
mContentParent
.addView(view, params);
298
if (
mContentParent
== null) {
301
mContentParent
.addView(view, params)
[
all
...]
/dalvik/hit/samples/
android.hprof
[
all
...]
Completed in 126 milliseconds