Searched defs:screenHeight (Results 1 – 7 of 7) sorted by relevance
264 final int screenHeight = mRoot.getHeight(); in showButtonBar() local300 final int screenHeight = mRoot.getHeight(); in hideButtonBar() local
341 final int screenHeight = displayMetrics.heightPixels; in getScreenBottomOffset() local
129 int screenHeight = getResources().getDisplayMetrics().heightPixels; in onDisplayHeightChanged() local
499 int screenHeight = size.y; in onCreate() local508 mTvView.initialize((AppLayerTvView) findViewById(R.id.main_tv_view), false, screenHeight, in onCreate() local554 mPipView.initialize((AppLayerTvView) findViewById(R.id.pip_tv_view), true, screenHeight, in onCreate() local
381 int screenHeight = mContainer.getHeight(); in updateGuidePosition() local
966 int screenHeight; in chooseBestPictureSize() local
409 public void initialize(AppLayerTvView tvView, boolean isPip, int screenHeight, in initialize()