Loading packages/SystemUI/res/layout/long_screenshot.xml +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ android:layout_height="0px" android:paddingTop="8dp" android:paddingBottom="42dp" android:visibility="gone" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintTop_toTopOf="@id/preview" Loading packages/SystemUI/src/com/android/systemui/screenshot/LongScreenshotActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ public class LongScreenshotActivity extends Activity { mLongScreenshot = longScreenshot; mPreview.setImageDrawable(mLongScreenshot.getDrawable()); updateImageDimensions(); mCropView.setVisibility(View.VISIBLE); mMagnifierView.setDrawable(mLongScreenshot.getDrawable(), mLongScreenshot.getWidth(), mLongScreenshot.getHeight()); // Original boundaries go from the image tile set's y=0 to y=pageSize, so Loading Loading @@ -240,6 +241,7 @@ public class LongScreenshotActivity extends Activity { mPreview.setImageDrawable(drawable); mMagnifierView.setDrawable(drawable, imageResult.bitmap.getWidth(), imageResult.bitmap.getHeight()); mCropView.setVisibility(View.VISIBLE); mSavedImagePath = imageResult.fileName; setButtonsEnabled(true); Loading Loading
packages/SystemUI/res/layout/long_screenshot.xml +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ android:layout_height="0px" android:paddingTop="8dp" android:paddingBottom="42dp" android:visibility="gone" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintTop_toTopOf="@id/preview" Loading
packages/SystemUI/src/com/android/systemui/screenshot/LongScreenshotActivity.java +2 −0 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ public class LongScreenshotActivity extends Activity { mLongScreenshot = longScreenshot; mPreview.setImageDrawable(mLongScreenshot.getDrawable()); updateImageDimensions(); mCropView.setVisibility(View.VISIBLE); mMagnifierView.setDrawable(mLongScreenshot.getDrawable(), mLongScreenshot.getWidth(), mLongScreenshot.getHeight()); // Original boundaries go from the image tile set's y=0 to y=pageSize, so Loading Loading @@ -240,6 +241,7 @@ public class LongScreenshotActivity extends Activity { mPreview.setImageDrawable(drawable); mMagnifierView.setDrawable(drawable, imageResult.bitmap.getWidth(), imageResult.bitmap.getHeight()); mCropView.setVisibility(View.VISIBLE); mSavedImagePath = imageResult.fileName; setButtonsEnabled(true); Loading