Searched refs:offsetX (Results 1 – 3 of 3) sorted by relevance
109 final int offsetX; in computePosition() local112 offsetX = anchorX; in computePosition()115 offsetX = anchorView.getWidth() / 2; // Center on the view horizontally. in computePosition()164 outParams.x = mTmpAnchorPos[0] + offsetX - appView.getWidth() / 2; in computePosition()
702 final int offsetX = getPaddingLeft() - getPaddingRight(); in setFrame() local704 final int centerX = (width + offsetX) / 2; in setFrame()
87 int offsetX = 0; in getCombinedBackgroundBitmap() local93 ancestorOffsets.add(Pair.create(offsetX, offsetY)); in getCombinedBackgroundBitmap()103 offsetX += view.getLeft(); in getCombinedBackgroundBitmap()314 int offsetX, int offsetY) { in emulateTapOnView() argument319 int xOnScreen = viewOnScreenXY[0] + offsetX; in emulateTapOnView()