Searched refs:getRelativePosition (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSAnimator.java | 259 getRelativePosition(temp, qqsView, commonParent); in translateContent() 262 getRelativePosition(temp, qsView, commonParent); in translateContent() 324 getRelativePosition(mTmpLoc1, quickTileView, view); in updateAnimators() 325 getRelativePosition(mTmpLoc2, tileView, view); in updateAnimators() 402 getRelativePosition(mTmpLoc1, qqsLayout, view); in updateAnimators() 404 getRelativePosition(mTmpLoc2, tileView, view); in updateAnimators() 496 getRelativePosition(mTmpLoc2, tileView, view); in createSecondaryPageAnimators() 581 getRelativePosition(mTmpLoc1, qsTileLayout, quickSettingsRootView); in animateBrightnessSlider() 582 getRelativePosition(mTmpLoc2, qqsTileLayout, quickSettingsRootView); in animateBrightnessSlider() 622 private void getRelativePosition(int[] loc1, View view, View parent) { in getRelativePosition() method in QSAnimator
|
/frameworks/base/media/java/android/media/tv/ |
D | TvInputInfo.java | 941 hdmiConnectionRelativePosition = getRelativePosition(mContext, mHdmiDeviceInfo); in build() 985 private static int getRelativePosition(Context context, HdmiDeviceInfo info) { in getRelativePosition() method in TvInputInfo.Builder
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowContainer.java | 3078 getRelativePosition(outPosition); in getAnimationPosition() 3663 getRelativePosition(mDisplayContent.mClosingChangingContainers.get(this), mTmpPos); in updateSurfacePosition() 3665 getRelativePosition(mTmpPos); in updateSurfacePosition() 3735 void getRelativePosition(Point outPos) { in getRelativePosition() method in WindowContainer 3736 getRelativePosition(getBounds(), outPos); in getRelativePosition() 3740 void getRelativePosition(Rect curBounds, Point outPos) { in getRelativePosition() method in WindowContainer
|
D | RecentsAnimationController.java | 1176 mTask.getRelativePosition(tmpPos);
|
D | TransitionController.java | 990 ar.getRelativePosition(tmpPos); in validateStates()
|
D | Task.java | 3431 info.positionInParent = getRelativePosition(); 6276 private Point getRelativePosition() { 6278 getRelativePosition(position);
|
D | TaskFragment.java | 2827 getRelativePosition(positionInParent); in getTaskFragmentInfo()
|
D | Transition.java | 995 target.getRelativePosition(tmpPos); in resetSurfaceTransform()
|
/frameworks/base/services/ |
D | art-wear-profile | 28380 HPLcom/android/server/wm/Task;->getRelativePosition()Landroid/graphics/Point; 29254 HPLcom/android/server/wm/WindowContainer;->getRelativePosition(Landroid/graphics/Point;)V 29255 HPLcom/android/server/wm/WindowContainer;->getRelativePosition(Landroid/graphics/Rect;Landroid/grap…
|
D | art-profile | 3780 HSPLcom/android/server/wm/WindowContainer;->getRelativePosition(Landroid/graphics/Rect;Landroid/gra…
|